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

搜索资源列表

  1. splinewidget

    0下载:
  2. VTK对格式为DICOM医学数据重建后,利用VTKsplinewidget类对其作进行曲线,并能利用鼠标对其人机操作。-VTK format for DICOM medical data reconstruction after VTKsplinewidget class its for the curve, and can use the mouse to its man-machine.
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-10
    • 文件大小:1205985
    • 提供者:liangyingpeng
  1. twoview_reconstruction

    0下载:
  2. 利用两幅图像对物体进行重建,基于计算机视觉的-two view reconstruction
  3. 所属分类:Graph program

    • 发布日期:2017-05-07
    • 文件大小:1644469
    • 提供者:郭力
  1. 2D-LDA

    1下载:
  2. 2维线性判别进行人脸识别的程序,很不错!采用ORL人脸库,取每人的1、3、5、7、9五幅图像作为训练图像,其余作为测试图像,进行二维线性判别。计算出特征向量矩阵,降序排列后,取前d(d=2,4,6,……,20)个特征向量组成的矩阵作为变换矩阵,对训练集合测试集进行特征重建,最后采用最近邻分类器。附有实验的结果。-code for face recognition based 2D-LDA,the performance is nice!
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-12
    • 文件大小:2834469
    • 提供者:王阳丽
  1. bottle

    0下载:
  2. 实现光照重建算法,Matlab编写,相信对大家都很有用处-Illumination reconstruction algorithm implementation, I believe everyone has the usefulness of
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-31
    • 文件大小:445877
    • 提供者:wangweiming
  1. reconstruction

    0下载:
  2. 基于图像序列的三维重建.可以从2D照片生成3D模型-this is a pdf about 3d reconstruction
  3. 所属分类:Graph program

    • 发布日期:2016-01-26
    • 文件大小:496040
    • 提供者:陈晓晓
  1. A_new_algorithm_of_image_compress_based_on_BP_neur

    1下载:
  2. 本文探讨了神经网络用于图像压缩的方法,提出了一种基于边缘信息检测的BP神经网络压缩方法:按图像各部分像素特征将图像分为平滑块、纹理块和边缘块,不同的分类块采用不同的隐含层数。实验结果证明本算法在在保证重建图像丰富细节的同时,能大大提高图像的压缩比。-This paper discusses the neural network for image compression method, edge information is presented based on BP neural networ
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:382933
    • 提供者:王蒙
  1. bm3d_nl

    1下载:
  2. CT重建图像时,先用BM3D滤波,然后运用经典的非局部平均去噪,效果很好-CT reconstruction image, the first with BM3D filter, and then use the classical non-local average denoising, very good. .
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-21
    • 文件大小:543
    • 提供者:lida
  1. max

    1下载:
  2. 基于二进小波变换的图像小波模极大值检测,以及交替投影法重建-Based on dyadic wavelet transform modulus maxima of wavelet image detection, as well as the alternating projection reconstruction
  3. 所属分类:Wavelet

    • 发布日期:2017-03-28
    • 文件大小:5431
    • 提供者:yangjing
  1. OpenSURF

    1下载:
  2. surf算法是现在最新的寻找图像特征点并匹配的算法,与SIFT算法相比速度更快,可以用在3D重建、图像拼接等多个领域-surf algorithm is now the latest to find the image feature points and matching algorithms, compared with the SIFT algorithm is faster, can be used in 3D reconstruction, image mosaic, and othe
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1604315
    • 提供者:xmchen
  1. ThreePhase

    1下载:
  2. 三相位结构光重建实例,C++实现,输出OBJ格式。-Three-phase structured light reconstruction instance, C++ implementation, the output OBJ format.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-03
    • 文件大小:825523
    • 提供者:类成龙
  1. bookcd

    1下载:
  2. 《基于OPENCV的计算机视觉技术实现》源码光盘,值得下载- OPENCV based on computer vision technology to achieve source disc, it is worth downloading
  3. 所属分类:Special Effects

    • 发布日期:2017-05-30
    • 文件大小:12698801
    • 提供者:star
  1. allfns

    1下载:
  2. matlab中关于三维重建的源代码,《计算机视觉中的多视图几何》匹配源代码-These functions are written by: David Capel, Andrew Fitzgibbon, Peter Kovesi, Tomas Werner, Yoni Wexler, and Andrew Zisserman
  3. 所属分类:Fractal program

    • 发布日期:2017-04-09
    • 文件大小:1315578
    • 提供者:李永杰
  1. shearwarp

    0下载:
  2. VTK库的用shearwarp算法进行物体的三维重建的源代码,并有改进,克服了原来的内存泄露问题-VTK library shearwarp algorithm using three-dimensional reconstruction of objects in the source code, and have improved to overcome the original memory leak problem
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-02
    • 文件大小:27879
    • 提供者:周西
  1. ReConstruction

    1下载:
  2. 基于OpenCV下编写的一个实现将两幅图像重建为3D模型的代码,希望对大家有帮助!-Based on OpenCV produced under a to realize the two images for 3 D reconstruction of the model code, and we want to help!
  3. 所属分类:OpenCV

    • 发布日期:2017-06-18
    • 文件大小:28076820
    • 提供者:吴东会
  1. face

    0下载:
  2. PCA人脸识别基于PCA的人脸识别 (Eigenface)读入20幅训练图像 。 计算均值、协方差矩阵 、特征值 和特征向量 ,并记录计算所耗费的时间 。并在figure(i)中显示特征脸Eigenface 。计算4幅测试图像 ,及其在 空间中的重建图像 ,在figure(i) 和 figure(10+i)中分别显示测试图像 和重建图像 。计算4幅测试图像 的重建误差 ,比较并阐释 之间的差异及其原因。 -PCA
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-01
    • 文件大小:597
    • 提供者:lanzhi
  1. NormFet_WindowsXP_src

    0下载:
  2. 计算点云数据的法向量和局部特征,以备三维重建运用-The normals and features can be computed from a point cloud using the NormFet software
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-15
    • 文件大小:3896176
    • 提供者:张帅
  1. superresolution_v_2_0

    0下载:
  2. 本程序提供超分辨率重建的c++代码,里面包含有pdf格式的文献,详细介绍了算法细节-This procedure provides super-resolution reconstruction c++ Code, which contains pdf format documents, detailing the details of the algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:419784
    • 提供者:chenwen
  1. CamaraTest

    2下载:
  2. QT+OpenCV实现多摄像头采集视频,可以用于之后的双目视觉的三维重建-QT+OpenCV implement video capturing
  3. 所属分类:OpenCV

    • 发布日期:2014-05-06
    • 文件大小:1083392
    • 提供者:Li Three
  1. Observation

    0下载:
  2. 超分辨率图像重建c++版,需要配置opencv-This is an implementation of the example-based super-resolution algorithm International Journal of Computer Vision
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-31
    • 文件大小:51031
    • 提供者:lvlu
  1. SFMToolkit3

    0下载:
  2. SFM工具包,获取物体各个角度的照片,通过这些序列图像重建出物体的三维结构。-SFM toolkit for photos of all angles of the object, and these image sequences to reconstruct the three-dimensional structure of objects.
  3. 所属分类:3D Graphic

    • 发布日期:2017-06-02
    • 文件大小:14714647
    • 提供者:binbin
« 1 2 ... 19 20 21 22 23 2425 26 27 28 29 ... 50 »
搜珍网 www.dssz.com