摘要:
原文连接:http://blog.csdn.net/foreverhehe716/article/details/6749175在mfc c++ 以及opencv 编写程序当中,很多常用的类型转换,现在总结一下。(注意加相应的头文件,这里不罗嗦)提纲:1. Mat---> Iplimage2. Iplimage---> CvvImage3.Mat---> vector<Point2f> or vector<Point3f>4. vector<Point2f> or vector<Point3f>---> vector< 阅读全文