资源列表
ifwtcompare
- matlab ifwtcompare.zip 函数源代码-matlab ifwtcompare.zip functions
zuidachafenfa
- 图像分割最大差分法,对于RGB图像灰度图像的分割有非常好的效果,对初学图像分割的有很大的帮助。-Image segmentation biggest difference method for gray image segmentation RGB image has a very good effect, image segmentation for beginners great help.
fuliyebianhua
- 红外热图序列的多项式拟合算法处理,能起到很不错的处理效果,使得图像缺陷显示的更加清晰-A polynomial fitting algorithm for infrared thermal image sequence processing, can play a very good treatment effect, the defect images displayed more clearly
hsv_shadow
- 基于阴影形成的原理及阴影区域的特点,研究阴影区域的特征表示方法; 基于阴影区域特征设计或改进阴影检测方法,检测出户外图像中的阴影区域; 在检测出阴影区域的基础上,研究阴影去除方法; 编程实现相关方法并进行实验验证及分析。-Shadow detection and removal of single image
Tschebyscheff
- Tschebyscheff滤波器设计,包括零极点分布,幅值相位的关系。
Leefilter
- 本程序是关于Lee滤波的matlab程序,可用于图像处理-matlab code of Lee filter which can be used to image processing
DFT_and_DCT
- 对一幅图像进行DCT与DFT变换,分析变换后的高低频分量系数-DCT and DFT on an image, analysis of high frequency components of the transformed coefficient
test_wa2_denoising
- 波原子理论进行数据 图像去噪处理的源码实例- wave atoms denoise source
erzhituxianghua
- 进行图像二值化的实现 希望对大家有所帮助 有用的就下载吧-Binarization of the image we want to help to achieve useful to download it
getmeanshiftsegment
- 一个均值漂移的算法,用于彩色图像分割的,有一定的调整-mean shift set color image
Rotate
- 自己用matlab写的图像旋转程序,能够实现0-360度旋转。有详细注释。-Own written with matlab image rotation program, to achieve 0-360 degree rotation. There are detailed notes.
t4_4
- 利用离散余弦变换函数(dct2和idct2)模拟JPEG压缩过程。 对“lena.bmp”做压缩,观察压缩效果。(JPEG压缩过程: 首先把原始的图像划分为8×8的子图像,然后利用dct2分别 对各个子图像进行离散余弦变换,对变换系数仅保留左上角15个值, 然后利用这15个系数进行离散余弦反变换重新得到各个子图像,再 将子图像拼接成完整图像) -Using discrete cosine transform function (dct2 and idct2) analog JPEG co