CvBlobs Constructor (IplImage) OpenCvSharp Class Library
Constructor (init and cvLabel)

Namespace:  OpenCvSharp.Blob
Assembly:  OpenCvSharp.Blob (in OpenCvSharp.Blob.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public CvBlobs(
	IplImage img
)

Parameters

img
Type: OpenCvSharpIplImage
Input binary image (depth=IPL_DEPTH_8U and nchannels=1).
See Also

Reference