搜索资源列表
c与c++图像处理编程
- c\\c++图像处理编程这本书的全部代码。分章节的-All source code of the book:Image processing programming using C and C++,dispart in chapters.
创建分层窗口实现图像渐变
- 1、有没有方法创建一个半透明的窗口,并将该窗口上发生的所有鼠标事件都传递到桌面或另一个应用窗口处理? 2、我正在写一个幻灯显示程序,该程序要显示JPEG图像序列。我使用了 2002年三月刊专栏文章中的 CPicture 类来绘制图像(参见:C++ Q&A: Do You Have a License for that GIF? PreSubclassWindow, EOF in MFC, and More)。那个程序运行得很好。但我现在想添加从某一张图像到下一张图像的渐变特性。我在网页
csharpshili
- Visual C#案例集锦 第一章C# Windows编程基础 实例1 循环语言的学习-砝码程序验证 实例2 随机数的案例-洗牌程序 实例3 通过实例来剖析C#继承机制 实例4 递归与全局变量的案例1-打靶程序 实例5 递归与全局变量的案例2-二叉树 实例6 引用类型的举例---消去字符串空格 实例7 委托的使用方法实例---加减大小比较 实例8 用C#索引器实现文本文件的倒叙输入 实例9 C#文本文件操作实例---杨辉三角形写入读出
CPPGUI123
- 图像处理作业C++源代码对所有方法和算法用Visual C++程序实现-image processing operations C source code for all the methods and algorithms used Visual C Programming
visual;c++;matlab
- 包含了各种图象处理方法的代码和相应的图片,可以比较快地掌握visual,c++/matlab图像处理-includes a variety of image processing methods of code and the corresponding image can more quickly grasp visual, c / Matlab Image Processing
image_view
- 本程序可在C环境下显示一幅或多幅图片,并进行一些最基础的图像处理!适合初学者学习。
sobel+midfilter
- VISUAL C++ 图像处理 SOBEL边缘检测外加中值滤波。
iplab_src
- 国外大牛写的C#图像处理程序,非常好用。
图像模糊C-均值聚类
- 图像聚类分割是图像处理的基本操作,该文件含有C-均值聚类分割算法思想以及matlab源程序
fangXP
- 了解windows图形图像处理,通过Visual c++实现XP界面的编程-Understanding windows graphics image processing, through Visual c programming interface to achieve XP
UseCPicture
- Visual C++ 图像处理的类CPicture,可以实现图片的放大,宿小,旋转以及各种图片特效.-Visual C++ image processing class CPicture, can realize the pictures to enlarge, places a small, rotating, and various picture effects.
openvc1.0
- OpenCV是Intel公司支持的开源计算机视觉库。它轻量级而且高效——由一系列 C 函数和少量 C++ 类构成,实现了图像处理和计算机视觉方面的很多通用算法。-Actual OpenCV Tutorial (English), the book details OPENCV the use of various function methods, the meaning of each parameter, and gives examples of it。
MyDIP
- 图像处理源代码~ visual c++ 完成图像缩放-tuxiangchuli
imageprocessingcode
- 学习visual c++数字图像处理首选教程代码,vc++数字图像处理(第二版)何斌-Learn visual c++ the first choice of digital image processing tutorial code, vc++ Digital Image Processing (Second Edition) Bin
Mark---UI
- 用mfc,c++实现的一个图像处理界面,可以读取图像-Mfc c achieve an image processing interface, you can read the image
ImgViewchuli
- 用C++语言编写的图像处理的MFC程序,其中用到了图像控件,希望对用到的读者有帮助-MFC program language C++ the image processing, which used the image control, I hope that readers used
w
- 遥感图像 数字图像处理基于VISUAL C++的,书上的源码 很好用,希望对你有帮助-Remote sensing image digital image processing based on a VISUAL C++, the source code in the book useful, you want to help
change
- 基于Visual C++平台,把256色图像转化成灰度图像,偏于进一步的图像处理-Digital image based on visual c++, change color figure to gray figure.
histdemoa
- 利用VISUAL C++制作图像处理界面,包括界面、按钮响应等。该程序以滤波界面为例。-HISTDOMA,C++ code for image processing,including processor interface MPI
MyInterface
- opencv MFC对话框程序。 功能:打开图像 缩放图像 获取图像的分辨率 由鼠标给出像素的位置 获取像素的RGB值。 用途:适合初学C++图像处理的人参考学习。-Opencv MFC dialog application.