OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CV_RETR_LIST
(Results
1 - 7
of
7
) sorted by null
/external/opencv/cvaux/src/
extendededges.cpp
56
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
cvbgfg_gaussmix.cpp
324
cvFindContours( bg_model->foreground, bg_model->storage, &first_seq, sizeof(CvContour),
CV_RETR_LIST
);
cvbgfg_acmmm2003.cpp
439
cvFindContours( model->foreground, model->storage, &first_seq, sizeof(CvContour),
CV_RETR_LIST
);
/external/opencv/cv/include/
cvtypes.h
86
#define
CV_RETR_LIST
1
cv.h
412
int mode CV_DEFAULT(
CV_RETR_LIST
),
424
int mode CV_DEFAULT(
CV_RETR_LIST
),
[
all
...]
/external/opencv/
cvjni.cpp
239
CV_RETR_LIST
, // ???o???[?h
/external/opencv/cv/src/
cvcontours.cpp
301
if( mode >
CV_RETR_LIST
)
[
all
...]
Completed in 267 milliseconds