搜索资源列表
c与c++图像处理编程
- c\\c++图像处理编程这本书的全部代码。分章节的-All source code of the book:Image processing programming using C and C++,dispart in chapters.
VC数字图像处理编程入门
- 山东大学Visual C++数字图像处理编程入门,ppt讲义-Shandong University Visual C digital image processing program entry, ppt lectures
图像处理程序
- 一个简单模拟photoshop的图像处理程序.使用c#编写.对图像进行颜色,大小,画笔等各种处理... -a simple simulation of Photoshop image processing. C# prepared to use. Right image color, size, brushes and other treatment ...
图像处理C++源代码
- 一款图像处理的C++源码!需要的朋友可以研究一下!-new image processing of C source code! Friends may need to study!
Visual C++数字图像处理(第二版)光盘
- 这是vc数字图像处理的光盘源码-digital image processing discs FOSS
图像处理作业C++源代码
- 图像处理作业C++源代码(dip1)-image processing operations C source code (dip1)
Visual C++数字图像处理
- 一个VC++编写的图像处理系统,包括了图像处理的经典算法!-a VC prepared by the image processing system, including the classic image processing algorithm!
Visual C++数字图像处理
- 能够几乎实现数字图像处理所有基本操作
数字图像处理 各种源代码
- 数字图像处理 各种源代码 用c语言实现 非常宝贵
registration 遥感图像处理
- 遥感图像处理,C#代码,实现影像的配准几何纠正!
图像处理(C++)
- 用c++代码编写的傅里叶变换算法,涉及快速傅里叶变换,离散余弦变换,沃尔什变换等多种变换
C++图像视频处理算法源程序
- 用于图像处理的源代码,其中包括了实现各种功能的代码集合(The source code for image processing)
C#基本数字图像处理
- C#基本数字图像处理 , 说明资料, 适合新手使用(C# basic digital image processing, information, suitable for novices to use)
C语言实用数字图像处理技术
- 日本人写的C语言图形算法教程很使用好懂,没有复杂的数学公式推导(Japanese C language graphics algorithm tutorial is very easy to understand, there is no complex mathematical formula derivation)
常用的图像处理算法及其实现
- 使用C/C++编写的一些图像处理算法,拿出来分享,非原创。(Some image processing algorithms written in C/C++ are used to share, not original.)
数字图像处理--Visual+C#.NET光盘
- 主要讲述图像处理的应用 ,编程语言为c#,对初学者掌握图像处理基础有很大帮助(It is mainly about the application of image processing. The programming language is c#, which is very helpful for beginners to grasp the basis of image processing.)
VisualC++数字图像处理开发入门随书源码
- visual C++数字图像处理开发入门与编程实践的随书源码从第二章到第15章(The source code of Visual C++ digital image processing development introduction and programming practice from second chapters to fifteenth chapters)
Visual C++
- visual c++ 数字图像处理技术,模式识别,很好打的参考工程和数据。(Visual c++ digital image processing technology, pattern recognition, very good reference engineering and data)
c#GDI+编程教程
- 教程主要介绍用C#进行图形图像编程,包含GDI+绘图基础,C#图像处理基础(The course mainly introduces the graphic and image programming with C#, including the foundation of GDI+ drawing, and the foundation of C# image processing.)
c++图像处理-读取jpg图片
- 一个VC++编写的图像工具,通过不同图像函数实现bmp/jpg等图像,并比较图像读取时间,可以比较图像函数差异。