Adjusts a submatrix size and position within the parent matrix.
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- dtop
- Type: SystemInt32
Shift of the top submatrix boundary upwards. - dbottom
- Type: SystemInt32
Shift of the bottom submatrix boundary downwards. - dleft
- Type: SystemInt32
Shift of the left submatrix boundary to the left. - dright
- Type: SystemInt32
Shift of the right submatrix boundary to the right.
Return Value
Type: Mat[Missing <returns> documentation for "M:OpenCvSharp.CPlusPlus.Mat.AdjustROI(System.Int32,System.Int32,System.Int32,System.Int32)"]
See Also