UMat Constructor (UMat, Rectangle) |
http://www.emgu.com
Get the Umat header for the specific roi of the parent
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic UMat(
UMat parent,
Rectangle roi
)
Public Sub New (
parent As UMat,
roi As Rectangle
)
public:
UMat(
UMat^ parent,
Rectangle roi
)
new :
parent : UMat *
roi : Rectangle -> UMat
Parameters
- parent
- Type: Emgu.CVUMat
The parent Umat - roi
- Type: System.DrawingRectangle
The region of interest
See Also