Home
last modified time | relevance | path

Searched refs:CV_IS_SEQ_HOLE (Results 1 – 9 of 9) sorted by relevance

/external/opencv3/modules/imgproc/src/
Dcontours.cpp525 s_end = s = CV_IS_SEQ_HOLE( contour ) ? 0 : 4; in icvFetchContour()
700 s_end = s = CV_IS_SEQ_HOLE( contour ) ? 0 : 4; in icvFetchContourEx()
890 s_end = s = CV_IS_SEQ_HOLE( contour ) ? 0 : 4; in icvFetchContourEx_32s()
/external/opencv/cv/src/
Dcvcontours.cpp555 s_end = s = CV_IS_SEQ_HOLE( contour ) ? 0 : 4; in icvFetchContour()
732 s_end = s = CV_IS_SEQ_HOLE( contour ) ? 0 : 4; in icvFetchContourEx()
Dcvcalibinit.cpp1636 if( CV_IS_SEQ_HOLE(src_contour) && rect.width*rect.height >= min_size ) in icvGenerateQuads()
1827 if( CV_IS_SEQ_HOLE(src_contour) && rect.width*rect.height >= min_size ) in icvGenerateQuadsEx()
/external/opencv3/modules/cudalegacy/src/
Dfgd.cpp385 ….width * cnt->rect.height < params.minArea || (params.is_obj_without_holes && CV_IS_SEQ_HOLE(seq))) in findForegroundRegions()
/external/opencv/cvaux/src/
Dcvbgfg_acmmm2003.cpp444 (model->params.is_obj_without_holes && CV_IS_SEQ_HOLE(seq)) ) in icvUpdateFGDStatModel()
/external/opencv/cxcore/include/
Dcxtypes.h1440 #define CV_IS_SEQ_HOLE( seq ) (((seq)->flags & CV_SEQ_FLAG_HOLE) != 0) macro
/external/opencv3/modules/core/include/opencv2/core/
Dtypes_c.h1472 #define CV_IS_SEQ_HOLE( seq ) (((seq)->flags & CV_SEQ_FLAG_HOLE) != 0) macro
/external/opencv3/modules/calib3d/src/
Dcalibinit.cpp1689 if( CV_IS_SEQ_HOLE(src_contour) && rect.width*rect.height >= min_size ) in icvGenerateQuads()
/external/opencv3/modules/core/src/
Dpersistence.cpp4131 if( CV_IS_SEQ_HOLE(seq) ) in icvWriteSeq()