IplImageSetROI Method (Int32, Int32, Int32, Int32) OpenCvSharp Class Library
Sets image ROI to given rectangle (cvSetImageROI).

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

public void SetROI(
	int x,
	int y,
	int width,
	int height
)

Parameters

x
Type: SystemInt32

[Missing <param name="x"/> documentation for "M:OpenCvSharp.IplImage.SetROI(System.Int32,System.Int32,System.Int32,System.Int32)"]

y
Type: SystemInt32

[Missing <param name="y"/> documentation for "M:OpenCvSharp.IplImage.SetROI(System.Int32,System.Int32,System.Int32,System.Int32)"]

width
Type: SystemInt32

[Missing <param name="width"/> documentation for "M:OpenCvSharp.IplImage.SetROI(System.Int32,System.Int32,System.Int32,System.Int32)"]

height
Type: SystemInt32

[Missing <param name="height"/> documentation for "M:OpenCvSharp.IplImage.SetROI(System.Int32,System.Int32,System.Int32,System.Int32)"]

See Also

Reference