removed debugging print

This commit is contained in:
Omer
2019-09-22 03:43:00 +03:00
parent 1110634b29
commit 6d4c48e74f

View File

@@ -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;
}