Home | History | Annotate | Download | only in highgui

Lines Matching defs:Height

171 CVAPI(CvCapture*) cvCreateSocketCapture( const char *address, const char* port, int width, int height );
258 return !img ? 0 : !img->roi ? img->height : img->roi->height;
304 dr.bottom = sr.y + sr.height;
317 roi.height = r.bottom - r.top;
342 virtual bool Create( int width, int height, int bits_per_pixel, int image_origin = 0 );
370 /* width and height of ROI */
372 int Height() { return !m_img ? 0 : !m_img->roi ? m_img->height : m_img->roi->height;};