搜索资源列表
wor2k
- matlab实现s小波变换代码,输入图像矩阵,输出一幅图像,分为四块-wavelet transform code input image matrix, the output an image is divided into four
DCT-transform
- 这是一个非常有用的DCT变换的原代码,用c语言编写,希望对大家有帮助。-This is a very useful DCT's original code using the c language, and I hope to be helpful.
DCTofJPEG
- 用verilog代码写的JPEG压缩核心模块DCT变换之蝶形单元算法-verilog code written using JPEG compression core module DCT's butterfly modules algorithm
image_inhancement
- 基于Matlab的典型图像增强算法的源码 程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波
111
- 介绍了巴特沃思(Butterworth)滤波器的应用、本质、特点、类型和设计实现步骤,通过对MATLAB信号处理工具箱中滤波器实现函数代码分析,提出了较标准双线性变换法步骤更简便的数字巴特沃思滤波器设计方法,并通过编程仿真实现数据滤波-The app lications, essence, characteristics, types, the design and imp lementation step s of the Butterworth filter were introduced.
ImageProcessing
- 数字图像处理代码,实现了数字图像处理大部分功能,如图像类型转换、几何变换、空域滤波、频域滤波、分割和轮廓提取。。。基于MFC的CImage类-Digital image processing code, achieving the majority of digital image processing functions such as image type conversion, geometric transformation, spatial filtering, frequency d
hsm-matlab
- 使用Hough变换实现图像的二维匹配,可以用于形状的查找和对应,同样适用于机器人定位等领域。 代码内包含说明文档,内容详尽-This document describes the Matlab implementation of an algorithm called Hough Scan Matching. The algorithm s goal is to find the roto-translation which makes two sets of bidimensional d
log-polar-transform
- 很简单的对数极坐标变换程序,代码编写较为规矩,很容易看懂-Here is a log-polar image transform code,it s quite easy to read .
Filter4
- 纯c语言实现图像的各种的增强功能,滤波,添加噪声,同时还有图像的几何变换的c代码-Pure c language to achieve the image of the various' s enhancements functions, filtering, add noise, simultaneously as well as image of the geometric transformation of the c code
visualCSharp.NET-programming-experiement
- 《数字图像处理:Visual C#.NET编程与实验》除绪论介绍Visual C#.NET编程基础外,其余15章对应地编程实现了配套书《数字图像处理——原理与算法》中除K-L变换外的所有算法并进行相应的实验。随书光盘中有完整的程序代码和相应的实验图像,可直接运行。部分程序源代码来自于作者的科学研究和与公司的合作研发,具有借鉴和参考价值。可供电子信息、通信、计算机、自动控制、生物医学等理工科相关专业的大专、大学本科和研究生及工程技术人员学习和参考。 -" Digital Image Pro
ImageFusion_DWT
- 遥感图像融合方法中基于小波变换的融合方法matlab代码,同时附上测试用的遥感影像-Remote sensing image fusion method based on wavelet transform. It s matlab code, with remote sensing images used for testing
guo
- 24位彩色图的直方图均衡化有两种方式,一种是把彩色度的R、G、B分量分别看做一个灰度级进行直方图的均衡化。这种方式会使RGB之间的颜色对比会发生变化,造成颜色的失真。另一种方法是先将24位真彩色图的RGB分量转换为HIS分量,仅对其中的I分量进行直方图的均衡化,最后将均衡、化后的I分量与原来的H、S分量一起逆变换回RGB分量表示,两种方法都在代码中实现,希望对大家有所帮助!(histogram equalization)