Click or drag to resize

ImageTColor, TDepthCopy Method (RotatedRect)

http://www.emgu.com
Get a copy of the boxed region of the 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> Copy(
	RotatedRect box
)

Parameters

box
Type: Emgu.CV.StructureRotatedRect
The boxed region of the image

Return Value

Type: ImageTColor, TDepth
A copy of the boxed region of the image
See Also