HomeSort by relevance Sort by last modified time
    Searched defs:hull (Results 1 - 4 of 4) sorted by null

  /external/opencv/cv/src/
cvconvhull.cpp 231 union { CvContour* c; CvSeq* s; } hull; local
238 hull.s = 0;
298 "The hull matrix should be continuous and have a single row or a single column" );
301 CV_ERROR( CV_StsBadSize, "The hull matrix size might be not enough to fit the hull" );
306 "The hull matrix must have the same type as input or 32sC1 (integers)" );
397 /* gather upper part of convex hull to output */
452 the bottom part of the convex hull is the mirrored top part
496 hull.s = hullseq;
497 hull.c->rect = cvBoundingRect( ptseq
536 CvSeq *ptseq = (CvSeq*)array, *hull = (CvSeq*)hullarray; local
    [all...]
cvcalibinit.cpp 1084 CvSeq *hull = cvConvexHull2( &pointMat, temp_storage, CV_CLOCKWISE, 1 ); local
    [all...]
  /frameworks/base/libs/hwui/
SpotShadow.cpp 154 * compute the convex hull of a collection of Points
161 int SpotShadow::hull(Vector2* points, int pointsLength, Vector2* retPoly) { function in class:android::uirenderer::SpotShadow
217 // TODO: Add test harness which verify that all the points are inside the hull.
573 int finalUmbraLength = hull(umbra, umbraLength, finalUmbra);
574 int finalPenumbraLength = hull(penumbra, penumbraLength, finalPenumbra);
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 1376 milliseconds