搜索资源列表
pingyichuli
- 图象平移的MATLAB源程序代码,请各位大虾有时间看看!多谢了-image translation of MATLAB source code, you have time to look at the tremendous! Thank you!
VC_MATLAB
- VC跟Matlab混合编程 VC与Matlab案例1.256色转灰度图2.对比度拉伸3.二值化变换4.反色5.灰度均衡6.亮度增减7.取对数8.取指数9.图像镜像10.图像平移11.阈值变换12.直方图均衡VC程序
cycle_spinning
- 内含两个程序:1.平移变换平移法(cycle_spinning)消除gibbs(吉布斯)效应 2.MATLAB中测试程序运行时间的函数.m
Rigid-matrix-change
- 在机器视觉中,刚体变换经常用于计算一个经过旋转和平移后的新坐标。比较常用的旋转矩阵的表示形式有欧拉角表示法和四元素表示法。本例子是两种方法的matlab实现,希望对大家有所帮助。-In machine vision, is often used to calculate a rigid transformation through new post-rotation and translation coordinates. Commonly used representation of a ro
wavelet_matlab_code.rar
- 2代小波示意程序 2维小波变换经典程序 Daubechies小波基的构造 采用多孔trous算法(undecimated wavelet transform)实现小波变换 平移变换平移法(cycle_spinning)消除gibbs效应 提升法97经典程序 消失矩作用的程序 小波插值与小波构造 小波滤波器构造和消噪程序 小波谱分析mallat算法经典程序,2 Generation Wavelet indicated procedures classic 2-D wavelet
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
imagetrans
- 医学图像的读取,存储及旋转平移的MATLAB语句实现.-medical image read and transformation.
QR
- 矩阵全部特征值的QR方法,包括化一般矩阵为上Hessenberg阵,平面旋转阵(Givens变换阵),用 Givens变换对上Hessenberg阵作QR分解,原点平移加速的QR方法等-Eigenvalue matrix of all the QR methods, including the general of the Hessenberg matrix array, planar array rotation (Givens transformation matrix), with the
imageprocess
- 利用matlab程式進行對灰階圖片的縮放,歪斜,平移等動作,另外提供指令版本。-Matlab program for the use of pairs of gray-scale image scaling, skew, translation etc, and also offers instruction version.
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).
IFS
- IFS,平移,旋转的,非常简洁,可以迅速的带入数据,即可出现图像-IFS, translation, rotation, and very simple
matlab-image-shifting-and-rotate
- matlab 做图像平移和旋转 用的是领域插值法 二次线性插值 另外还有一些调用matlab自带函数的编程-matlba image shift and rotate
Matlab-Gui-tuxiang
- 利用MATLAB中的GUI(图形用户界面),实现图像的平移,旋转,压缩等变换,是效果更加明显。-In MATLAB GUI (graphical user interface), to achieve image translation, rotation, compression transformation, is the effect is more obvious.
小波变换
- 小波变换 信号处理 通过伸缩平移运算对信号(函数)逐步进行多尺度细化,最终达到高频处时间细分,低频处频率细分,能自动适应时频信号分析的要求,从而可聚焦到信号的任意细节。(Wavelet transform signal processing through the telescopic translation operations to signal (function) step by step multi scale refinement, the final breakdown of ti
matlab-Douglas-Peucker
- 道格拉斯-普克算法(Douglas–Peucker algorithm,亦称为拉默-道格拉斯-普克算法、迭代适应点算法、分裂与合并算法)是将曲线近似表示为一系列点,并减少点的数量的一种算法。它的优点是具有平移和旋转不变性,给定曲线与阈值后,抽样结果一定。(Douglas Peucker algorithm is the curve approximated by a series of points, and reduce the number of points of an algorithm
Image_move
- 十分详细的matlab程序,能够实现图像的平移功能(Very detailed matlab program, to achieve image translation function)
matlab图像运算大全
- 用MATLAB做图像的基本运算,包括灰度变换,窗口技术,平移,旋转,缩放等处理(matlab image process include gray level transformation)
阶跃函数拟合函数(matlab)
- 阶跃函数拟合函数(matlab)拟合离散的数据点,采用放大和平移阶跃拟合
基于matlab的图像处理工具
- 利用matlab编程实现图像处理的基本功能,如平移,旋转,缩放,滤波,运动模糊消除等