http://www.emgu.com
Get the contour that defines the blob
Namespace: Emgu.CV.CvbAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic Point[] GetContour()
Public Function GetContour As Point()
public:
array<Point>^ GetContour()
member GetContour : unit -> Point[]
Return Value
Type:
PointThe contour of the blob
See Also