Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • Java图像处理.rar 用Java实现的图像教学程序,涵盖大部分基本图像处理技术:(1)图像几何变换(图像翻转、旋转、缩放);(2)色彩变换(灰度直方图,RGB->YSH变换,对比度调整,色彩增强,灰度均衡);(3)卷积(锐化、柔化、边缘提取、中值滤波);(4)频率变换(快速傅立叶fft,小波分解重构)
  • oocr_v2_07252004.zip ... [NOT to be intended as a stable working release] Added: Program Icon Started: Image Processing for background detection Started: Bound Box reduction/fitting for standard scanning July 16,2004 : Initial Release [NOT to be ...
  • 数字图像处理的几个程序例子.rar 这是几个数字图像处理的程序实例,有经典的傅立叶变换和反变换、图像增强(中值滤波、增强光照)还有染色体计数。它们都是经典算法的实现。
  • c与c++图像处理编程.rar c\c++图像处理编程这本书的全部代码。分章节的
  • vc++数字图象处理(人民邮电出版社).rar vc++数字图象处理(人民邮电出版社)配套源代码
  • 图象处理源代码.rar 图象处理的代码,包括灰度拉伸,边缘检测,图象处理各个算法程序完全,代码完整。
  • Affine Transformation02.rar ... it can be easily (normalized or) removed from the image by subtracting the shape cetroid. The affine matrix and the affinr transformation are computed using Matlab Image Processing Toolbox functions: maketform and imtransform. So this program ...
  • image processing c++ code.rar 本程序以BMP文件为基础,详细介绍了图象处理的基本思路及编程实现,很不错的入门必备哦!
  • Intel Image Processing Library.rar 这个是Intel公司的图像处理库,和微软的风格不太一样
  • ppmCode.rar This program is used to read ppm format image. It s simple but useful for the people who want to understand the basic idea of digital image processing.