HomeSort by relevance Sort by last modified time
    Searched full:latestpoints (Results 1 - 2 of 2) sorted by null

  /external/opencv/cvaux/src/
cvcalibfilter.cpp 67 memset( latestPoints, 0, sizeof(latestPoints));
103 cvFree( latestPoints + i );
220 cvFree( latestPoints + i );
227 memset( latestCounts, 0, sizeof(latestPoints) );
367 if( !latestPoints[i] )
368 latestPoints[i] = (CvPoint2D32f*)
369 cvAlloc( tempPointCount0*2*sizeof(latestPoints[0]));
413 latestPoints[i], &tempPointCount ) != 0;
415 cvFindCornerSubPix( grayImg, latestPoints[i], tempPointCount
    [all...]
  /external/opencv/cvaux/include/
cvaux.h     [all...]

Completed in 116 milliseconds