mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
making CV data type to be int
This commit is contained in:
@@ -105,9 +105,9 @@ class FdView extends SampleCvViewBase {
|
||||
synchronized (this) {
|
||||
// Explicitly deallocate Mats
|
||||
if (mRgba != null)
|
||||
mRgba.dispose();
|
||||
mRgba.release();
|
||||
if (mGray != null)
|
||||
mGray.dispose();
|
||||
mGray.release();
|
||||
|
||||
mRgba = null;
|
||||
mGray = null;
|
||||
|
||||
Reference in New Issue
Block a user