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)
Syntaxpublic Image<TColor, TDepth> GetSubRect(
Rectangle rect
)
Public Function GetSubRect (
rect As Rectangle
) As Image(Of TColor, TDepth)
public:
Image<TColor, TDepth>^ GetSubRect(
Rectangle rect
)
member GetSubRect :
rect : Rectangle -> Image<'TColor, 'TDepth>
Parameters
- rect
- Type: System.DrawingRectangle
The rectangle area of the sub-image
Return Value
Type:
ImageTColor,
TDepthA subimage which image data is shared with the current image
See Also