Overload List

  NameDescription
FindContours()()()
Find a list of contours using simple approximation method.
(Inherited from Image<(Of <(TColor, TDepth>)>).)
FindContours(CHAIN_APPROX_METHOD, RETR_TYPE)
Find contours
(Inherited from Image<(Of <(TColor, TDepth>)>).)
FindContours(CHAIN_APPROX_METHOD, RETR_TYPE, MemStorage)
Find contours using the specific memory storage
(Inherited from Image<(Of <(TColor, TDepth>)>).)

See Also