C# Class Emgu.CV.Cvb.CvBlob

CvBlob
显示文件 Open project: fajoy/RTSPExample Class Usage Examples

Public Methods

Method Description
GetContour ( MemStorage stor ) : Contour

Get the contour that defines the blob

Private Methods

Method Description
CvBlob ( IntPtr blob ) : System

Method Details

GetContour() public method

Get the contour that defines the blob
public GetContour ( MemStorage stor ) : Contour
stor MemStorage The memory storage when the resulting contour will be allocated
return Contour