搜索资源列表
imgarithmetic
- VC编写,具有小波变换,复原,图像融合等算法。经过调试,可以正常运行。-VC prepared with wavelet transform, rehabilitation, such as image fusion algorithms. After debugging, it works.
imagefusion
- 这是一个基于小波变换的二维图相融合算法,是基于医学图像编写的。-This is a wavelet transform based on two-dimensional map of the fusion algorithm is based on the preparation of medical images.
image-fusion
- 基于低频融合策略的小波图像融合算法 ,高频系数融合均采用基于像素点绝对值取大的规则-Wavelet image fusion algorithm based on low-frequency fusion strategy, integration of high-frequency coefficients are based on the absolute value of the pixel point to take a big rule
PossionMatting
- 图像融合算法Poison Matting的c++实现-Poison Matting
FUSION
- 实现图像谱的融合算法matlab实现实现 图像谱的融合算法matlab实现-FUSION MATHOD BETWEEN TWO IMAGES
MOD
- 这个是自己编写的MOD算法的程序,用于字典学习,具体的应用有图像融合,图像去噪,丢失点补充等。-this is a dictionary learning method, and the reader can use this algorithm to do image fusion and image denosing.
PixelFusion
- 基于Visual C++的图像融合算法,算法采用小波变换实现图像融合- Fusion Visual C++ based image, the algorithm uses wavelet transform image fusion
图像配准算法
- 1.SIFT得到两幅图像的匹配点对 2.通过RANSAC剔除外点,得到N对内点 3.利用DLT和SVD计算全局单应性 4.将源图划分网格,取网格中心点,计算每个中心点和源图上内点之间的欧式距离和权重 5.将权重放到DLT算法的A矩阵中,构建成新的W*A矩阵,重新SVD分解,自然就得到了当前网格的局部单应性矩阵 6.遍历每个网格,利用局部单应性矩阵映射到全景画布上,就得到了APAP变换后的源图 7.最后就是进行拼接线的加权融合