摘要: #pragma once #include #include #include "gdal.h" #include "gdal_priv.h" #include enum _PIC_TYPE_ { Pixel_Byte = 0, Pixel_Int16 = 1, Pixel_SInt16 = 2, Pixel_Int32 = 3, Pixel_SI... 阅读全文
posted @ 2017-06-28 09:43 秋月的私语 阅读(279) 评论(0) 推荐(0) 编辑
摘要: #pragma once #include "opencv.hpp" //一条线段,有起点和终点 class COneSeg { public: COneSeg(); COneSeg(cv::Vec4d v4d); COneSeg(cv::Point2d p1, cv::Point2d p2); COneSeg(const double& x1, const d... 阅读全文
posted @ 2017-06-28 09:34 秋月的私语 阅读(390) 评论(0) 推荐(0) 编辑