Searched refs:hulltype (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvconvhull.cpp254 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 !
[all...]

Completed in 316 milliseconds