Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - image_processing
Search - image_processing - List
内含28个常用的数字图像处理Visual C++源代码,非常好用,大部分程序只能对256色图像进行操作,程序已经过作者调试,保证可以正常运行-includes 28 commonly used digital image processing Visual C source code, very good, most of the procedural right only 256 color images operations, procedures have been the author debugging, and guarantee the normal operation
Update : 2008-10-13 Size : 3.72mb Publisher : wuyi

这是一些有关《神经网络模式识别及其实现》的源程序 比较经典,有很大的参考价值-This the "pattern recognition and neural network to achieve" classic comparison of the source, a great reference value
Update : 2008-10-13 Size : 553.38kb Publisher : 小熊

基于ipp的图像处理代码,几乎包含了图像处理各种算法。需要IPP库支持。-based on the image processing code, contain virtually all image processing algorithms. Need the support of IPP.
Update : 2008-10-13 Size : 418.7kb Publisher : fulihua

用MATLAB实现数字图象处理基本操作书籍,里面有许多现成MATLAB代码可以调用.-MATLAB digital image processing basic operation of books, There are many ready-made MATLAB code can be called.
Update : 2008-10-13 Size : 6.39mb Publisher : 王菊玲

图像处理基本算法,如对图像进行二值化处理的源代码,均值滤波处理
Update : 2008-10-13 Size : 19.41kb Publisher : ludawei

数字图像获取, 处理及实践应用源代码——很多有用的图像处理的源代码:图像显示(原图、抖动),图像增强(灰度变换、直方图均衡、多种滤波器、伪彩色增强等),图像复原(运动模糊、逆滤波等等),图像变换(傅立叶变换、快速傅立叶变换、离散余弦变换、沃尔什变换、霍特林变换、小波变换、小波反变换),图像编码(霍夫曼编码、香浓-费诺编码、算术编码、位平面编码等),图像识别。
Update : 2008-10-13 Size : 329.27kb Publisher : 郑忠恒

何斌的《Visual C++数字图像处理》源代码
Update : 2008-10-13 Size : 266.22kb Publisher : 时圣柱

本书是把图像处理基础理论论述与软件实践方法相结合的第一本书,它集成了冈萨雷斯和伍兹所著的《数字图像处理》一书中的重要内容和MathWorks公司的图像处理工具箱。本书的特色在于它重点强调了怎样通过开发新代码来增强这些软件工具。本书在介绍MATLAB编程基础知识之后,讲述了图像处理的主要内容,具体包括亮度变换、线性和非线性空间滤波、频率域滤波、图像复原与配准、彩色图像处理、小波、图像数据压缩、形态学图像处理、图像分割、区域和边界表示与描述以及对象识别等。 本书主要特点: 本书自成体系; 开发了超过60个新的图像处理函数; 详细涉及了在MATLAB中使用C代码的方法; 提供了114个示例、400多幅图像、150多幅图形和线条图; 书中使用的所有MATLAB函数、图像处理工具箱函数以及新函数,均已在附录中列出; 详细探讨了图形用户界面(GUI)的设计; 本书的配套网站提供全面支持(M文件、图像文件、教辅材料、更新等)。
Update : 2008-10-13 Size : 11.19mb Publisher : 俞乾

介绍数字图像处理的基本算法和基础理论,并结合Windows环境,用Visual C++实现
Update : 2008-10-13 Size : 1.56mb Publisher : zp

新世纪电子信息与自动化系列课程改革教材 数字图像处理及分析基础 黄爱民 安向京 骆力 中国水利水电出版社
Update : 2008-10-13 Size : 8mb Publisher : 卓超

图像处理的各种算法包括理想低通滤波、图象灰度变换、图象锐化等非常多的算法
Update : 2008-10-13 Size : 273kb Publisher : 王英杰

数字图像处理的图像增强处理代码,还有一些关于数字图像处理的代码,有需要的人联系我
Update : 2008-10-13 Size : 1.2kb Publisher : 卢燕

功能非常全面的图像处理程序,有效地bug,但是可以使用,希望对图像处理的初学者有所帮助。
Update : 2008-10-13 Size : 2.09mb Publisher : 时圣柱

基于Matlab实现图像处理中的中值滤波,并以图像中去除椒盐噪声为例
Update : 2008-10-13 Size : 897byte Publisher : hellen

图像处理基本算法,如对图像进行二值化处理的源代码,均值滤波处理-Basic image processing algorithms, such as image binarization deal with the source code, deal with mean filter
Update : 2025-02-19 Size : 19kb Publisher : ludawei

图像处理的各种算法包括理想低通滤波、图象灰度变换、图象锐化等非常多的算法-Image processing algorithms, including the ideal low-pass filtering, image gray-scale transformation, image sharpening and so a lot of algorithms
Update : 2025-02-19 Size : 273kb Publisher : 王英杰

高级图象处理软件,实现功能包括对DIB图像进行维纳滤波复原操作、模糊操作、随机噪声、高通滤波、低通滤波等-Advanced image processing software, the realization of the DIB features include image restoration Wiener filtering operation, fuzzy operations, random noise, high-pass filter, low-pass filtering
Update : 2025-02-19 Size : 184kb Publisher : 秋实

程序可实现傅立叶变换与反变换去噪、图像放大、图像拟合校正、直方图均衡、伪彩色变换、边缘检测、图像平滑、形态学等功能。-Program can achieve the Fourier transform and inverse transform de-noising, image zoom, image fitting correction, histogram equalization, pseudo-color conversion, edge detection, image smoothing, morphological and other functions.
Update : 2025-02-19 Size : 6.76mb Publisher : Adolph

包括3个图像处理的代码 1、图像的缩放平移等 2、图像RGB空间到CMY\HSI\HSV等空间的变换 3、肤色建模,提取图片中的人体肤色-Including the three image processing code 1, the image scaling translation and other two, the image RGB space to CMY \ HSI \ HSV space transformation such as 3, color modeling, extract the image of human skin color
Update : 2025-02-19 Size : 26kb Publisher : ruoxian

有关图像的源码.做图像处理的可以参考-image_processing,reference for your desine...
Update : 2025-02-19 Size : 1.8mb Publisher : 王桂才
« 12 3 4 5 6 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.