登录
首页 » Visual C++ » reconstruction

reconstruction

于 2010-06-22 发布 文件大小:3914KB
0 290
下载积分: 1 下载次数: 516

代码说明:

  基于双目视觉的三维重建,包含了重建过程中的基本步骤。(Binocular vision-based three-dimensional reconstruction, including the reconstruction of the basic steps of the process.)

文件列表:

密集点匹配
..........\VC
..........\..\cvut_test
..........\..\.........\cvut
..........\..\.........\....\cvut.h,277,2007-05-29
..........\..\.........\....\cvutImage.h,5172,2007-05-29
..........\..\.........\....\cvutMatrix.h,16538,2007-05-29
..........\..\.........\....\cvutSeq.h,6162,2007-05-29
..........\..\.........\....\cvutUtil.h,6442,2007-05-29
..........\..\.........\cvut_test.dsp,4711,2007-06-19
..........\..\.........\cvut_test.dsw,543,2007-05-29
..........\..\.........\cvut_test.exe,172032,2008-08-02
..........\..\.........\cvut_test.ncb,7924736,2008-08-02
..........\..\.........\cvut_test.opt,50688,2007-06-19
..........\..\.........\cvut_test.plg,1528,2007-06-19
..........\..\.........\cvut_test.positions,40,2007-06-19
..........\..\.........\cvut_test.sln,882,2007-09-18
..........\..\.........\cvut_test.vcproj,5668,2007-09-18
..........\..\.........\cvut_test.vcproj.B67AD0B61E4C426.王中杰.user,1427,2008-08-02
..........\..\.........\dense_correspondence.cpp,4253,2008-08-02
..........\..\.........\image

稀疏点匹配与重建
................\cvut_test
................\.........\cvut
................\.........\....\cvut.h,277,2007-05-29
................\.........\....\cvutImage.h,5172,2007-05-29
................\.........\....\cvutMatrix.h,16538,2007-05-29
................\.........\....\cvutSeq.h,6162,2007-05-29
................\.........\....\cvutUtil.h,6442,2007-05-29
................\.........\cvut_test.dsp,5007,2007-06-19
................\.........\cvut_test.dsw,543,2007-05-29
................\.........\cvut_test.exe,716899,2008-08-02
................\.........\cvut_test.ncb,320512,2008-08-02
................\.........\cvut_test.opt,62976,2008-08-02
................\.........\cvut_test.plg,5068,2008-08-02
................\.........\cvut_test.positions,587,2007-06-21
................\.........\glut.h,27670,2000-12-13
................\.........\glut32.dll,237568,2001-11-08
................\.........\glut32.lib,28728,2001-11-08
................\.........\image


................\.........\image_rectify.cpp,6689,2007-06-21
................\.........\ltga.cpp,7409,2003-06-05
................\.........\ltga.h,4065,2003-06-05
................\.........\projective_matrix.txt,295,2007-05-19
................\.........\three_dimensional_reconstruction.cpp,9658,2007-07-30
................\.........\three_dimensional_reconstruction.h,876,2007-05-29
稀疏点匹配与重建(无图像校正)
..............................\sparse_correspondence_and_reconstruction_unrectify
..............................\..................................................\function.cpp,7231,2007-08-08
..............................\..................................................\function.h,1444,2006-10-02
..............................\..................................................\glut.h,27670,2000-12-13
..............................\..................................................\glut32.dll,237568,2001-11-08
..............................\..................................................\glut32.lib,28728,2001-11-08
..............................\..................................................\match_image


