add windows vs project

This commit is contained in:
jackyu
2017-11-15 01:07:41 +08:00
parent 4e28874afe
commit c48543095e
416 changed files with 14076 additions and 13 deletions
@@ -0,0 +1,18 @@
//
// Created by 庾金科 on 22/09/2017.
//
#ifndef SWIFTPR_FASTDESKEW_H
#define SWIFTPR_FASTDESKEW_H
#include <math.h>
#include <opencv2/opencv.hpp>
namespace pr{
cv::Mat fastdeskew(cv::Mat skewImage,int blockSize);
// cv::Mat spatialTransformer(cv::Mat skewImage);
}//namepace pr
#endif //SWIFTPR_FASTDESKEW_H