-
网络摄像头捕捉 VC + + 源代码
捕获网络摄像头在计算机上的视频,使用纯 c + + 代码和 MFC 来实施。对于初学者来说,学会这项技术如何捕获图像和视频相机的非常有用的。
- 2022-03-26 12:06:56下载
- 积分:1
-
设计思路:
对Windows XP自带的画笔程序进行分析,一般User画图过程:
首先鼠标选择绘图工具,然后选择颜色,接着按User需要作图。User对...
设计思路:
对Windows XP自带的画笔程序进行分析,一般User画图过程:
首先鼠标选择绘图工具,然后选择颜色,接着按User需要作图。User对产出的图像进行操作。
对图形元素抽象出公共属性,设计我的画板的作图过程:
选择工具 、画预览效果、User满意并确定、绘制效果。
下面是程序用到主要变量:
当前绘图点粒度:int iGranularity
当前使用颜色:COLORREF curColor
当前绘图状态:int iPaintStatus
当前绘图状态属性:int iPaintProperty
前一个鼠标坐标:CPoint pOldPoint
多边形起点:CPoint pStartPoint
多边形终点:CPoint pEndPoint
当前鼠标坐标:CPoint pCurPoint
输出文本字符串缓存:CString strTextOut
对典型操作过程(画矩形)描述:
用户选择工具_RECTANGLE(使iPaintStatus=_RECTANGLE)、
选择绘图颜色(设定curColor)、
用户按下鼠标左键使绘图状态属性为预览(iPaintProperty=_PREVIEW)、
用户移动鼠标(绘制图形的橡皮线效果)
用户放开左键(绘制图形的实线效果)
-design : Windows XP"s own brush analysis procedures, the general User drawing process : first choice mouse drawing tool, then select colors, followed by Graphic User needs. User to output images to operate. Right abstract graphic elements from the public properties, design I slate of mapping process : select tools, painting preview effects, User satisfaction and identification, mappi
- 2022-03-11 03:27:30下载
- 积分:1
-
封装了的画统计图(包括条形统计图,扇形图和折线图)的类...
封装了的画统计图(包括条形统计图,扇形图和折线图)的类-Packaging of the painting statistics (including bar charts, maps and broken fan) Class
- 2022-02-03 18:51:03下载
- 积分:1
-
计算机图形学 假三维图形
计算机图形学 假三维图形-fake computer graphics 3D Graphics
- 2023-03-18 07:20:03下载
- 积分:1
-
微软的新的.NET平台为开发者带来了许多新的诸如GDI+、Globalization之类的编程机制,同时还发明了一门全新的类似Java的编程语言-C++。对于这...
微软的新的.NET平台为开发者带来了许多新的诸如GDI+、Globalization之类的编程机制,同时还发明了一门全新的类似Java的编程语言-C++。对于这些新知识,我们应尽快了解、掌握并试图运用到实践项目中去,而通过实例学习的方法无疑是一个非常有效的途径。本文就通过一个简单的实例,向大家展示了在Visual C#中如何运用GDI+和Unsafe代码类等技术以实现简单的数字图像处理。 -Microsoft"s new.NET platform for developers to bring as many new GDI, Globalization like programming mechanism, and also invented a new Java-like programming language-C++. These new knowledge, we should understand, grasp and tried to apply it in practice projects, and through the example of learning is a very effective way. This paper through a simple example to illustrate the Visual C# and how to use GDI Unsafe code for such technology to achieve simple digital image processing.
- 2022-09-07 07:10:02下载
- 积分:1
-
老外写的样条书上的程序2
老外写的样条书上的程序2-foreigner writing of the book the kind of programs on the 2
- 2022-04-25 04:19:09下载
- 积分:1
-
本代码完成字模提取,将输入汉字转化成点阵信息存储为文件
本代码完成字模提取,将输入汉字转化成点阵信息存储为文件-Abstraction to input Chinese characters into the lattice of information storage for documents
- 2022-11-30 12:30:05下载
- 积分:1
-
这是一个人脸识别程序能够在脸部移动的同时识别脸部特征.
这是一个人脸识别程序能够在脸部移动的同时识别脸部特征.-This is a face recognition program moving in the facial recognition facial features at the same time.
- 2022-08-22 08:44:37下载
- 积分:1
-
图像处理的基本库,包括图像的失真,图像,图像的编辑…
图像处理基本库,包括图像变形、图像灰度化、图像编辑等-Basic library of image processing, including image distortion, image, image editing, etc.
- 2022-04-17 21:59:29下载
- 积分:1
-
自己写的一个用java3d制作的模拟伞的收缩动作的小程序。
自己写的一个用java3d制作的模拟伞的收缩动作的小程序。-wrote it myself with a java3d umbrella of the simulated action of the contraction of small procedures.
- 2023-08-29 10:15:04下载
- 积分:1