aboutsummaryrefslogtreecommitdiff
path: root/imageutil.hpp
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2022-09-07 13:05:17 -0400
committerGravatar Chris Xiong <chirs241097@gmail.com> 2022-09-07 13:05:17 -0400
commit1932abcb2ae2c0406c48e8b12d348631a83f2655 (patch)
tree137e92eba63383857bb3757b01ba526726d6c502 /imageutil.hpp
parent6c77ce2361d713fc13a4d21f8dec87084de45c9e (diff)
downloaddeduper-1932abcb2ae2c0406c48e8b12d348631a83f2655.tar.xz
Add classes for subslicing (extracted from testdrive.cpp).
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);