You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

FastDeskew.h 325 B

4 years ago
1234567891011121314151617
  1. //
  2. // Created by Jack Yu on 22/09/2017.
  3. //
  4. #ifndef HYPERPR_FASTDESKEW_H
  5. #define HYPERPR_FASTDESKEW_H
  6. #include <math.h>
  7. #include <opencv2/opencv.hpp>
  8. namespace pr {
  9. cv::Mat fastdeskew(cv::Mat skewImage, int blockSize);
  10. // cv::Mat spatialTransformer(cv::Mat skewImage);
  11. } // namespace pr
  12. #endif // HYPERPR_FASTDESKEW_H