CvFindContours Method OpenCvSharp Class Library
Overload List

  NameDescription
Public methodStatic memberFindContours(CvArr, CvMemStorage, CvSeqCvPoint)
Retrieves contours from the binary image and returns the number of retrieved contours.
Public methodStatic memberFindContours(CvArr, CvMemStorage, CvSeqCvPoint, Int32)
Retrieves contours from the binary image and returns the number of retrieved contours.
Public methodStatic memberFindContours(CvArr, CvMemStorage, CvSeqCvPoint, Int32, ContourRetrieval)
Retrieves contours from the binary image and returns the number of retrieved contours.
Public methodStatic memberFindContours(CvArr, CvMemStorage, CvSeqCvPoint, Int32, ContourRetrieval, ContourChain)
Retrieves contours from the binary image and returns the number of retrieved contours.
Public methodStatic memberFindContours(CvArr, CvMemStorage, CvSeqCvPoint, Int32, ContourRetrieval, ContourChain, CvPoint)
Retrieves contours from the binary image and returns the number of retrieved contours.
Top
See Also

Reference