CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 匹配 重建

搜索资源列表

  1. 三维重建摄像机标定

    0下载:
  2. 这个程序是立体匹配的可执行程序 中间用到opengl来显示场景的三维信息
  3. 所属分类:图形图像处理(光照,映射..)

  1. icp.rar

    0下载:
  2. Matlab程序源码,进行三维匹配的基本程序,对图像处理和三维重建有帮助!,Matlab program source code, the basic three-dimensional matching procedures, image processing and three-dimensional reconstruction help!
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-01
    • 文件大小:5793
    • 提供者:yangronghao
  1. 3Drebuild.rar

    2下载:
  2. 双目立体视觉理论基础上的三维重建,采用立体匹配、SIFT匹配算法,Binocular stereo vision based on the theory of three-dimensional reconstruction using stereo matching, SIFT matching algorithm
  3. 所属分类:Special Effects

    • 发布日期:2014-05-06
    • 文件大小:1865064
    • 提供者:xiaoyang
  1. 标定和立体匹配中极线约束 方法

    2下载:
  2. 利用opencv进行三维重建的简便方法通过六个步骤,特别是摄像机标定和立体匹配中极线约束 方法 的使用,给出了基于OpenCV的三维重建算法,Three-dimensional reconstruction using opencv easy way through the six steps, especially the camera calibration and stereo matching epipolar constraint method in use, given the th
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2016-01-26
    • 文件大小:125110
    • 提供者:heaze
  1. slcthead

    2下载:
  2. S-L头模型重建,X-CT图像重建算法的仿真研究-SL head model reconstruction, X-CT image reconstruction algorithm simulation
  3. 所属分类:hospital software system

    • 发布日期:2016-12-02
    • 文件大小:954
    • 提供者:cindy
  1. twoview_reconstruction

    1下载:
  2. 基于matlab的三维重建代码,提取两幅图片的匹配点-Based on three-dimensional reconstruction of the matlab code, extract the two images match point
  3. 所属分类:Graph program

    • 发布日期:2017-05-11
    • 文件大小:2596399
    • 提供者:shengjie wang
  1. corner

    0下载:
  2. vc++和OpenCV结合找出图片中的角点,并且做出标记。此程序同时可以用于图片特征点的提取,用于特征匹配的后续开发做准备。-vc++ and OpenCV combination to find the picture of the corner and make a tag. At the same time, this procedure can be used for image feature points extraction, feature matching for the fo
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:171958
    • 提供者:黄蓝
  1. stereo

    1下载:
  2. 立体匹配的源码,可以计算两幅图像的视差,并可以做简单的重建。-Stereo matching of source code, can be calculated two parallax images, and can be easy to do the reconstruction.
  3. 所属分类:Graph program

    • 发布日期:2017-06-14
    • 文件大小:18674481
    • 提供者:wendy
  1. ComputerVision

    0下载:
  2. 视觉大师张正友的经典著作,主要论述了计算机视觉相关问题,例如摄像机标定,立体匹配,三维重建,运动跟踪-Visual Master Zhang is the Friends of classics, mainly discusses the computer vision-related issues, such as camera calibration, stereo matching, three-dimensional reconstruction, motion tracking
  3. 所属分类:Special Effects

    • 发布日期:2017-05-22
    • 文件大小:6855257
    • 提供者:simon
  1. CT

    4下载:
  2. 图像反投影重建算法,利用CT采集的数据在进行R_L_滤波后进行反投影得到检测图像。-Image reconstruction algorithm, using the projection of the data collected on CT after R_L_ filter back-projection get detection images.
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-22
    • 文件大小:557040
    • 提供者:walter
  1. CUDA_Match

    1下载:
  2. 基于NVIDIA CUDA GPU计算开发环境的双目视觉匹配程序,用于立体视觉的识别,同时可用于三维重建。主要算法在显卡上进行,需要NVIDIA的支持CUDA的显卡-NVIDIA CUDA GPU-based computing development environment to match the binocular vision procedures, for three-dimensional visual recognition, can be used for three-dimen
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-09
    • 文件大小:1790062
    • 提供者:远航
  1. kdtree

    1下载:
  2. K-D树源码,不错的空间查找算法,在三维重建和匹配中应用较多!-KD tree source, good space search algorithm, in the three-dimensional reconstruction and matching the application of more!
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-29
    • 文件大小:105469
    • 提供者:yangronghao
  1. Stereopatch

    0下载:
  2. 这是一个关于3D图象重建立体匹配的代码,大家可以下下来参考一下,只上传了代码。此方法比较简单-This is a study on 3D image reconstruction of three-dimensional matching code, we can look down under, only upload the code. This method is relatively simple
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:18478
    • 提供者:陈忠翔
  1. one_dimension

    1下载:
  2. 一维信号的匹配追踪算法,通过较少原子比较精确的重建信号。-One-dimensional signal matching pursuit algorithm, through more precise atomic less reconstructed signal.
  3. 所属分类:Special Effects

    • 发布日期:2016-11-24
    • 文件大小:2063
    • 提供者:汪博峰
  1. two_dimension

    0下载:
  2. 二维匹配追踪算法,通过较少原子比较精确的重建图像,随着迭代次数提高逼近源图像。-Two-dimensional matching pursuit algorithm, through more precise atomic less reconstructed image, with the number of iterations to raise close to the source image.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:2347
    • 提供者:汪博峰
  1. ImageProcessing

    0下载:
  2. 图像匹配算法 图像的特征点提取以及匹配在三维重建中有重要的作用-Image matching algorithm of feature point extraction image matching in the three-dimensional reconstruction as well as play an important role in
  3. 所属分类:Special Effects

    • 发布日期:2017-06-14
    • 文件大小:22635494
    • 提供者:sky
  1. BasedOnTheMatchingPairsOfImagesAnd3DReconstruction

    0下载:
  2. 基于双幅图像的匹配算法及3D重建不确定性研究 -Based on the matching pairs of images and 3D reconstruction algorithm uncertainty
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4143696
    • 提供者:sky
  1. OReilly-LearningOpenCV

    0下载:
  2. 视觉大师张正友的经典著作,主要论述了计算机视觉相关问题,例如摄像机标定,立体匹配,三维重建,运动跟踪-Visual Master Zhang is the Friends of classics, mainly discusses the computer vision-related issues, such as camera calibration, stereo matching, three-dimensional reconstruction, motion tracking, et
  3. 所属分类:Special Effects

    • 发布日期:2017-05-28
    • 文件大小:10756800
    • 提供者:simon
  1. PIPEI

    0下载:
  2. 图像匹配是三维重建中的一个关键部分。在立体视觉中,为了得到空间一点的三维几何信息,需要从不同的视点方向获取的两幅(或者多幅)图像中正确找到这一个点在不同的图像中的投影点,这一个过程就叫做图像匹配(mIageMatchnig).所以图像匹配是立体视觉系统的核心,也是实现图像理解的基础。 。 -Three-dimensional reconstruction of the image matching is a key part of. In stereo vision, in order
  3. 所属分类:3D Graphic

    • 发布日期:2017-06-09
    • 文件大小:16227475
    • 提供者:
  1. M

    0下载:
  2. Low教授推荐的关于图相匹配和三维重建的优秀论文,实现多视图的立体匹配-Professor Low recommended on the map to match and three-dimensional reconstruction of fine papers, multi-view stereo matching
  3. 所属分类:Special Effects

    • 发布日期:2017-05-26
    • 文件大小:9181065
    • 提供者:水婧
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com