包括数字图像处理基本算法This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summary of what you will find in each of the files that make up y
本书介绍了近百个数字图像处理算法的理论解析、C++源代码和应用实例。书中还说明了多种常用图像格式的规范,提供对它们进行操作和相互转换的C++源代码。所有算法都用面向对象的方法实现为类的独立函数,可以即插即用。所有算法都集成到一个工具库中,提供了静态库和动态链接库两种形式,可以像标准库一样地直接嵌入到实际应用中。 本书深入介绍了在Windows 95/98/Me/NT/2000/XP环境下图像处理的理论和编程技术,并基于面向对象的程序设计方法,详细地讨论了图像处理算法的Visual C++