Cleaning up the Autocropper section to get rid of random comments and unused files. Signed-off-by: Ethan Wellenreiter <ewellenreiter@gmail.com>
11 lines
189 B
C
11 lines
189 B
C
#ifndef CROPPER_H
|
|
#define CROPPER_H
|
|
|
|
#include <opencv2/opencv.hpp>
|
|
|
|
|
|
bool crop(cv::InputArray src, cv::OutputArray dst, bool fastsearch = true, int imageHeight = 700);
|
|
|
|
|
|
|
|
#endif //CROPPER_H
|