HomeSort by relevance Sort by last modified time
    Searched refs:dxdy0 (Results 1 - 2 of 2) sorted by null

  /external/opencv/cv/src/
cvconvhull.cpp 774 int dxdy0, dydx0; local
784 dxdy0 = dx * dy0;
791 orientation |= (dydx0 > dxdy0) ? 1 : ((dydx0 < dxdy0) ? 2 : 3);
815 float dxdy0, dydx0; local
825 dxdy0 = dx * dy0;
832 orientation |= (dydx0 > dxdy0) ? 1 : ((dydx0 < dxdy0) ? 2 : 3);
  /external/opencv3/modules/imgproc/src/
convhull.cpp 352 _Tp dxdy0, dydx0; local
360 dxdy0 = dx * dy0;
366 orientation |= (dydx0 > dxdy0) ? 1 : ((dydx0 < dxdy0) ? 2 : 3);

Completed in 1735 milliseconds