Home
last modified time | relevance | path

Searched refs:tempDiff (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cv/src/
Dcvsubdivision2d.cpp796 CvPoint2D32f tempDiff = cvSubdiv2DEdgeDst( edge )->pt; in cvFindNearestPoint2D() local
798 tempDiff.x -= t.x; in cvFindNearestPoint2D()
799 tempDiff.y -= t.y; in cvFindNearestPoint2D()
801 if( icvIsRightOf2( pt, t, tempDiff ) >= 0 ) in cvFindNearestPoint2D()
/external/opencv3/modules/imgproc/src/
Dsubdivision2d.cpp689 Point2f tempDiff; in findNearest() local
690 edgeDst(edge, &tempDiff); in findNearest()
692 tempDiff -= t; in findNearest()
694 if( isRightOf2( pt, t, tempDiff ) >= 0 ) in findNearest()