Home | History | Annotate | Download | only in src

Lines Matching refs:height

201     unsigned long width = 0, height = 0;
202 cmucam->GetVideoFrameDimensions( &width, &height );
203 return cvSize((int)width, (int)height);
403 for(int i=0; i<im->height; i++){
435 return image->height;
507 int width, height;
511 height = width*3/4;
514 height = ival;
515 width = height*4/3;
517 retval = setVideoSize(width, height);
533 if( !image || image->width != size.width || image->height != size.height )