Searched refs:tempPointCount (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvcalibfilter.cpp375 int tempPointCount = tempPointCount0; local
413 latestPoints[i], &tempPointCount ) != 0;
415 cvFindCornerSubPix( grayImg, latestPoints[i], tempPointCount,
425 latestCounts[i] = found ? tempPointCount : -tempPointCount;

Completed in 75 milliseconds