Searched refs:minDist (Results 1 – 3 of 3) sorted by relevance
1951 double minDist = 10000000; in icvGetCutPiece() local1958 if( dist < minDist) in icvGetCutPiece()1960 minDist = dist; in icvGetCutPiece()2224 float minDist = (float)(INT_MAX); in FindLineForEpiline() local2240 if( dist < minDist ) in FindLineForEpiline()2242 minDist = dist; in FindLineForEpiline()3285 float minDist = (float)(INT_MAX); in FindLine() local3298 if( dist < minDist ) in FindLine()3300 minDist = dist; in FindLine()3368 float minDist = (float)(INT_MAX); in FindLineForEpiline() local[all …]
130 double minDist; in icvCreateFeaturePoints() local136 minDist = 5; in icvCreateFeaturePoints()137 cvGoodFeaturesToTrack(grayImage, eigImage, tmpImage, cornerPoints, &foundNum, quality, minDist); in icvCreateFeaturePoints()
3175 int minDist = INT_MAX; in positionForPoint() local3232 if (dist < minDist) { in positionForPoint()3234 minDist = dist; in positionForPoint()