Ask Your Question

Revision history [back]

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>.