CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - Registration

搜索资源列表

  1. SURF

    0下载:
  2. 从C++言语中移植的SURF算法,包含多个子函数,能够对两张图片进行快速配准与拼接-Transplanted from C++ speech SURF algorithm, contains multiple sub-functions, capable of two images for quick registration and stitching
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:719186
    • 提供者:李鹏
  1. distrotion

    0下载:
  2. 遥感多光谱及高分辨图像的各种失真产生,包括错误配准,空间域及谱系失真,用于质量评价-Hyperspectral Imagery distortion : Radiometric noise Spatial smoothing Spectral smoothing Registration problems
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:1154
    • 提供者:haolei
  1. image_registration

    0下载:
  2. 该程序是图像配准程序,使用matlab编写,是很好的代码,可以运行,效果很好-The program is image registration procedures, the use of matlab prepared is a good code, you can run, with good results
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:6115295
    • 提供者:luofeiyang
  1. lastools

    0下载:
  2. 激光三维点云的处理源码,可以压缩点云,配准点云-Three-dimensional laser point cloud processing source code, can be compressed point cloud, point cloud registration
  3. 所属分类:Special Effects

    • 发布日期:2017-05-30
    • 文件大小:12453251
    • 提供者:wenwen
  1. head-hat

    0下载:
  2. 针对三维非刚性配准,关于头帽算法的英文期刊。-For three-dimensional non-rigid registration, headgear algorithm on the English journals.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:632577
    • 提供者:于荷峰
  1. mattes-mutual-information

    1下载:
  2. Mattes互信息英文期刊,用于配准方面的研究-English periodicals Mattes mutual information for registration of research
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:764394
    • 提供者:于荷峰
  1. MatchImage_2D

    0下载:
  2. 读取8位或12位图像进行图像配准,基于互信息和Powell搜索策略的算法-Read 8 or 12 images for image registration based on mutual information and the Powell algorithm search strategy
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:216912
    • 提供者:豆芽粉丝
  1. renlianpeizhun

    0下载:
  2. 人脸图像配准,将同一场景的两幅或多幅图像进行对准,可以实现人脸归一化-Face image registration, the same scene two or more images for the alignment can be achieved face normalization
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:45526
    • 提供者:white
  1. NSCTPCNN

    0下载:
  2. 提出了一种新的基于非下采样轮廓波NSCT和脉冲耦合神经网络PCNN相结合的自适应图像融合方法.对已经配准的源图像进行NSCT分解得到低频子带系数和不同方向的高频子带系数.对NSCT分解的低频部分采用简单的加权平均融合规则-Proposed a new profile based on non-downsampling wave NSCT and PCNN PCNN combining adaptive image fusion method. Which has been the source
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:953565
    • 提供者:刘璐
  1. ConfidenceMapMatlab

    0下载:
  2. 基于随机游走的图像配准,是求最大转移概率的图像配准-random walks image registration
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:348015
    • 提供者:曹德才
  1. imageShift

    0下载:
  2. 对图像进行平移变换,使用了双线性插值,使用时注意修改图像路径,常用于图像配准等-Translation transform the image, using a bilinear interpolation, pay attention to modify the image path when used, commonly used in image registration, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:955
    • 提供者:wujiaqi
  1. workTwo

    0下载:
  2. 灰度图像的偏移变换和配准的matlab代码-Offset transformation and registration of gray image of matlab code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1095
    • 提供者:吴双双
  1. chepaishibie

    1下载:
  2. 车牌识别是现代智能交通系统中的重要组成部分之一,应用十分广泛。汽车牌照号码是车辆的唯一“身份”标识,牌照自动识别技术可以在汽车不作任何改动的情况下实现汽车“身份”的自动登记及验证,这项技术已经应用于公路收费、停车管理、交通诱导、交通执法、公路稽查、车辆调度、车辆检测等各种场合-License plate recognition is one of the modern intelligent transportation system is an important part of the ap
  3. 所属分类:Special Effects

    • 发布日期:2015-02-20
    • 文件大小:2048
    • 提供者:田香玲
  1. IRSregistration

    0下载:
  2. registration,vc++写的配准程序,效果不错的,可以使用 -registration,for registration
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4128095
    • 提供者:廖生
  1. VCImageProcessingCase

    0下载:
  2. 数字图像处理的典型案例,包括CT图像重建系统、遥感图像配准系统等等。上述系统以OpenCV和vtk为基础,开发环境是VC,对图像系统的开发具有指导意义。-Typical case of digital image processing, including CT image reconstruction systems, remote sensing image registration system and so on. OpenCV and vtk above system is based
  3. 所属分类:Special Effects

    • 发布日期:2017-06-17
    • 文件大小:26449074
    • 提供者:Aaron
  1. di-shang-tu-pian-chuli

    0下载:
  2. matlab 源码程序 基于互信息熵的图像配准方法,其中包括图像配准的程序,还有程序运行的界面,对于初学图像配准或者利用MATLAB做GUI界面的同学有所帮助-matlab source program based on mutual information image registration methods, including image registration procedures, as well as running the interface, image registratio
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:79562
    • 提供者:彭成新
  1. 7

    0下载:
  2. 使用VC和OPENCV编写的遥感图像配准的程序,可以运行-OPENCV prepared using VC and remote sensing image registration procedure, you can run
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:430828
    • 提供者:乔寅
  1. eye-match

    0下载:
  2. 动态跟踪人的眼睛,初学者可以下载学习,使用最大互相关算法实现模板与待测图像的配准-Dynamic tracking people' s eyes, beginners can download the study, using the maximum cross-correlation algorithm and tested template image registration
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:2337
    • 提供者:祥林
  1. pipei

    0下载:
  2. 对不同坐标下的数字图像进行配准,为融合打下基础。-Digital images were different coordinate registration, to lay the foundation for the integration.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1326
    • 提供者:zhaozhao
  1. fusion

    0下载:
  2. 对不同坐标下的数字图像进行配准,为融合打下基础。-Digital images were different coordinate registration, to lay the foundation for the integration.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1314286
    • 提供者:zhaozhao
« 1 2 ... 26 27 28 29 30 3132 33 34 35 36 ... 42 »
搜珍网 www.dssz.com