mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-20 00:51:41 +00:00
removed debugging print
This commit is contained in:
@@ -65,7 +65,6 @@ public class CVProcess {
|
||||
continue;
|
||||
}
|
||||
double aspectRatio = rect.size.width / rect.size.height;//TODO i think aspectRatio is inverted
|
||||
System.out.println(aspectRatio);
|
||||
if (aspectRatio < ratio.get(0) || aspectRatio > ratio.get(1)){
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user