From 3a99b8151f6a002353691b1254b395eb52effefa Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Mon, 17 Aug 2015 17:25:43 +0000
Subject: [PATCH] Fair comparison
---
src/data.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/data.c b/src/data.c
index 5140ce6..6a41d13 100644
--- a/src/data.c
+++ b/src/data.c
@@ -197,8 +197,6 @@
h = constrain(0, 1, h);
if (w < .01 || h < .01) continue;
if(1){
- //w = sqrt(w);
- //h = sqrt(h);
w = pow(w, 1./2.);
h = pow(h, 1./2.);
}
--
Gitblit v1.10.0