
OpenCV
范国豪
这个作者很懒,什么都没留下…
展开
-
opencv----FileStorage 用法
#include<iostream>#include<opencv2/highgui.hpp>#include<opencv2/core/core.hpp>using namespace cv;using namespace std;int main(int argc,char**argv){ // 写yaml文件; FileSto...原创 2019-04-15 10:26:53 · 329 阅读 · 0 评论 -
OpenCV----深度图读法及concertTo用法;
#include<iostream>#include<opencv2/highgui.hpp>#include<opencv2/core/core.hpp>using namespace cv;using namespace std;int main(int argc,char**argv){ cv::Mat color,depth;...原创 2019-04-15 11:50:48 · 858 阅读 · 0 评论 -
OpenCV findfundamentalmat.cc 源码
findfundamentalmat.cc#include "myheader/myfindfundamentalmat.h"using namespace cv;using namespace std;namespace DySLAM{//------------------------myCvModelEstimator2-----------------------...原创 2019-07-04 12:04:50 · 1203 阅读 · 0 评论