MatOfInt, MatOfFloat, etc...
Are these Java convenience classes just for 1 X N matrices?
Are these Java convenience classes just for 1 X N matrices?
MatOfInt, MatOfFloat is classes that are inherited from Mat and has 1 channel of defined type and size 1xN. It is analog of std::vector<int>, std::vector<double>, etc in C++ code. This classes have been created for wrapping OpenCV C++ functions, that operate with std::vector<type>.
Asked: 2013-01-07 20:24:20 -0600
Seen: 2,125 times
Last updated: Jan 08 '13
Unresolved inclusion in OpenCV+Android tutorial
How to convert Floating point image to 32-bit single-channel?
How to translate this to Java?
android: how to put a column into Mat
OpenCV Tutorial 1 - Add OpenCV on API 8
Running the OpenCV4Android application on my PC
Using OpenCV as a stress detector