Home
last modified time | relevance | path

Searched refs:grayImage2 (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cvaux/src/
Dcvcorrimages.cpp196 IplImage *grayImage2 = 0; in icvFindCorrForGivenPoints() local
285 CV_CALL( grayImage2 = cvCreateImage(cvSize(w,h),8,1) ); in icvFindCorrForGivenPoints()
309 cvCvtColor(image2,grayImage2,CV_BGR2GRAY); in icvFindCorrForGivenPoints()
332 cvCalcOpticalFlowPyrLK( grayImage1, grayImage2, in icvFindCorrForGivenPoints()
432 cvReleaseImage( &grayImage2 ); in icvFindCorrForGivenPoints()