搜索资源列表
vcmhphoto
- VC++对一幅图像进行高斯平滑模糊处理,效果不错,可以实现类似photoshop中的高斯模糊滤镜的效果,对VC编写图像处理软件的朋友很有帮助。-VC++ on a Gaussian smoothing fuzzy image processing, good results can be achieved similar to photoshop in the effects of Gaussian blur filter to image processing software to prep
IMGRestoreNew
- 对运动后的图像进行复原,图像运动模糊,逆滤波退化,逆滤波复原,加噪退化,维纳滤波复原-After exercise of the right image restoration, image motion blur, inverse filtering degradation, inverse filter restoration, plus noise degradation, Wiener filter restoration
VCimagetool
- VC++图像处理典型算法全套演示程序的源代码,将众多图像处理功能集合于一个演示程序中,包括很多的图像处理类,像运动模糊恢复类,包含三种方法的运动模糊恢复功能,维纳滤波、逆滤波和投影迭代法 -VC++ image processing algorithms typically complete demo program source code, a number of image processing functions will be set in a demonstration program
tuxiangchuliyuanma
- 图像进行二值化处理、对角镜像处理、离散余弦变换处理、离散余弦变换处理、高斯模糊处理、直方图均衡处理、水平镜像处理等20多种常用图像处理的C++源码-Binary image processing, diagonal image processing, discrete cosine transform processing, discrete cosine transform processing, Gaussian blur processing, histogram equalization
IMGRESTORE
- 这是一个在MFC框架中编写的C++程序,可以实现图像的运动模糊、逆滤波退化、加噪退化、维纳滤波复原。-This is a framework written in MFC C++ program, you can achieve the image motion blur, inverse filtering degradation, noise degradation, Wiener filtering restoration.
DigitalImageProcessing
- 这个程序设计到图像处理的绝大多数函数,包括图像的几何变换,图像增强,图像模糊,图像编码等,设计了单独的DIB类,-This program design to the vast majority of image processing functions, including image geometric transformation, image enhancement, image blur, image coding, design a separate DIB class
picture-gauss
- 图像识别算法的一部分。有PS高斯模糊、锐化、阙知、变形、提线等各种图像算法。还有图像的DCT变换的快速算法。-Part of the image recognition algorithm. PS Gaussian blur, sharpen, Que know, deformation, mentioning lines and other image algorithms. Fast algorithm for image DCT transform.
TestGauss
- 对图像进行高斯模糊的小程序,大家可以试试看-Gaussian blur to the image
The-Lagrange-interpolation-algorithm
- 基于VS2008编写,程序很简单,算法很经典实用。提出一种基于三次拉格朗日插值的自适应图像缩放算法 该算法首先计算目标像素点周围三组源像素点的方差,选取方差最小的一组源像素点,然后采用三次拉格日插值公式求得目标像素点的灰度值实验结果表明,本文算法所得的目标图像边缘清晰,且算法复杂度较低,便于硬件实现,可以实现实时图像缩放。-Based on VS2008, the program has a very simple algorithm is very classic and practical.
ImageProcessing
- 数字图像处理,运动模糊,运动复原,小波变换,图像平滑,图像增强,图像运动去模糊。-Digital image processing, motion blur, motion restoration, wavelet transform, image smoothing, image enhancement, image motion deblurring.