资源列表
imageprocessing2
- 1.灰度变换:选择一幅对比度不足的图像,对该图像进行灰度变换,增强对比度,显示增强前、后的图像以及它们的灰度直方图。 2.直方图均衡:选择一幅灰度直方图不均匀的图像,对该图像进行直方图均衡处理,显示处理前、后的图像以及它们的灰度直方图。 3.选择一幅边缘较模糊的图像,利用高通滤波器(选择或自己设计)对该图像进行边缘增强,观察增强的效果。 4.选择一幅图像,叠加零均值高斯噪声,分别利用低通滤波器、维纳滤波器和中值滤波器对该有噪图像进行滤波,显示滤波后的图 像,比较各滤波器的滤波效果
KMEANS_clustering
- 用matlab写的kmeans segmentation算法实现
entropy
- 这是一个利用MATLAB编程实现的图像熵最大分割.相信对大家有用
addnoise
- MATLAB 给图像添加各种噪声:如椒盐噪声,高斯噪声、乘性噪声等等。-MATLAB add all kinds of noise to the image: If salt and pepper noise, Gaussian noise, multiplicative noise and so on.
hdtz
- 图像的象素值变换,包括亮度、对比度和GAMMA校正算法,环境是OPENCV4.0,VC6.0。算法参考了MATLAB函数 imadjust 。-Transform the pixel values of images, including brightness, contrast and GAMMA correction algorithm, the environment is OPENCV4.0, VC6.0. Algorithm MATLAB function reference imad
byes
- 最小二乘的贝叶斯参数辨识 可以直接运行-Bayesian least squares parameter identification can be run directly
shiyan
- 车牌定位 1. 任意读取一幅图像; 2. 对所读入的图像进行开、闭运算等二值形态学处理-License plate location. Read any one image read in the image to open and close operations binary morphological processing
Demo_CS_OMP
- matlab编写的压缩感知OMP算法恢复FSK信号,并将重构信号滤波。-failed to translate
WaveletHomofilter
- matlab代码,小波分析后做同态滤波处理,比一般的同态滤波效果更佳,兼容彩图灰度图,可直接运行-matlab code, after wavelet analyzing we do homofilter, performs better than general homofilter, compatible with grayscale/color image, run directly
histram
- 用于相似颜色图像检索,传统直方图法,巴氏系数法,传统欧式距离法-For the image similarity graph, the traditional histogram Bhattacharyya coefficient method, traditional Euclidean distance method
plot_line_with_error
- 带误差棒的折线图是SCIGRAPH图形软件包的六种基本图形之三。其主要特点是水平坐标X轴用文本标注,而垂直坐标Y轴则用数值标注。即:折线上的点坐标是由(文本,数值)确定的。因此,绘画折线图的数据有两种:一是X轴的文本数据;二是折线的数据。除此以外,它在每个点上还有一个误差值。SCIGRAPH图形软件包可以同时完成多条误差折线的绘画-THIS PROGRAM USES SCIGRAPH PACKAGE TO DRAW LINE_GRAPH with Error
facedetect
- 使用OpenCV实现的人脸检测,能够检测出图片中的人物的正脸,并使用不同颜色的圆标记出人脸所在位置-Implemented using OpenCV face detection can detect the positive image of the characters face, and use different colors to mark the location of a round face
