making CV data type to be int

This commit is contained in:
Andrey Pavlenko
2011-07-22 15:11:35 +00:00
parent 8378ba7554
commit 3d9cb082c9
10 changed files with 163 additions and 192 deletions
@@ -68,11 +68,11 @@ class Sample2View extends SampleCvViewBase {
synchronized (this) {
// Explicitly deallocate Mats
if (mRgba != null)
mRgba.dispose();
mRgba.release();
if (mGray != null)
mGray.dispose();
mGray.release();
if (mIntermediateMat != null)
mIntermediateMat.dispose();
mIntermediateMat.release();
mRgba = null;
mGray = null;