搜索资源列表
Matlab_基于FFT的图像配准
- 简单的用相位相关法来粗估计图像间的平移参数-simple phase correlation method used to estimate the image of rough translation parameters
peizhun
- 图像配准-GUI界面,最优化算法,互信息尺度,POWELL.m附属子程序,PSO.m附属子程序,对图像进行“平移”和“旋转”-Image Registration - GUI interface, optimization algorithms, mutual information scale, POWELL.m subsidiary subroutine, PSO.m subsidiary subroutine, the right image "translation"
imagepan
- 用vC++实现对给定的位图进行平移,使用图像处理方法-vC used to achieve the bitmap for translation, the use of image processing methods
VC_MATLAB
- VC跟Matlab混合编程 VC与Matlab案例1.256色转灰度图2.对比度拉伸3.二值化变换4.反色5.灰度均衡6.亮度增减7.取对数8.取指数9.图像镜像10.图像平移11.阈值变换12.直方图均衡VC程序
imlogpolar
- 使用傅里叶梅林变换进行图像配准,抗旋转、平移和缩放~-Using Fourier Mellin Transform Image Registration
Morphy
- 用matlab编写的图像几何变换程序,包括旋转和平移,适合初学者。-Prepared using matlab image geometric transformation process, including rotation and translation, suitable for beginners.
Image-translation
- 此程序是数字图像处理关于图像平移,旋转等变化的程序,基于matlab-This program is a digital image processing on the image translation, rotation and other changes in procedures, based on matlab
HuMoment
- Hu矩的计算,通过Hu矩计算可以实现图像的旋转、平移的不变特性-Hu Moment, can be achieved by Hu Moment of image rotation, translation invariant features
MS_matlab
- 分割算法 1.mean shift 的迭代过程只做了一次(为了简单) 2.对图像中的某一点进行平移时,只考虑了距离它小于2*hr的点,而不是图像中所有的 点。 3.实验过程中只用到了gauss核,虽然提供了method的选择,但在进行值域加权时只用 到gauss核,如果需要请自己改正。-mean shift algorithm
04
- 本程序代码主要包括图像的平移,镜像变换,转置,缩放,旋转,插值算法简介。-The program code include image translation, image transform, transpose, zooming, rotation, interpolation algorithm profile.
imagetrans
- 医学图像的读取,存储及旋转平移的MATLAB语句实现.-medical image read and transformation.
3dpicture
- 在c++以及opengl的环境下,将给定的数据画成图形,并可以对图像进行旋转平移变换等功能。-Opengl in c++, as well as the environment, given the data painted graphics, and can rotate the image translation transformation functions.
配准功能
- 实现图像的配准,其中包括平移、旋转、滤波器、优化算法等!-To achieve image registration, including translation, rotation, filters, optimization, etc.!
DTCWT
- 双树复小波变换具有平移不变性、方向选择性等特点,适合进行图像压缩,优于传统离散小波变换方法。-The DT-CWT is suitable to image compression processing because of its shift invariance and directional selectivity. It is preferable to traditional Discrete Wavelet Transform(DWT).
1884425program
- 图像处理 计算基于hausdorff距离和遗传算法的图像匹配(只有旋转和平移)-Hausdorff distance calculation is based on image processing and genetic algorithms image matching (only rotation and translation)
2DWaveletsimpression
- 由于小波及小波包技术可以将信号或图像分层次按小波基展开,所以可以根据图像信号的性质以及事先给定的图像处理要求确定到底要展开到哪一级为止,从而不仅能有效地控制计算量,满足实时处理的需要,而且可以方便地实现通常由子频带、层次编码技术实现的累进传输编码(即采取逐步浮现的方式传送多媒体图像)。这样一种工作方式在多媒体数据浏览、医学图片远程诊断时是非常必要的。另外,利用小波变换具有放大、缩小和平移的数学显微镜的功能,可以方便地产生各种分辨率的图像,从而适应于不同分辨率的图像I/O设备和不同传输速率的通信系
matlab-image-shifting-and-rotate
- matlab 做图像平移和旋转 用的是领域插值法 二次线性插值 另外还有一些调用matlab自带函数的编程-matlba image shift and rotate
Image_move
- 十分详细的matlab程序,能够实现图像的平移功能(Very detailed matlab program, to achieve image translation function)
matlab图像运算大全
- 用MATLAB做图像的基本运算,包括灰度变换,窗口技术,平移,旋转,缩放等处理(matlab image process include gray level transformation)
基于matlab的图像处理工具
- 利用matlab编程实现图像处理的基本功能,如平移,旋转,缩放,滤波,运动模糊消除等