-
地形平面(灰度)图转立体图示例
地形平面(灰度)图转立体图示例-terrain Plane (Gray), a three-dimensional map to map Example
- 2022-12-21 20:15:03下载
- 积分:1
-
熵编码(多媒体图像处理)
熵编码(多媒体图像处理)-entropy coding (multimedia image processing)
- 2022-02-25 18:34:45下载
- 积分:1
-
图像编码
图像编码-Image Coding
- 2022-01-22 16:53:57下载
- 积分:1
-
A good target detection procedures, the use of OpenCV and VC++ Programming, is c...
目标检测的好程序,利用OpenCV和VC++编程,是目前比较流行的方法,效果很好的源码!-A good target detection procedures, the use of OpenCV and VC++ Programming, is currently the more popular methods, the effect of a very good source!
- 2022-04-13 01:44:02下载
- 积分:1
-
基于canny的边缘检测过程及结果代码
里面包括三个matlab 源代码,1.canny边缘检测,能够显示canny运算过程中各个部分的结果,包括高斯滤波,梯度幅值图像,非极大值抑制结果,也可以手动设置指定的低阈值和高阈值2.灰度直方图代码,可以读入指定的灰度图。显示出灰度分布3,边缘梯度直方图,可以显示canny边缘检测过程中边缘梯度分布
- 2023-06-07 18:35:02下载
- 积分:1
-
基本图形算法实现
基本图形算法实现-basic graphics algorithm
- 2022-09-14 08:40: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
-
maching cube的vc源代码,可以参考下做法,做算法用
maching cube的vc源代码,可以参考下做法,做算法用-maching cube of vc source code, can refer to the next practice, make algorithm
- 2022-03-18 08:12:01下载
- 积分:1
-
在VB的PictureBox控制中使用256色图形的例子
在VB的PictureBox控制中使用256色图形的例子-in VB PictureBox control of the use of 256-color graphic example
- 2022-02-26 13:01:55下载
- 积分:1
-
jpeg解码原码
jpeg解码原码-jpeg decode source file
- 2022-04-10 11:19:19下载
- 积分:1