Home
last modified time | relevance | path

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

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
DUtils.java149 int minDist = 256 * 256 * 3; in closest() local
157 if (dist < minDist) { in closest()
158 minDist = dist; in closest()
/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.cpp3187 int minDist = INT_MAX; in positionForPoint() local
3244 if (dist < minDist) { in positionForPoint()
3246 minDist = dist; in positionForPoint()