mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-20 00:51:41 +00:00
Fixed area filtering of contours
This commit is contained in:
@@ -88,7 +88,7 @@ public class CameraProcess implements Runnable {
|
||||
|
||||
if (FilteredContours.size() > 0) {
|
||||
for (int i = 0; i < FilteredContours.size(); i++) {
|
||||
Imgproc.drawContours(outputMat, FilteredContours, i, contourColor, 3);
|
||||
Imgproc.drawContours(outputMat, FilteredContours, i, contourColor, 10);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user