文件名称:tu-xiang-chu-li-suan-fa-ji-he
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-12-29
- 文件大小:
- 18kb
- 下载次数:
- 0次
- 提 供 者:
- nim***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
文件中包含各种图像处理源代码,包括二值化处理的源代码,对图像进行直方图均衡处理的源代码,对图像进行中值滤波处理(图像复原)的源代码,对图像进行均值滤波处理(图像复原)的源代码对图像进行对角镜像处理(几何变换)的源代码,对图像进行离散余弦变换处理(图像变换)的源代码,对图像进行傅立叶变换处理(图像变换)的源代码,对图像进行高斯模糊处理(图像复原)的源代码,在图像中加入随机噪声的源代码,对图像进行水平镜像处理(几何变换)的源代码,利用LoG边缘算子法对图像进行边缘提取的源代码,利用Prewitte边缘算子法对图像进行边缘提取的源代码,利用Roberts边缘算子法对图像进行边缘提取的源代码,利用Sobel边缘算子法对图像进行边缘提取的源代码,对图像进行沃尔什变换处理(图像变换)的源代码, 对图像进行垂直镜像处理(几何变换)的源代码等各种图像处理程序代码。-File contains a variety of image processing source code, including the binarization processing of the source code, the source code of the image histogram equalization processing median filter processing (image restored), the image of the source code, the image mean filterprocessing (image restoration) of the source code to perform diagonal mirror treatment (geometric transformation) of the source code of the image, the image of the source code of the discrete cosine transform processing (image conversion), the image source of the Fourier transform processing (image conversion)code,the image the Gaussian blur processing (image restoration) source code, source code, by adding random noise in the image, the image horizontally mirrored (geometric transformation) source code, LoG edge operator method to the edge of the imageextracted source code, operator method using Prewitte edges on the image edge extracted source code, Roberts edge operator method for image edge extracted source code, u
(系统自动生成,下载前可以参看下载内容)
下载文件列表
数字图像处理算法源程序\bivalue.cpp
......................\cornermirror.cpp
......................\dct.cpp
......................\fourier.cpp
......................\gauss.cpp
......................\gaussnoise.cpp
......................\histogrameq.cpp
......................\horzmirror.cpp
......................\loadbmp.h
......................\log.cpp
......................\mean.cpp
......................\med.cpp
......................\nocolor.cpp
......................\peppernoise.cpp
......................\prewitte.cpp
......................\pseudocolor1.cpp
......................\pseudocolor2.cpp
......................\roberts.cpp
......................\sobel.cpp
......................\vertmirror.cpp
......................\walsh.cpp
......................\源程序说明.doc
数字图像处理算法源程序