资源列表
D-ZX-Yccsf
- 像素点的生成 直线生成算法的实现 圆生成算法的实现 区域填充的实现-pixels Generation Linear Algorithm Implementation of the Circle generation algorithm to achieve the realization of regional Filled
imageprocessing2
- 1.灰度变换:选择一幅对比度不足的图像,对该图像进行灰度变换,增强对比度,显示增强前、后的图像以及它们的灰度直方图。 2.直方图均衡:选择一幅灰度直方图不均匀的图像,对该图像进行直方图均衡处理,显示处理前、后的图像以及它们的灰度直方图。 3.选择一幅边缘较模糊的图像,利用高通滤波器(选择或自己设计)对该图像进行边缘增强,观察增强的效果。 4.选择一幅图像,叠加零均值高斯噪声,分别利用低通滤波器、维纳滤波器和中值滤波器对该有噪图像进行滤波,显示滤波后的图 像,比较各滤波器的滤波效果
KMEANS_clustering
- 用matlab写的kmeans segmentation算法实现
dda_bresenham
- use DDA and bresenham algorithn to draw line.
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
PolygonClipping
- 基于divide and conquer策略的Sutherland-Hodgeman多边形裁剪算法的Matlab程序-Divide and conquer strategy based on the Sutherland-Hodgeman polygon clipping algorithm of Matlab procedures
plot_line_with_error
- 带误差棒的折线图是SCIGRAPH图形软件包的六种基本图形之三。其主要特点是水平坐标X轴用文本标注,而垂直坐标Y轴则用数值标注。即:折线上的点坐标是由(文本,数值)确定的。因此,绘画折线图的数据有两种:一是X轴的文本数据;二是折线的数据。除此以外,它在每个点上还有一个误差值。SCIGRAPH图形软件包可以同时完成多条误差折线的绘画-THIS PROGRAM USES SCIGRAPH PACKAGE TO DRAW LINE_GRAPH with Error
ChordDistributionForBell1b
- 以CE-shape数据库为例来计算弦长关联算法相似性测度。-With CE-shape database as an example to calculate the chord length correlation algorithm similarity measure.
DERIVATIVE5---7
- This function computes 1st and 2nd derivatives of an image using the 7-tap coefficients given by Farid and Simoncelli. The results are significantly more accurate than MATLAB s GRADIENT function on edges that are at angles other than vertic
shift-register
- 用C语言在matlab中实现移位寄存器的程序编写,并实现其功能,效果还可以,大家可以看看。-shift register
