-
使用FPGA实现直方图基本处理――均衡化、规定化的例子
使用FPGA实现直方图基本处理――均衡化、规定化的例子-Histogram using the FPGA to achieve the basic deal- balanced and provides examples of
- 2022-03-06 14:58:51下载
- 积分:1
-
图形中,视口跟窗口的变换算法,比较基础的
图形中,视口跟窗口的变换算法,比较基础的-Graphics, depending on the mouth with the window transform algorithm, the basis of comparison
- 2022-11-20 06:20:03下载
- 积分:1
-
一个很舒服的观看bmp图像的vc++程序
一个很舒服的观看bmp图像的vc++程序-a very uncomfortable to watch bmp image vc procedures
- 2022-11-17 20:15:03下载
- 积分:1
-
本代码实现的是人体手势的实时识别。可以分析处理人的手势。是用visual c++开发。...
本代码实现的是人体手势的实时识别。可以分析处理人的手势。是用visual c++开发。-the implementation of the code of human gesture recognition in real-time. Analysis can deal with the gestures. C is visual development.
- 2022-01-21 00:24:36下载
- 积分:1
-
Image processing matlab code, image pre
图像处理的matlab代码,图像预处理的基本程序,matlab语言基础-Image processing matlab code, image pre-processing of the basic procedures, matlab Language Infrastructure
- 2022-04-18 18:00:23下载
- 积分:1
-
GIF解码器源代码,C语言编程在嵌入式系统的移植…
GIF解码程序源代码,C语言编程,方便在嵌入式系统上移植。-GIF decoder source code, C language programming for embedded systems in the transplant.
- 2022-02-06 10:32:25下载
- 积分:1
-
实现医学虚拟训练中触觉与视觉绘制匹配
使用Open Inventor和GHOST SDK实现...
实现医学虚拟训练中触觉与视觉绘制匹配
使用Open Inventor和GHOST SDK实现-To achieve medical virtual training match the haptic and visual rendering the use of Open Inventor and the GHOST SDK to achieve
- 2022-02-10 11:54:28下载
- 积分:1
-
VC++6.0 使用MFC实现画连续线的小程序
VC++6.0 使用MFC实现画连续线的小程序
- 2023-04-01 20:10:03下载
- 积分: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
-
Experimental Graphics class to do basic graphic element mapping process, using o...
图形学实验课上做的基本图元绘制的程序,用opengl实现-Experimental Graphics class to do basic graphic element mapping process, using opengl realize
- 2023-02-05 11:00:03下载
- 积分:1