aboutsummaryrefslogtreecommitdiff
path: root/imageutil.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'imageutil.hpp')
-rw-r--r--imageutil.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/imageutil.hpp b/imageutil.hpp
index 4a3e041..5c01d9b 100644
--- a/imageutil.hpp
+++ b/imageutil.hpp
@@ -12,8 +12,6 @@
#define sqr(x) ((x) * (x))
-
-
namespace image_util
{
cv::Mat crop(cv::InputArray s, double contrast_threshold, double max_crop_ratio);