HomeSort by relevance Sort by last modified time
    Searched full:hulltype (Results 1 - 1 of 1) sorted by null

  /external/opencv/cv/src/
cvconvhull.cpp 254 int hulltype; local
328 hulltype = CV_SEQ_ELTYPE(hullseq);
373 if( hulltype == CV_SEQ_ELTYPE_PPOINT )
377 else if( hulltype == CV_SEQ_ELTYPE_INDEX )
404 if( hulltype == CV_SEQ_ELTYPE_PPOINT )
412 else if( hulltype == CV_SEQ_ELTYPE_INDEX )
459 if( hulltype == CV_SEQ_ELTYPE_PPOINT )
467 else if( hulltype == CV_SEQ_ELTYPE_INDEX )
563 int hulltype = CV_SEQ_ELTYPE( hull ); local
564 if( hulltype != CV_SEQ_ELTYPE_PPOINT && hulltype != CV_SEQ_ELTYPE_INDEX
    [all...]

Completed in 62 milliseconds