OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CV_IS_SEQ_HOLE
(Results
1 - 9
of
9
) sorted by null
/external/opencv3/modules/imgproc/src/
contours.cpp
525
s_end = s =
CV_IS_SEQ_HOLE
( contour ) ? 0 : 4;
700
s_end = s =
CV_IS_SEQ_HOLE
( contour ) ? 0 : 4;
890
s_end = s =
CV_IS_SEQ_HOLE
( contour ) ? 0 : 4;
[
all
...]
/external/opencv/cv/src/
cvcontours.cpp
555
s_end = s =
CV_IS_SEQ_HOLE
( contour ) ? 0 : 4;
732
s_end = s =
CV_IS_SEQ_HOLE
( contour ) ? 0 : 4;
[
all
...]
cvcalibinit.cpp
[
all
...]
/external/opencv/cvaux/src/
cvbgfg_acmmm2003.cpp
444
(model->params.is_obj_without_holes &&
CV_IS_SEQ_HOLE
(seq)) )
/external/opencv3/modules/cudalegacy/src/
fgd.cpp
385
if (cnt->rect.width * cnt->rect.height < params.minArea || (params.is_obj_without_holes &&
CV_IS_SEQ_HOLE
(seq)))
/external/opencv/cxcore/include/
cxtypes.h
[
all
...]
/external/opencv3/modules/core/include/opencv2/core/
types_c.h
[
all
...]
/external/opencv3/modules/calib3d/src/
calibinit.cpp
[
all
...]
/external/opencv3/modules/core/src/
persistence.cpp
[
all
...]
Completed in 82 milliseconds