Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是新手openCV,因此我有一些问题。
openCV
到目前为止,我的代码如下所示:
List<MatOfPoint> contours = mDetector.getContours(); Imgproc.drawContours(mRgba, contours, -1, CONTOUR_COLOR);
此代码绘制提取的轮廓。我想保存在array. 我的图像大小是480*800.
array
480*800