fixed it lol

This commit is contained in:
gallant 2023-09-29 08:24:52 -05:00
parent 822a502a2e
commit 9a45010845

View file

@ -126,8 +126,9 @@ public class FreeSightPipeline extends OpenCvPipeline {
new Rect(
min_x,
min_y,
(max_x + min_x),
(max_y + min_y)),
boundingRect.width,
boundingRect.height
),
outline
);