登录
首页 » matlab » RegsiterFM

RegsiterFM

于 2011-11-29 发布 文件大小:211KB
0 250
下载积分: 1 下载次数: 176

代码说明:

  傅里叶梅林变换实现图像配准,对旋转,缩放,剪切,平移都有效(Fourier Mellin Transform for image registration, valid for rotation, scaling, cropping, shifting)

文件列表:

RegsiterFM
..........\example.asv,1744,2011-04-09
..........\example.m,1832,2011-04-09





..........\lena_cropped_shifted.bmp,66614,2008-04-27
..........\logpolar.m,721,2011-03-29
..........\main.asv,479,2011-04-09
..........\normlize.m,65,2011-04-09
..........\Register.asv,12690,2011-04-08
..........\Register.m,12833,2011-04-15
..........\transformImage.asv,2561,2011-04-08
..........\transformImage.m,2631,2011-04-08

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • one-based
    一种基于背景减法和帧差的运动目标检测算法(Based on background subtraction and frame difference moving target detection algorithm)
    2013-07-31 09:12:36下载
    积分:1
  • Pearson-correlation
    在统计学中,皮尔逊积矩相关系数(英语:Pearson product-moment correlation coefficient,又称作 PPMCC或PCCs[1], 文章中常用r或Pearson s r表示)用于度量两个变量X和Y之间的相关(线性相关),其值介于-1与1之间。在自然科学领域中,该系数广泛用于度量两个变量之间的相关程度。它是由卡尔·皮尔逊从弗朗西斯·高尔顿在19世纪80年代提出的一个相似却又稍有不同的想法演变而来的。这个相关系数也称作“皮尔森相关系数r”。(In statistics, Pearson product-moment correlation coefficient (English: Pearson product-moment correlation coefficient, also known PPMCC or PCCs [1], the article used or Pearson s r r representation) is a measure of the two variables X and Y between correlation (linear correlation), a value between-1 and 1. In the natural sciences, the coefficient is widely used to measure the degree of correlation between the two variables. It is made a similar Karl Pearson Francis Galton in the 1880s but made a slightly different idea evolved. The correlation coefficient is also called Pearson s correlation coefficient r .)
    2015-04-27 16:37:58下载
    积分:1
  • dazhenshu
    用大整数乘法来计算两个n位二进制数相乘(With large integer multiplication to calculate the multiplication of two n-bit binary number)
    2010-12-31 00:20:19下载
    积分:1
  • fusion
    用于实现基于压缩感知在傅里叶系数域上的图像融合(For image fusion based on compressed sensing in the domain of Fourier coefficients)
    2021-04-02 22:49:06下载
    积分:1
  • 小波边缘检测
    说明:  数学地角度来看,信号与图像处理可以统一看作是信号处理(图像可以看作是二维信号),在小波分析地许多分析的许多应用中,都可以归结为信号处理问题。对于其性质随时间是稳定不变的信号,处理的理想工具仍然是傅立叶分析。但是在实际应用中的绝大多数信号是非稳定的,而特别适用于非稳定信号的工具就是小波分析。(Mathematically, signal and image processing can be regarded as signal processing (image can be regarded as two-dimensional signal). In many applications of wavelet analysis, they can be reduced to signal processing. For signals whose properties are stable over time, the ideal tool for processing is still Fourier analysis. However, most of the signals in practical applications are unstable, and the tool especially suitable for unstable signals is wavelet analysis.)
    2020-06-18 02:20:01下载
    积分:1
  • solid_reconstruction
    说明:  应用三维重构原理对二维平面图形重建成三维图像。(Application of the principle of three-dimensional reconstruction of two-dimensional graphical reconstruction into three-dimensional image.)
    2008-09-23 17:12:53下载
    积分:1
  • chenggongchengxu
    rgb to HSV,很有用,调试成功,可以应用(rgb to HSV,#include "stdafx.h" #include <iostream.h> void main(float R, float G, float B, float& H, float& S, float&V) { // r,g,b values are from 0 to 1 // h = [0,360], s = [0,1], v = [0,1] // if s == 0, then h =-1 (undefined) float min, max, delta,tmp tmp = R>G?G:R min = tmp>B?B:tmp tmp = R>G?R:G max = tmp>B?tmp:B V = max // v delta = max- min if( max != 0 ) S = delta/max // s else { // r = g = b = 0 // s = 0, v is undefined S = 0 H = 0 return } if (delta == 0){ H = 0 return } else if(R == max){ if (G >= B) H = (G- B)/delta // between yellow & magenta else H = (G- B)/delta+ 6 } else if( G == max ) H = 2+ ( B- R )/delta // between cyan & yellow else if (B == ma)
    2011-12-02 10:09:24下载
    积分:1
  • logisticmefan
    基于混沌的序列的对数字图像进行的魔方加密变换,介绍了非线性动力学系统的logistic映射形成的混沌序列的方法 。(Based on chaotic sequence of digital images of the Rubik)
    2007-10-14 10:59:49下载
    积分:1
  • 快速行进法的快速修复算法与TV对比
    基于快速行进法的快速图像修复算法与TV对比(Fast Marching Method Based on the fast image restoration algorithm and TV Comparison)
    2008-07-03 17:51:58下载
    积分:1
  • gdcm-2.2.0
    医用图像处理程序,处理dicom文件。开源软件,参考dcmtk(dicom process soft)
    2012-04-11 15:17:34下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载