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