Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dintersection.cpp52 const float samePointEps = 0.00001f; // used to test if two points are the same in rotatedRectangleIntersection() local
70 … if( fabs(pts1[i].x - pts2[i].x) > samePointEps || (fabs(pts1[i].y - pts2[i].y) > samePointEps) ) in rotatedRectangleIntersection()
229 if( d2 < samePointEps*samePointEps ) in rotatedRectangleIntersection()