1 | initial version |
shouldn't it be a collection of 'int'?
no, that's ok. for primitive types, like int, float, uchar, etc it is:
vector<T> (c++) -> Mat (java)
for "complex" types, like cv::Mat it is:
vector<Mat> (c++) -> List<Mat> (java)