资源简介
很好的一个基于双目的三维重建C++源代码。使用了Opencv,OpenGL还包括三维重建的显示,很全的流程。
代码片段和文件信息
#include “header.h“
// sift is 50 times slower but get 7 times more matched points
// FAST detect more points than SURF
// STAR/MSER generate very few keypoints
#define DETECTOR_TYPE “FAST“ // FASTSIFTSURFSTARMSERGFTTHARRIS...see the create function
#define DEscriptOR_TYPE “SIFT“ // SURFSIFTBRIEF...BRIEF seemed to has bug
#define MATCHER_TYPE “Flannbased“ // BruteForceFlannbasedBruteForce-L1...
#define MAXM_FILTER_TH .8 // threshold used in GetPair
#define HOMO_FILTER_TH 60 // threshold used in GetPair
#define NEAR_FILTER_TH 40 // diff points should have distance more than NEAR_FILTER_TH
// choose the corresponding points in the stereo images for 3d reconstruction
void GetPair( Mat &imgL Mat &imgR vector &ptsL vector &ptsR )
{
Mat de
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2017-04-14 22:41 OpenCV-OpenGL--Reconstuction3d\
目录 0 2017-04-14 22:41 OpenCV-OpenGL--Reconstuction3d\.git\
文件 23 2017-04-14 22:41 OpenCV-OpenGL--Reconstuction3d\.git\HEAD
文件 349 2017-04-14 22:41 OpenCV-OpenGL--Reconstuction3d\.git\config
文件 73 2017-04-14 22:39 OpenCV-OpenGL--Reconstuction3d\.git\desc
目录 0 2017-04-14 22:39 OpenCV-OpenGL--Reconstuction3d\.git\hooks\
文件 452 2017-04-14 22:39 OpenCV-OpenGL--Reconstuction3d\.git\hooks\applypatch-msg.sample
文件 896 2017-04-14 22:39 OpenCV-OpenGL--Reconstuction3d\.git\hooks\commit-msg.sample
文件 160 2017-04-14 22:39 OpenCV-OpenGL--Reconstuction3d\.git\hooks\post-commit.sample
文件 552 2017-04-14 22:39 OpenCV-OpenGL--Reconstuction3d\.git\hooks\post-receive.sample
文件 189 2017-04-14 22:39 OpenCV-OpenGL--Reconstuction3d\.git\hooks\post-update.sample
文件 398 2017-04-14 22:39 OpenCV-OpenGL--Reconstuction3d\.git\hooks\pre-applypatch.sample
文件 1704 2017-04-14 22:39 OpenCV-OpenGL--Reconstuction3d\.git\hooks\pre-commit.sample
文件 4951 2017-04-14 22:39 OpenCV-OpenGL--Reconstuction3d\.git\hooks\pre-reba
文件 1239 2017-04-14 22:39 OpenCV-OpenGL--Reconstuction3d\.git\hooks\prepare-commit-msg.sample
文件 3611 2017-04-14 22:39 OpenCV-OpenGL--Reconstuction3d\.git\hooks\update.sample
文件 3448 2017-04-14 22:41 OpenCV-OpenGL--Reconstuction3d\.git\index
目录 0 2017-04-14 22:39 OpenCV-OpenGL--Reconstuction3d\.git\info\
文件 240 2017-04-14 22:39 OpenCV-OpenGL--Reconstuction3d\.git\info\exclude
目录 0 2017-04-14 22:41 OpenCV-OpenGL--Reconstuction3d\.git\logs\
文件 213 2017-04-14 22:41 OpenCV-OpenGL--Reconstuction3d\.git\logs\HEAD
目录 0 2017-04-14 22:41 OpenCV-OpenGL--Reconstuction3d\.git\logs\refs\
目录 0 2017-04-14 22:41 OpenCV-OpenGL--Reconstuction3d\.git\logs\refs\heads\
文件 213 2017-04-14 22:41 OpenCV-OpenGL--Reconstuction3d\.git\logs\refs\heads\master
目录 0 2017-04-14 22:41 OpenCV-OpenGL--Reconstuction3d\.git\logs\refs\remotes\
目录 0 2017-04-14 22:41 OpenCV-OpenGL--Reconstuction3d\.git\logs\refs\remotes\origin\
文件 213 2017-04-14 22:41 OpenCV-OpenGL--Reconstuction3d\.git\logs\refs\remotes\origin\HEAD
目录 0 2017-04-14 22:41 OpenCV-OpenGL--Reconstuction3d\.git\ob
目录 0 2017-04-14 22:39 OpenCV-OpenGL--Reconstuction3d\.git\ob
文件 157 2017-04-14 22:39 OpenCV-OpenGL--Reconstuction3d\.git\ob
目录 0 2017-04-14 22:39 OpenCV-OpenGL--Reconstuction3d\.git\ob
............此处省略124个文件信息
- 上一篇:1D与2D的快速傅里叶变换C++代码
- 下一篇:郑莉ppt\\清华C++程序设计
相关资源
- 视频转图片(opencv)
- ippicv_2017u3_win_intel64_general_20170822.zip
- opengl 填充图元 扫描线算法
- opencv:视频图片相互转换程序
- opengl:基于linux下雷达ppi
- 用opencv处理RTSP视频流,其中视频流的
- opengl编程开发基础
- OpenGL教室纹理映射贴图
- Opencv3中SIFT算法详解
- ksj转opencv(USB相机图像数据转OPENCV)
- opengl移动的小车
- opengl人物设计大头儿子
- opengl人物设计博士脸
- 点云PCL三维重建
- C++OpenCV实现数字识别
- 基于八叉树分解的三维重建
- 利用opencv,c++画网格代码
- opencv调入显示图片做高斯模糊
- opengl调试
- opencv计算信息熵(c++代码)
- opencv2深度图滤波
- opencv harris角点检测
- 基于颜色车牌检测opencv
- opecv+qt 入门级源代码(适合新手)
- QT+opencv打开RTSP视频流多线程
- QT+OPENGL开发
- OpenCV打开本地摄像头并显示
- 基于SVM与BoW的图片分类的OpenCV实现-
- opencv2.4.9+VS2013打开摄像头
- 基于opencv的肤色检测
评论
共有 条评论