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

/external/opencv/cvaux/src/
H A Dextendededges.cpp56 cvFindContours( image, tmp_storage, &contours, sizeof(CvContour), CV_RETR_LIST, CV_CHAIN_APPROX_NONE );
69 //but still we use CV_RETR_LIST it is not useful
H A Dcvbgfg_gaussmix.cpp324 cvFindContours( bg_model->foreground, bg_model->storage, &first_seq, sizeof(CvContour), CV_RETR_LIST );
H A Dcvbgfg_acmmm2003.cpp439 cvFindContours( model->foreground, model->storage, &first_seq, sizeof(CvContour), CV_RETR_LIST );
/external/opencv/cv/include/
H A Dcvtypes.h86 #define CV_RETR_LIST 1 macro
H A Dcv.h412 int mode CV_DEFAULT(CV_RETR_LIST),
424 int mode CV_DEFAULT(CV_RETR_LIST),
/external/opencv/
H A Dcvjni.cpp239 CV_RETR_LIST, // ���o���[�h
/external/opencv/cv/src/
H A Dcvcontours.cpp301 if( mode > CV_RETR_LIST )

Completed in 146 milliseconds