Visual C++ 数字图像处理典型算法及实现包含图像显示、图像抓取、点运算、几何变换、正交变换、图像增强、形态学变换、边缘与轮廓处理、图像恢复等式一系列的操作。该源码是基于MFC的Visual C++开发,对于学习数字图像处理有极大帮助! 此模块包含:Bayer抖动法显示图象、Floyd-Steinberg抖动法显示图象等操作。
通过标准C实现的图像读取、显示、边缘检测、hough变换线检测等功能,是学习C高级编程不可多的的例程。A program write by C to read image data and with the function of display in win32 interface,edge detecting,hough line detecting,etc.It 's a good example the lenrn c high level developing.