Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Here, mat will be your originalMat. Rect roi = new Rect(40, 100, 100, 120); Mat cropped = new Mat(mat, roi);

Here, mat will be your originalMat. originalMat.

Rect roi = new Rect(40, 100, 100, 120); Mat cropped = new Mat(mat, roi);

Here, mat will be your originalMat.

Rect roi = new Rect(40, 100, 100, 120); Mat cropped = new Mat(mat, roi);

Here, mat will be your originalMat.

Rect roi = new Rect(40, 100, 100, 120);
 Mat cropped = new Mat(mat, roi); 

roi);

Here, mat will be your originalMat.

Rect roi = new Rect(40, 100, 100, 120);
Mat cropped = new Mat(mat, roi);