How to resize a Mat in Opnecv4Android
I need to resize a Mat
inside Java. I know that I can use Resize
function in c++. But how to resize it in Java?
I need to resize a Mat
inside Java. I know that I can use Resize
function in c++. But how to resize it in Java?
In OpenCV4Android you can use Imgproc.resize(src, dst, dsize)
or Imgproc.resize(Mat src, Mat dst, Size dsize, double fx, double fy, int interpolation)
Just in case you use JavaCV
may be you can find your answer HERE.
Asked: 2013-04-22 02:35:43 -0600
Seen: 6,709 times
Last updated: Apr 22 '13
Android Surface View Stops Updating [closed]
[Android - Native Camera] Setting ISO (and other camera parameters)
Face recognition for android using opencv
OpenCV for Android, do I need to install OpenCV Manager separately?
How to efficiently filter out points geometrically close to each other?
Unresolved inclusions in OpenCV android tutorial 4.
Running the OpenCV4Android application on my PC
how to solve the error of android emulator on openCV library package was not found...