Home
last modified time | relevance | path

Searched defs:convexity (Results 1 – 2 of 2) 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