..............................\..................................................\ReadMe.txt,1208,2007-07-24
..............................\..................................................\reconstruction.cpp,5651,2007-08-08
..............................\..................................................\sparse_correspondence_and_reconstruction_unrectify.cpp,179,2007-07-24
..............................\..................................................\sparse_correspondence_and_reconstruction_unrectify.exe,40960,2008-08-02
..............................\..................................................\sparse_correspondence_and_reconstruction_unrectify.vcproj,4742,2007-07-24
..............................\..................................................\sparse_correspondence_and_reconstruction_unrectify.vcproj.B67AD0B61E4C426.王中杰.user,1427,2008-08-02
..............................\..................................................\stdafx.cpp,255,2007-07-24
..............................\..................................................\stdafx.h,276,2007-07-24
..............................\sparse_correspondence_and_reconstruction_unrectify.ncb,4803584,2008-08-02
..............................\sparse_correspondence_and_reconstruction_unrectify.sln,1015,2007-07-24

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • opencv249SIFT
    opencv SIFT源码详细分析,代码能够准确实现(opencv SIFT detailed analysis of the source code can achieve accurate)
    2015-07-13 20:33:10下载
    积分:1
  • PanoramicImage
    用于图像拼接的素材,可用于全景图拼接。主要是JPG形式,可通过SIFT算法进行处理(Material for image stitching, can be used for panorama stitching. Mainly JPG format, can be handled by the SIFT)
    2020-11-30 15:39:27下载
    积分:1
  • KNearestclass
    使用K近邻算法对一个2维德样本集进行分类,样本集的分布为混合高斯分布。(K nearest neighbor to use a 2 Verde sample set for classification, the distribution of sample set for mixed Gaussian distribution.)
    2008-06-25 04:50:13下载
    积分:1
  • Kinect_DepthCanny
    用kinect获取3D图像,并从3D图像中用OpenCV方法从深度图中获取梯度边缘,从而得到更多信息,做后续处理(Get with kinect 3D images, and get the edge gradient from the depth map from a 3D image using OpenCV method to obtain more information, do follow-up treatment)
    2014-02-21 21:19:53下载
    积分:1
  • MARK_Dehaze
    2009年CVPR最佳论文《Single image haze removal using dark channel prior》暗原色图像去雾的算法实现。与原文不同的是本程序没有完成最后matting细化效果的部分,但仍能够达到视觉上可以接受的去雾效果。计算机视觉课程作业。工程运行于VS2008环境,需要OpenCV支持。Debug目下exe文件可以直接双击运行查看结果。(CVPR 2009 Best Paper " Single image haze removal using dark channel prior" to the dark fog of the primary image algorithm. The difference is that with the original program did not complete the final matting refinement part,yet haze-removal result is visually acceptable. Visual course work. This project runs under VS2008 with OpenCV. Double click the exe file under Debug folder to check the final result.)
    2011-08-10 16:46:35下载
    积分:1
  • opencv4.3
    自主选择性的查看一幅图像中的部分区域的颜色直方图:允许用户在一幅图像中选择一个矩形区域,通过按住鼠标键画一个矩形,当鼠标放开是,高亮显示矩形框,同时在另一个独立的窗口中,使用画图函数画一个图表(选定区域的颜色直方图),分别用蓝,绿,红表示选中区域中每种颜色的像素数量。(Self-selective color in an image to view a partial area of ​ ​ the histogram: Allows the user to select a rectangular area in an image by holding down the mouse button to draw a rectangle when the mouse is released, the highlighted rectangle, Meanwhile in a separate window, using the drawing functions to draw a chart (selected color histogram region), respectively, with blue, green, red indicates the number of pixels in the selected area of ​ ​ each color.)
    2014-02-13 16:18:41下载
    积分:1
  • lowpass
    实现巴特沃斯低通滤波器的小程序,大家看看能不能参考一下。(Butterworth low-pass filter program, see if you can refer to.)
    2012-05-05 11:45:23下载
    积分:1
  • fish_full
    实现鱼眼图 圆形视场和全视场的校正、分为2幅图像、4幅图像、任意角度、任意位置的校正、全景图拼接等(Fish eye diagram of a circular field of view and full field calibration is divided into two images, four images at any angle, any position of the correction, and panoramic stitching.)
    2012-07-11 11:01:10下载
    积分:1
  • CameraCalibration
    张正友经典论文,灵活的相机标定法,内附图片+源码,可以直接使用(zhangzhengyou,image+program, A Flexible New Technique for Camera Calibration)
    2017-07-18 17:10:59下载
    积分:1
  • K-maens
    K均值聚类算法对图像进行分割,实验用程序,亲测可用。(K-means clustering algorithm for image segmentation, experimental procedures, pro-test is available.)
    2013-07-20 16:43:29下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载