Home | History | Annotate | Download | only in highgui

Lines Matching defs:Width

171 CVAPI(CvCapture*) cvCreateSocketCapture( const char *address, const char* port, int width, int height );
252 return !img ? 0 : !img->roi ? img->width : img->roi->width;
303 dr.right = sr.x + sr.width;
316 roi.width = r.right - r.left;
342 virtual bool Create( int width, int height, int bits_per_pixel, int image_origin = 0 );
370 /* width and height of ROI */
371 int Width() { return !m_img ? 0 : !m_img->roi ? m_img->width : m_img->roi->width; };