ImageTColor, TDepthCopy Method (RotatedRect) |
http://www.emgu.com
Get a copy of the boxed region of the image
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic Image<TColor, TDepth> Copy(
RotatedRect box
)
Public Function Copy (
box As RotatedRect
) As Image(Of TColor, TDepth)
public:
Image<TColor, TDepth>^ Copy(
RotatedRect box
)
member Copy :
box : RotatedRect -> Image<'TColor, 'TDepth>
Parameters
- box
- Type: Emgu.CV.StructureRotatedRect
The boxed region of the image
Return Value
Type:
ImageTColor,
TDepthA copy of the boxed region of the image
See Also