receipt_indexer/code/autocropper/include/cropper.h
Ethan Wellenreiter 6b7572a498 Clean up for PR
Cleaning up the Autocropper section to get rid of random comments
and unused files.

Signed-off-by: Ethan Wellenreiter <ewellenreiter@gmail.com>
2023-09-10 02:55:47 -04:00

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