Method AdjustROI
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
AdjustROI(int, int, int, int)
Adjusts a submatrix size and position within the parent matrix.
public Mat AdjustROI(int dtop, int dbottom, int dleft, int dright)
Parameters
dtopintShift of the top submatrix boundary upwards.
dbottomintShift of the bottom submatrix boundary downwards.
dleftintShift of the left submatrix boundary to the left.
drightintShift of the right submatrix boundary to the right.