UMat Constructor (UMat, Rectangle) |
http://www.emgu.com
Get the Umat header for the specific roi of the parent
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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