Home
last modified time | relevance | path

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

/external/opencv/cvaux/src/
Dcvepilines.cpp1951 double minDist = 10000000; in icvGetCutPiece() local
1958 if( dist < minDist) in icvGetCutPiece()
1960 minDist = dist; in icvGetCutPiece()
2224 float minDist = (float)(INT_MAX); in FindLineForEpiline() local
2240 if( dist < minDist ) in FindLineForEpiline()
2242 minDist = dist; in FindLineForEpiline()
3285 float minDist = (float)(INT_MAX); in FindLine() local
3298 if( dist < minDist ) in FindLine()
3300 minDist = dist; in FindLine()
3368 float minDist = (float)(INT_MAX); in FindLineForEpiline() local
[all …]
Dcvcorrimages.cpp130 double minDist; in icvCreateFeaturePoints() local
136 minDist = 5; in icvCreateFeaturePoints()
137 cvGoodFeaturesToTrack(grayImage, eigImage, tmpImage, cornerPoints, &foundNum, quality, minDist); in icvCreateFeaturePoints()
/external/webkit/Source/WebCore/rendering/
DRenderBox.cpp3175 int minDist = INT_MAX; in positionForPoint() local
3232 if (dist < minDist) { in positionForPoint()
3234 minDist = dist; in positionForPoint()