-
地质制图系统_GeoMap3.5正式版20080325,是地理信息系统领域和地震地质领域绘等值线等图的有效工具...
地质制图系统_GeoMap3.5正式版20080325,是地理信息系统领域和地震地质领域绘等值线等图的有效工具-Geological Mapping System _GeoMap3.5 official version 20080325, is the field of geographic information systems and seismic geological fields, such as contour map drawn an effective tool
- 2022-02-12 06:32:53下载
- 积分:1
-
自己编写的bezier曲线的程序,主要多了升阶的功能,按鼠标左键加控制点,右键该控制点,鼠标中的滚轮用于升阶。...
自己编写的bezier曲线的程序,主要多了升阶的功能,按鼠标左键加控制点,右键该控制点,鼠标中的滚轮用于升阶。-Bezier curves have written procedures, the main bands or more functions, press the left mouse button plus control point, right of the control points of the wheel mouse or bands used.
- 2022-08-17 03:04:27下载
- 积分:1
-
gongs Chuan Chuan presence C Suan Village generation line
恭川村代线
- 2022-01-22 03:50:44下载
- 积分:1
-
为三维重建面绘制的比较简单的源代码,通俗易懂,适合于初学者...
为三维重建面绘制的比较简单的源代码,通俗易懂,适合于初学者-For three-dimensional reconstruction of surface rendering of the relatively simple source code, user-friendly, suitable for beginners
- 2022-08-23 03:31:21下载
- 积分:1
-
简单的三维图元编辑手势控制(英特尔RealSense)的统一
应用背景这个程序创建一个简单的用手势修饰原始对象的三维场景。阅读手势要求相机英特尔RealSense技术。 ;用户可以旋转,旋转,尺度,弯曲,着色标准 ;原语创建新的三维模型。程序可以保存用户场景的FBX和STL三维printering。全信息请看。关键技术程序写在C #使用游戏引擎Unity 4。同时,利用英特尔RealSense技术程序,编译需要RealSense SDK。这是很好的例子首先使用英特尔实际意义来看技术,Unity游戏引擎或只是新点视图创建3D模型的 ;姿态控制。 ;程序可以导出3D打印机在STL格式的三维模型。
- 2022-09-01 18:35:15下载
- 积分:1
-
用matlab实现不规则光照下自适应阈值的前景背景分离算法。文件里面附测试图像。...
用matlab实现不规则光照下自适应阈值的前景背景分离算法。文件里面附测试图像。-Matlab implementation to use irregular light of the prospects for adaptive threshold background separation algorithm. Test image files attached inside.
- 2022-03-07 09:56:05下载
- 积分:1
-
这是一个用C++编译的程序,可以实现用,以供大家学习交流之用图像处理算法...
这是一个用C++编译的程序,可以实现用,以供大家学习交流之用图像处理算法-This is a C++ compiler to use the procedure, you can achieve using Canny edge extraction operator for the exchange of U.S. study purposes.
- 2022-04-11 08:58:12下载
- 积分:1
-
visual c++数字图象处理的书源盘,程序都有代码解释。
visual c++数字图象处理的书源盘,程序都有代码解释。-visual c digital image processing on the source disk, procedures have interpreted code.
- 2023-03-28 18:25:04下载
- 积分:1
-
中值滤波0.rar
中值滤波0.rar-median filter.rar
- 2022-01-28 13:34:47下载
- 积分: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