Java中的C ++ vector <mat>相当于什么?

时间:2018-06-10 10:47:17

标签: c++ opencv image-processing javacv opencv4android

在下面的C ++中使用OpenCV的代码:

vector<Mat> histograms;
histograms.push_back(histogram(cell, numPatterns));
int histIdx=3;
int valIdx=1;
hist.at<int>(0,y) = histograms[histIdx].at<int>(valIdx);

与OpenCV的Java相同的vector<Mat>是什么?

0 个答案:

没有答案