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 326 B

6 years ago
123456789101112131415161718
  1. //
  2. // Created by 庾金科 on 22/09/2017.
  3. //
  4. #ifndef SWIFTPR_FASTDESKEW_H
  5. #define SWIFTPR_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. }//namepace pr
  12. #endif //SWIFTPR_FASTDESKEW_H