Overload List
Name | Description | |
---|---|---|
FindContours(CvArr, CvMemStorage, CvSeqCvPoint) |
Retrieves contours from the binary image and returns the number of retrieved contours.
| |
FindContours(CvArr, CvMemStorage, CvSeqCvPoint, Int32) |
Retrieves contours from the binary image and returns the number of retrieved contours.
| |
FindContours(CvArr, CvMemStorage, CvSeqCvPoint, Int32, ContourRetrieval) |
Retrieves contours from the binary image and returns the number of retrieved contours.
| |
FindContours(CvArr, CvMemStorage, CvSeqCvPoint, Int32, ContourRetrieval, ContourChain) |
Retrieves contours from the binary image and returns the number of retrieved contours.
| |
FindContours(CvArr, CvMemStorage, CvSeqCvPoint, Int32, ContourRetrieval, ContourChain, CvPoint) |
Retrieves contours from the binary image and returns the number of retrieved contours.
|
See Also