Searched defs:convexity (Results 1 – 4 of 4) sorted by relevance
78 int convexity = ay*bx - ax*by;/* if >0 then convex angle */ in icvSklansky_32s() local151 float convexity = ay*bx - ax*by;/* if >0 then convex angle */ in icvSklansky_32f() local
158 double convexity = ax * by - ay * bx; in icvRotatingCalipers() local
156 double convexity = ax * by - ay * bx; in rotatingCalipers() local
82 _Tp convexity = ay*bx - ax*by; // if >0 then convex angle in Sklansky_() local