Find contours

C# | Visual Basic | Visual C++ |
public Contour FindContours( CHAIN_APPROX_METHOD method, RETR_TYPE type )
Public Function FindContours ( _ method As CHAIN_APPROX_METHOD, _ type As RETR_TYPE _ ) As Contour
public: Contour^ FindContours( CHAIN_APPROX_METHOD method, RETR_TYPE type )

- method (CHAIN_APPROX_METHOD)
- The type of approximation method
- type (RETR_TYPE)
- The retrival type

Contour if there is any;
null if no contour is found