Home | History | Annotate | Download | only in src

Lines Matching full:image2

176 /* For given points1 (with pntStatus) on image1 finds corresponding points2 on image2 and set pntStatus2 for them */
179 IplImage *image2,/* Image 2 */
206 if( image1 == 0 || image2 == 0 ||
223 if( image2->width != w || image2->height != h )
309 cvCvtColor(image2,grayImage2,CV_BGR2GRAY);
313 grayImage2.CopyOf(image2,0);