http://www.emgu.com
Get the contour that defines the blob
Namespace: Emgu.CV.CvbAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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