Home
last modified time | relevance | path

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

/external/opencv/cvaux/src/
Dcvcorrimages.cpp195 IplImage *grayImage1 = 0; in icvFindCorrForGivenPoints() local
284 CV_CALL( grayImage1 = cvCreateImage(cvSize(w,h),8,1) ); in icvFindCorrForGivenPoints()
308 cvCvtColor(image1,grayImage1,CV_BGR2GRAY); in icvFindCorrForGivenPoints()
332 cvCalcOpticalFlowPyrLK( grayImage1, grayImage2, in icvFindCorrForGivenPoints()
431 cvReleaseImage( &grayImage1 ); in icvFindCorrForGivenPoints()