搜索资源列表
MedianFilter
- 图像中值滤波,使得图像中的噪声得到抑制,特别是椒盐噪声。-Median Filter
Medianfilter
- 读入bmp图像,对读入的图像进行中值滤波处理,使其变得平滑-Read bmp images on the image read median filter processing, to make it smooth
MedianFilter
- 图像处理中比较常见的中值滤波的源程序,先加入噪声,再滤去,效果明显。-Image processing of the more common source filter before adding noise, and then least squares, the effect clearly.
Medianfilter
- 对图像进行中值滤波的c++程序,代码简单易懂-Image median filter of c++ program, easy-to-read code
Medianfilter
- 视频图像中值滤波处理源程序,对视频卡捕捉的视频信号进行中值滤波。-Video image processing median filter source, video capture card in the video signal filtering.
MedianFilter
- 中值滤波法是一种非线性平滑技术,它将每一象素点的灰度值设置为该点某邻域窗口内的所有象素点灰度值的中值-Median filtering is a nonlinear smoothing technique, it s gray value of each pixel of a neighborhood set for the point of all pixels within the window the median gray value
medianfilter
- 用c语言实现图像的中值滤波,实现对图像的平滑-the median filter of image by c language
MedianFilter
- 快速中值滤波,在大数据量的情况下速度很快,论文“Median Filter in Constant Time”的C语言实现-C souce code for "Median Filter in Constant Time"