搜索资源列表
VC++数字图象获取处理计算法
- 分别讨论了位图及图像类的概念、图像获取、图像增强、图像复原、正交变换、压缩编码、图像配准、运动检测、特征提取、图像分割及识别的相关知识,基本涵概了从图像获取到图像处理的各个领域,并结合Microsoft公司面向对象的可视化集成编程系统Visual C++,给出了相应的算法和完整的源代码。 -discussed a bitmap image and the concept of class, image acquisition, image enhancement, image restora
im_registr_MI
- 用互信息作为两幅图像的相似性度量进行配准
ImageGainingandCoding
- 《Visual C++数字图像获取 处理及实践应用》一书的源代码,包括图像增强、图像复原、图像压缩编码、图像配准及分割等相关源码。
tuxiangpipei
- 基于相位相关的图像配准算法.pdfo(∩_∩)o
IMGReg
- 实验遥感图像得配准,开发环境是vc++6.0,
图像配准matlab
- 图像配准matlab图像配准matlab图像配准matlab图像配准matlab
residue
- SAR 处理,对INSAR学习有帮助的编码,主要是侧重于配准-SAR processing
sanweigangtibianhuan
- 三维刚体变换,用于三维图象配准,我自己使用过,挺不错的。-Three-dimensional rigid body transformation, for three-dimensional image registration, I have used, very good.
three-dimensional-image-registration
- 本文档详细介绍了基于互信息的并行算法的图相配准的研究,应用于大分辨三维图像配准,且配准效率高,稳定。-This document details the parallel algorithm based on mutual information to match prospective study of the map, used in large-resolved three-dimensional image registration, and registration efficient
AntColony
- 图像配准技术及其matlab实现书中的蚁群算法源代码-Ant Colony Algorithm in Image registration technique using matlab
BilinearInterpolation
- 图像配准技术及其matlab实现书中的源码——双线性插值算法-Image equipped with quasi-technology and its matlab to achieve in the book of the source code- bilinear interpolation algorithm
Remote-Sensing-Image-regis-SYS
- 遥感图像配准系统,里面有c++开发RS配准系统源码,仅用于学习!-Remote Sensing Image barebones, there c++ developers RS with barebones source only for learning!
sift
- 图像配准定义为:对从不同传感器、不同时相、不同角度所获得的两幅或多幅图像进行最佳匹配的处理过程.图像配准需要分析各分量图像上的几何畸变,然后采用一种几何变换将图像归化到统一的坐标系统中。在配准过程中,通常取其中的一幅图像作为配准的标准,称之为参考图像;另一幅图像作为配准图像-Image registration algorithm
Vercauteren_DiffeomorphicDemons
- 微分同胚demons图像形变配准 基于itk和vc++ 包含相应的文章-Diffeomorphic Demons image registration based itk and vc++
peizhun1
- 图像配准程序,采用双线性插值,结果能运行。-Image registration process, USES the bilinear interpolation, the result can run.
f
- 基于互信息的图像配准算法MATLAB的代码程序-Based on mutual information image registration algorithm MATLAB code procedures
PV.m
- PUDN网站上流传的《图像配准技术及其Matlab编程实现》的源码包中,PV.m文件有不宜察觉的bug。使用原来的PV.m会发现出现的互信息值带有虚部,这是不可能的。经两个小时的检查,是source_y,打成source_x。经过测试,PV.m运行正常。若不修改,最终结果会有很大偏差。-In the source code in our web of the book of 《图像配准技术及其Matlab编程实现》,PV.m has serious bug. This PV.m have fix
SURF
- 快速尺度,旋转不变性点特征提取算法,有实例,另附配准程序。-SURF: Speeded Up Robust Features
PCLCode
- PCL课本全章源码的,包含I/O,kd-tree,八叉树,可视化,滤波,深度图像,关键点。采样一致性算法,点云特征描述与提取,点云配准,点云分割,点云曲面重建-the code of book“Point Cloud Library”
demons医学图像配准算法,三维二维的都有
- 医学图像配准方面的优秀的算法,里面包括两篇原著论文,帮助理解算法的运行,很实用