资源列表
MATLAB
- 基于matlab图像增强的比较及其理论分析 给定一张灰度图片,模拟加入高斯噪声、椒盐噪声等若干噪声,然后使用中值滤波、均值滤波等方法进行图像增强。 -The PS/2 device interface, used by many modern mice and keyboards, was developed by IBM and originally appeared in the IBM Technical Reference Manual. However, this docu
OnAverage
- 数字图像出里中的用于直方图均衡化处理的C程序-Digital image out there in the histogram equalization processing for C programs
imageshow
- 这是一个简单的IDL程序,主要用于在IDL上调用窗口显示一个遥感图像。-This is a simple IDL program, mainly used in the IDL window is called a remote sensing image.
DCT3
- 基于DCT变换的数字图像水印技术 包含了水印图像的嵌入和提取 -DCT-based digital image watermarking technique includes embedding and extraction of the watermark image
brqtize
- 相对量化子程序,用于matlab编程时的子程序调用-Relative quantification subroutine subroutine calls for matlab programming
ART
- ART迭代算法重建图像 matlab 可放到其他语言环境中使用-ART iterative image reconstruction algorithm matlab environment can be put to use in other languages
zuidashangfa
- 图像分割最大熵法,对于RGB图像灰度图像的分割有非常好的效果,对初学图像分割的有很大的帮助。-Maximum entropy image segmentation method for gray image segmentation RGB image has a very good effect, image segmentation for beginners great help.
renshutongji
- MATLAB程序代码,对人数进行统计,对图像灰度进行处理。-MATLAB program code, statistics on the number, carries on processing to the image gray.
NNapply1
- 神经网络,主要用于数据预测以及相关的分析-Neural network, mainly used for data analysis of the forecast and the related
zhongzhi
- 对图像中存在的噪声进行滤除,采用的是中值滤波的方法-Exist on the images to filter out the noise, using the method of median filtering
zengqiang
- 图像增强,处理后图像更加清晰,利用直方图均衡化处理-Image enhancement, image is more clear after using the histogram equalization processing
Blur
- GAUSSIANBLUR blur the image with a gaussian kernel GI = gaussianBlur(I,s) I is the image, s is the standard deviation of the gaussian kernel, and GI is the gaussian blurred image.