CvBlobSetImageRoiToBlob Method OpenCvSharp Class Library
Set the ROI of an image to the bounding box of a blob.

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

public void SetImageRoiToBlob(
	IplImage img
)

Parameters

img
Type: OpenCvSharpIplImage
Image.
See Also

Reference