搜索资源列表
bianmashiyan
- 数字图像处理实验 根据原图像的直方图,发现背景和目标的分割值大约在130左右,并将灰度图像转为二值图像,分割效果比较理想。 图像处理实验(六)图像压缩与编码 实验目的: 学习JPEG压缩编码 实验内容: 一.实现基本JPEG的压缩和编码分三个步骤: 1. 首先通过DCT变换去除数据冗余; 2. 使用量化表对DCT系数进行量化; 3. 对量化后的系数进行Huffman编码。-digital image processing experiments based on
DigitalImageProccessexperiment
- Matlab环境下的几个数字图像处理实验,包含图像灰度变换、直方图均衡化、直方图匹配、邻域平均、局域增强、中值滤波、图像的锐化等-Several digital image processing experiments, including gray transform, histogram equalization, histogram matching, neighborhood average, local increase, median filtering and image shar
dIP
- 数字图像处理实验,for USTC,包括基础的图像处理效果如灰度均衡,高斯模糊,中值滤波,边缘提取
tuxiangchulishiyan
- 数字图像处理实验,包括直 方 图,图象处理变换,小波变换,模板运算, 图像分割
Digitalimage
- 一种基于BP神经网络的数字图像处理实验,快速认识神经网络
DigitalImageProcessingReport
- 数字图像处理实验报告,包括灰度图像处理,各类噪声的处理,频率域等滤波器(巴特沃斯、高斯、理想滤波器)以及边缘处理、图像锐化等,含有全部MATLAB代码及实验步骤与结果分析等。
利用matlab进行数字图像处理的教程
- 本教程通过实验的方法来实现 MATLAB 中数字图像处理的一些方法。
image.rar
- 数字图像处理与分析:中值滤波的实验报告(含有C++代码的详细分析),图像分割的实验报告(含有C++代码的详细分析),处理结果也有,Digital image processing and analysis: median filter experimental report (containing C++ Code detailed analysis), image segmentation experiments report (containing C++ Code detailed ana
demo
- 数字图像处理实验 细胞图像的分割与测量 包括区域生长 大津阈值分割 去噪等等,VC MFC开发-cell segment
matlabtuxiang
- 这是几个数字图像处理程序 同于高通和低通滤波 可用于数字图像处理实验 -a program by matlab
MATLAB
- MATLAB工具结合数字图像处理,完成实验,有图像彩色空间转换,傅里叶变换,余弦变换,直方图均衡等等,有需要的看一下。-Combination of MATLAB tools for digital image processing, the completion of the experiment, the image color space conversion, Fourier transform, cosine transform, histogram equalization and
digitalimageprocessing
- 本教程通过实验的方法来实现: 实验要求: 数字图像处理实验一.doc 数字图像处理实验二.doc 数字图像处理实验三.doc-Guide through the experimental method to achieve: Experimental requirements: a digital image processing experiments. Doc second digital image processing experiments. Doc Experimen
showdib
- 这是一个DIP(数字图像处理)的实验程序,可实现初级的一些DIP图像处理,包FFT,DCT,walsh变换,图像翻转,加噪等操作。-This is a DIP (digital image processing) experimental procedures, can be a number of junior DIP image processing, including FFT, DCT, walsh transform, image flip, noise and other opera
双随机全息数字水印技术代码
- 包含实验图片,实验代码,对于从事数字图像处理工作有一定帮助(including experimental images and agrithms.It is benificial to image procecing workers.)
Laboratory Projects_DIP3E
- 数字图像处理实验书,很有意思,初学者专用(Digital image processing experiment book)
数字图像处理上机实验
- 数字图像处理计算图像峰值信噪比 利用JND进行图像增强(Calculate peak signal to noise ratio)
Pseudo-Color Image Processing
- 数字图像处理实验-图像处理-含实验题目及源代码(Pseudo-Color Image Processing (a) Implement Fig. 6.23, with the characteristic that you can specify two ranges of gray-level values for the input image and your program will output an RGB image whose pixels have a specified c
20150843郭玉隆
- 应用于对图像的的处理,试验包括二值化,均值处理,高通滤波等等(Application to image processing)
DFT&DCT
- 编程实现二维8*8图像块的DFT,DCT变换 输入一副RGB图像,将其转化为YCbCr颜色空间,然后对Y分量做分块DFT变换,保存为灰度图像,统计计算时间 编程实现8*8块DCT变换,然后分别显示,当使用64个DCT系数里面的一些系数进行重构,比较其质量;同时熟悉采用FFT来实现DCT变换的思想,并显示2维8*8DCT变换的基函数图像(Programming the DFT, DCT transform of two dimensional 8*8 image block Input
实验一
- 数字图像处理入门的实验,直方图处理等内容(it's the code about a excersize of digit image process)