搜索资源列表
图像中值滤波处理源代码
- C语言编写的程序,可以对图象进行中值滤波处理,效果不错,联系方式: QQ76947175-c program which can execute medeaval filter.good performance,contact with QQ76947175.
VC++中值滤波
- 数字图像中值滤波:数字图像处理常用算法,具体内容见Readme【《VisualC++/Matlab图像处理与识别案例精选》】。-digital image filtering : digital image processing algorithms used, the specific content [see readme "Visual C + + / Matlab image processing and recognition of selected cases"
数字图像处理直方图均衡化,中值滤波,均值滤波
- 数字图像处理 MFC实现直方图均衡化,中值滤波,均值滤波
中值滤波代码和测试图片
- 中值滤波代码和测试图片,独立的类,方便加入到应用之中。
中值滤波代码和测试图片
- 中值滤波代码和测试图片,独立的类,方便加入到应用之中。
中值滤波器 采用的是对二维图像
- 中值滤波器 采用的是对二维图像,进行两次一维中值滤波,算法简单且易实现,Median filter is used in two-dimensional images, for two one-dimensional median filtering algorithm is simple and easy to achieve
median.rar
- 图像中值滤波程序,工作环境是IDL平台,程序读取png格式图像并进行中值滤波,Image median filtering process, the working environment are IDL platform, the program read png format images and median filtering
zhongzhilvbo
- 在VC++6.0开发环境下,图像中值滤波的源码实现,编译即可运行~-In VC++6.0 development environment, the source image median filter implementation, the compiler can be run ~
MedFilter
- 利用C++编写图像中值滤波程序,主要完成基本的中值滤波操作,其他模版容易跟据现有程序增加或改进-The use of C++ to prepare the image median filtering procedure, mainly to complete the basic median filter operation, other templates easily to add for modification
median_filter
- 实现图像中值滤波的VerilogHDL源代码-Median_filter VerilogHDL Code
tuxiangshiyan
- 图像中值滤波的改进算法 频域中的图像去噪算法 matlab实验-matlab experiments
09_05_14
- VC++编写的实现图像中值滤波与灰度阈值变换的程序-VC++ to prepare the realization of image filtering and gray-scale transformation process threshold
noisereduction
- matlab 图像中值滤波去噪(高斯噪声和椒盐噪声)-noisereduction
MedianImage
- 用Java Application实现对图像中值滤波-Java Application with the realization of the image median filtering
Median_Filtering
- 图像中值滤波。读入256色BMP图像并对其进行中值滤波。-Image median filtering. Read a 256-color BMP image and do median filtering to it.
中值滤波
- 给定一幅单波段影像imgData.txt(ASCII格式),实现对图像的处理和显示。 已知条件: (1)clrTbl.txt文件是一个颜色查找表,大小是256X3,即可表示256中RGB的颜色。 (2)ImgData.txt文件中是图像的数据,每个值代表一个像素的颜色索引号,通过索引号到颜色查找表(clrTbl.txt文件)中找到相应的RGB颜色值。 (3)中值滤波:一种非线性平滑技术,它将每一像素点的灰度值设置为该点某邻域窗口内(这里选择3X3)的所有像素点灰度值的中值。 (4)屏幕上显示像素
中值滤波
- 对图像中值滤波,选择清晰的图像,叠加椒盐噪声,然后去噪(The image median filtering, denoising and superposition of the salt and pepper noise.)
median_filter
- 这个verilog程序实现了图像中值滤波,处理实时性很强,有兴趣的可以参考(This Verilog program implements the median filter in the image, the processing is very real, and the interest can be referred to)
1中值滤波
- 中值滤波——《MATLAB数字图像处理——从仿真到C/C++代码的自动生成》(Median filter - MATLAB digital image processing - automatic generation from simulation to C/C++ code)
中值滤波
- 读取RGB图像,并对读取到的RGB图像进行总值滤波处理,显示对比(Read the RGB image, and read the total number of filtered RGB image processing, showing contrast.)