Click or drag to resize

UMat Constructor (UMat, Range, Range)

http://www.emgu.com
Create a umat header for the specific ROI

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public UMat(
	UMat umat,
	Range rowRange,
	Range colRange
)

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