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