Mat Constructor (Mat, Rectangle) |
http://www.emgu.com
Create a mat 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 Mat(
Mat mat,
Rectangle roi
)
Public Sub New (
mat As Mat,
roi As Rectangle
)
public:
Mat(
Mat^ mat,
Rectangle roi
)
new :
mat : Mat *
roi : Rectangle -> Mat
Parameters
- mat
- Type: Emgu.CVMat
The mat where the new Mat header will share data from - roi
- Type: System.DrawingRectangle
The region of interest
See Also