1 | initial version |
Here, mat will be your originalMat. Rect roi = new Rect(40, 100, 100, 120); Mat cropped = new Mat(mat, roi);
2 | No.2 Revision |
3 | No.3 Revision |
Here, mat will be your originalMat.
Rect roi = new Rect(40, 100, 100, 120); Mat cropped = new Mat(mat, roi);
4 | No.4 Revision |
Here, mat will be your originalMat.
Rect roi = new Rect(40, 100, 100, 120);
5 | No.5 Revision |
Here, mat will be your originalMat.
Rect roi = new Rect(40, 100, 100, 120);
Mat cropped = new Mat(mat, roi);