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: 4.1.1.3497 (4.1.1.3497)
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