Home
last modified time | relevance | path

Searched refs:CvChain (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A D_geom.h56 CvSeq* icvApproximateChainTC89( CvChain* chain, int header_size, CvMemStorage* storage, int method …
H A Dcontours.cpp57 cvStartReadChainPoints( CvChain * chain, CvChainPtReader * reader ) in cvStartReadChainPoints()
64 if( chain->elem_size != 1 || chain->header_size < (int)sizeof(CvChain)) in cvStartReadChainPoints()
206 if( header_size < (int) (method == CV_CHAIN_CODE ? sizeof( CvChain ) : sizeof( CvContour ))) in cvStartFindContours_Impl()
243 header_size : sizeof( CvChain ); in cvStartFindContours_Impl()
536 ((CvChain *) contour)->origin = pt; in icvFetchContour()
735 ((CvChain *)contour)->origin = pt; in icvFetchContourEx()
928 ((CvChain *)contour)->origin = pt; in icvFetchContourEx_32s()
1254 l_cinfo->contour = icvApproximateChainTC89( (CvChain *) seq, in cvFindNextContour()
H A Dapprox.cpp58 CvSeq* icvApproximateChainTC89( CvChain* chain, int header_size, in icvApproximateChainTC89()
410 … contour = icvApproximateChainTC89( (CvChain *) src_seq, sizeof( CvContour ), storage, method ); in cvApproxChains()
H A Ddrawing.cpp2604 cv::Point pt = ((CvChain*)contour)->origin; in cvDrawContours()
2633 cv::Point(((CvChain*)contour)->origin) + offset, in cvDrawContours()
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/test/
H A Dtest_contours.cpp275 count2 = cvFindContours( img[2], storage, &chain, sizeof(CvChain), retr_mode, CV_CHAIN_CODE ); in run_func()
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/include/opencv2/imgproc/
H A Dimgproc_c.h467 CVAPI(void) cvStartReadChainPoints( CvChain* chain, CvChainPtReader* reader );
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/
H A Dtypes_c.h1674 typedef struct CvChain struct
1679 CvChain; typedef