Click or drag to resize
ImageTColor, TDepthGetSubRect Method
http://www.emgu.com
Get a subimage which image data is shared with the current image.

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public Image<TColor, TDepth> GetSubRect(
	Rectangle rect
)

Parameters

rect
Type: System.DrawingRectangle
The rectangle area of the sub-image

Return Value

Type: ImageTColor, TDepth
A subimage which image data is shared with the current image
See Also