Home
last modified time | relevance | path

Searched defs:convexity (Results 1 – 4 of 4) sorted by relevance

/external/opencv/cv/src/
Dcvconvhull.cpp78 int convexity = ay*bx - ax*by;/* if >0 then convex angle */ in icvSklansky_32s() local
151 float convexity = ay*bx - ax*by;/* if >0 then convex angle */ in icvSklansky_32f() local
Dcvrotcalipers.cpp158 double convexity = ax * by - ay * bx; in icvRotatingCalipers() local
/external/opencv3/modules/imgproc/src/
Drotcalipers.cpp156 double convexity = ax * by - ay * bx; in rotatingCalipers() local
Dconvhull.cpp82 _Tp convexity = ay*bx - ax*by; // if >0 then convex angle in Sklansky_() local