资源列表
adpmedian
- 適應性中值濾波器 可以保留edge並且去除胡椒鹽雜訊
sobel-bytq
- 关于字母数字识别的图像数字处理,有特征提取等,是c++程序
LRG31
- 图象邻域平均,,实现3×3邻域平均和7×7邻域平均的平滑处理,再将其改进,实现改进邻域平均的平滑处理-Image neighborhood average, and achieve 3 × 3 neighborhood average, and 7 × 7 neighborhood average smoothing, and then its improvement, to achieve improvements in the neighborhood average smoothing
Applycolorbar_RGB_object
- 用IDl编写的,用IDL图像处理。已调试好的程序。-Prepared using IDL with IDL image processing. Debugging process has been good.
division
- 运用顶帽变换、底帽变换、取阈值、二值化等方法对车牌进行一系列的处理,使车牌图像增强,最后达到分割的效果。-Using top hat transformation, the end cap transformation, thresholding, binarization methods such as plate a series of processing, the license plate image enhancement, and finally achieve the segme
batch_image
- 批处理文件夹中的图片,把图片都转化为灰度图-Batch folder picture, the picture is converted into grayscale
huangjin
- 黄金分割优化方法,解决无约束优化问题,以黄金点位收缩步长-Golden optimization method to solve unconstrained optimization problems, with gold point contraction step
fcm
- 改进fcm分割算法,它是一种无监督分割方法,无需人的干预,分割过程完全是自动完成 它可以很好地处理噪声,部分体积影响和图像模糊。-Improve FCM segmentation algorithm, it is a kind of unsupervised segmentation method, without human intervention, process fully automatic segmentation complete It can be a very good de
testttt
- 该代码是对图像转化的二维数组进行处理,对图像数组进行3*3的中值滤波,代码优点是占用内存小,处理速度较快。-it s an image processing code.
myWork1
- 此代码为维纳滤波恢复模糊图像matlab代码,基于matlab Demo改编,注释较详细,适合初学者学习维纳滤波使用-the code is designed for recovering image by Weiner filter,it is benefitial for new user of matlab or new student for Weiner filter
YUV420toRGB
- 将经yuv420亚采样的rgb图片转rgb图片,效果很好,代码可用-Will turn the rgb picture yuv420 sub-sampling rgb picture, the effect is very good, the code can be used
AdaptiveMedian
- 从网上看到了matlab实现的自适应中值滤波,用C++改写了一下。-Adaptive Median, matlab version to C++ version.