摘要: #include<opencv2\opencv.hpp> using namespace cv; using namespace std; double calcPCAorientation(vector<Point>&pts, Mat &image); int main(int arc, char** argv) { Mat src = imread("3.jpg"); namedWindow( 阅读全文