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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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