From 1932abcb2ae2c0406c48e8b12d348631a83f2655 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Wed, 7 Sep 2022 13:05:17 -0400 Subject: Add classes for subslicing (extracted from testdrive.cpp). --- imageutil.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'imageutil.hpp') 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); -- cgit v1.2.3