最終更新:2019-06-21 (金) 15:11:53 (1770d)  

cvSize
Top / cvSize

ピクセル精度で表現された矩形のサイズ.

typedef struct CvSize
{
    int width;
    int height;
}
CvSize;