OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CV_SEQ_ELTYPE
(Results
1 - 15
of
15
) sorted by null
/external/opencv/cv/src/
cvconvhull.cpp
277
CV_SEQ_KIND_CURVE|
CV_SEQ_ELTYPE
(ptseq)|
303
if( CV_MAT_TYPE(mat->type) !=
CV_SEQ_ELTYPE
(ptseq) &&
327
is_float =
CV_SEQ_ELTYPE
(ptseq) == CV_32FC2;
328
hulltype =
CV_SEQ_ELTYPE
(hullseq);
557
if(
CV_SEQ_ELTYPE
( ptseq ) != CV_32SC2 )
563
int hulltype =
CV_SEQ_ELTYPE
( hull );
592
is_index =
CV_SEQ_ELTYPE
(hull) == CV_SEQ_ELTYPE_INDEX;
764
if(
CV_SEQ_ELTYPE
( contour ) == CV_32SC2 )
805
assert(
CV_SEQ_ELTYPE
(contour) == CV_32FC2 );
cvrotcalipers.cpp
371
CV_SEQ_ELTYPE
(ptseq) != CV_SEQ_ELTYPE_PPOINT ))
404
cvStartWriteSeq( CV_SEQ_KIND_CURVE|CV_SEQ_FLAG_CONVEX|
CV_SEQ_ELTYPE
(ptseq->v_prev),
422
if(
CV_SEQ_ELTYPE
( ptseq ) == CV_32SC2 )
cvshapedescr.cpp
80
int is_float =
CV_SEQ_ELTYPE
( contour ) == CV_32FC2;
324
is_float =
CV_SEQ_ELTYPE
(sequence) == CV_32FC2;
463
int is_float =
CV_SEQ_ELTYPE
(contour) == CV_32FC2;
758
if(
CV_SEQ_ELTYPE
( contour ) != CV_32SC2 )
794
int is_float =
CV_SEQ_ELTYPE
(points) == CV_32FC2;
1029
is_float =
CV_SEQ_ELTYPE
(ptseq) == CV_32FC2;
[
all
...]
cvapprox.cpp
533
assert(
CV_SEQ_ELTYPE
(src_contour) == CV_32SC2 );
737
assert(
CV_SEQ_ELTYPE
(src_contour) == CV_32FC2 );
1001
if(
CV_SEQ_ELTYPE
(src_seq) == CV_32SC2 )
cvpgh.cpp
354
if( !CV_IS_SEQ_POLYGON( contour ) ||
CV_SEQ_ELTYPE
( contour ) != CV_32SC2 )
cvgeometry.cpp
205
is_float =
CV_SEQ_ELTYPE
(contour) == CV_32FC2;
cvlinefit.cpp
659
type =
CV_SEQ_ELTYPE
(ptseq);
cvmoments.cpp
87
int is_float =
CV_SEQ_ELTYPE
(contour) == CV_32FC2;
/external/opencv3/modules/imgproc/src/
convhull.cpp
425
hullseq = cvCreateSeq(CV_SEQ_KIND_CURVE|
CV_SEQ_ELTYPE
(ptseq)|
451
if( CV_MAT_TYPE(mat->type) !=
CV_SEQ_ELTYPE
(ptseq) &&
463
int hulltype =
CV_SEQ_ELTYPE
(hullseq);
548
if(
CV_SEQ_ELTYPE
( ptseq ) != CV_32SC2 )
553
int hulltype =
CV_SEQ_ELTYPE
( hull );
582
is_index =
CV_SEQ_ELTYPE
(hull) == CV_SEQ_ELTYPE_INDEX;
approx.cpp
777
CV_Assert(
CV_SEQ_ELTYPE
(src_seq) == CV_32SC2 ||
778
CV_SEQ_ELTYPE
(src_seq) == CV_32FC2 );
791
if(
CV_SEQ_ELTYPE
(src_seq) == CV_32SC2 )
793
else if(
CV_SEQ_ELTYPE
(src_seq) == CV_32FC2 )
shapedescr.cpp
940
if(
CV_SEQ_ELTYPE
( contour ) != CV_32SC2 )
981
int is_float =
CV_SEQ_ELTYPE
( contour ) == CV_32FC2;
/external/opencv/cxcore/include/
cxtypes.h
[
all
...]
/external/opencv3/modules/core/include/opencv2/core/
types_c.h
[
all
...]
/external/opencv3/modules/imgproc/test/
test_convhull.cpp
292
point_type =
CV_SEQ_ELTYPE
(ptseq);
391
points2 = cvCreateMat( 1, points1->total,
CV_SEQ_ELTYPE
(points1) );
487
int point_type = points1 ?
CV_SEQ_ELTYPE
(points1) : CV_MAT_TYPE(points2->type);
577
if(
CV_SEQ_ELTYPE
(hseq) != CV_32FC2 )
[
all
...]
/external/opencv3/modules/core/src/
persistence.cpp
[
all
...]
Completed in 2036 milliseconds