Home
last modified time | relevance | path

Searched refs:cvStartWriteSeq (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dcontours.cpp1468 cvStartWriteSeq( 0, sizeof(CvSeq), sizeof(CvLinkedRunPoint*), storage01, &writer_ext ); in icvFindContoursInInterval()
1469 cvStartWriteSeq( 0, sizeof(CvSeq), sizeof(CvLinkedRunPoint*), storage01, &writer_int ); in icvFindContoursInInterval()
1704 cvStartWriteSeq( CV_SEQ_ELTYPE_POINT | CV_SEQ_POLYLINE | CV_SEQ_FLAG_CLOSED, in icvFindContoursInInterval()
H A Dapprox.cpp77 cvStartWriteSeq( (chain->flags & ~CV_SEQ_ELTYPE_MASK) | CV_SEQ_ELTYPE_POINT, in icvApproximateChainTC89()
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/
H A Dcore_c.h1647 CVAPI(void) cvStartWriteSeq( int seq_flags, int header_size,
/dports/graphics/opencv/opencv-4.5.3/modules/core/test/
H A Dtest_ds.cpp569 cvStartWriteSeq( 0, hdr_size, elem_size, storage, &writer[struct_idx] ); in test_multi_create()
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Ddatastructs.cpp836 cvStartWriteSeq( int seq_flags, int header_size, in cvStartWriteSeq() function