Click or drag to resize
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: 3.1.0.2282 (3.1.0.2282)
Syntax
public UMat(
	UMat parent,
	Rectangle roi
)

Parameters

parent
Type: Emgu.CVUMat
The parent Umat
roi
Type: System.DrawingRectangle
The region of interest
See Also