UMat Constructor (UMat, Range, Range) |
http://www.emgu.com
Create a umat header for the specific ROI
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic UMat(
UMat umat,
Range rowRange,
Range colRange
)
Public Sub New (
umat As UMat,
rowRange As Range,
colRange As Range
)
public:
UMat(
UMat^ umat,
Range rowRange,
Range colRange
)
new :
umat : UMat *
rowRange : Range *
colRange : Range -> UMat
Parameters
- umat
- Type: Emgu.CVUMat
The umat where the new UMat header will share data from - rowRange
- Type: Emgu.CV.StructureRange
The region of interest - colRange
- Type: Emgu.CV.StructureRange
The region of interest
See Also