Introduction - If you have any usage issues, please Google them yourself
Binarization image processing, image discrete cosine transform processing (image transformation), histogram equalization, image Fourier transform, Gaussian blur treatment.
Packet : 23825778digitalimageprocessing.rar filelist
图像处理\histogrameq(对图像进行直方图均衡处理的源代码,编译后的可执行文件须带参数运行).zip
图像处理\loadbmp(图像处理头文件).zip
图像处理\bivalue(对图像进行二值化处理的源代码,编译后的可执行文件须带参数运行).zip
图像处理\dct(对图像进行离散余弦变换处理(图像变换)的源代码,编译后的可执行文件须带参数运行).zip
图像处理\fourier(对图像进行傅立叶变换处理(图像变换)的源代码,编译后的可执行文件须带参数运行).zip
图像处理\gauss(对图像进行高斯模糊处理(图像复原)的源代码,编译后的可执行文件须带参数运行).zip
图像处理