mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
Java API: corrected names of methods in Utils class; fixed bug in DMatch (thank for Hussein Abdinoor); added new utility method loadResource
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ class Sample1View extends SampleViewBase {
|
||||
|
||||
Bitmap bmp = Bitmap.createBitmap(getFrameWidth(), getFrameHeight(), Bitmap.Config.ARGB_8888);
|
||||
|
||||
if (Utils.MatToBitmap(mRgba, bmp))
|
||||
if (Utils.matToBitmap(mRgba, bmp))
|
||||
return bmp;
|
||||
|
||||
bmp.recycle();
|
||||
|
||||
Reference in New Issue
Block a user