-
good computer graphics operations for entry to the Shikuangdimen used.
不错的计算机图形学作业,给要入门的师兄弟们用.-good computer graphics operations for entry to the Shikuangdimen used.
- 2022-05-30 07:07:26下载
- 积分:1
-
简单的三维图元编辑手势控制(英特尔RealSense)的统一
应用背景这个程序创建一个简单的用手势修饰原始对象的三维场景。阅读手势要求相机英特尔RealSense技术。 ;用户可以旋转,旋转,尺度,弯曲,着色标准 ;原语创建新的三维模型。程序可以保存用户场景的FBX和STL三维printering。全信息请看。关键技术程序写在C #使用游戏引擎Unity 4。同时,利用英特尔RealSense技术程序,编译需要RealSense SDK。这是很好的例子首先使用英特尔实际意义来看技术,Unity游戏引擎或只是新点视图创建3D模型的 ;姿态控制。 ;程序可以导出3D打印机在STL格式的三维模型。
- 2022-09-01 18:35:15下载
- 积分:1
-
非常出色的DirectX示例!感觉就想QUAKE!(鼠标还有一点小BUG)如果你是个高手 的话就一定要看!!(需要DX类型库)...
非常出色的DirectX示例!感觉就想QUAKE!(鼠标还有一点小BUG)如果你是个高手 的话就一定要看!!(需要DX类型库)-DirectX very good example! Feel wanted QUAKE! (Mouse is also a small BUG) if you are a master, then we will certainly look!! (Requires DX type library)
- 2022-09-08 17:50:03下载
- 积分:1
-
Edge detection , compare different methods of edge detection
Edge detection , compare different methods of edge detection
- 2022-01-21 03:37:46下载
- 积分:1
-
选取两幅图像的对应点后计算出变形函数,图像变形后再将两幅图像镶嵌为同一副图像...
选取两幅图像的对应点后计算出变形函数,图像变形后再将两幅图像镶嵌为同一副图像-Select the two images correspond to point out the deformation function, image deformation and then to two images for the same Vice-image mosaic
- 2022-02-07 06:29:38下载
- 积分:1
-
taksi游戏录像工具源码
Taksi is a utility that allows you to take screenshots and record video clips of your favourite games and other 3D-graphics applications. Inspired by Fraps (www.fraps.com), Taksi aims to provide an open source alternative to that great tool.
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-05-20 14:00:58下载
- 积分:1
-
VGA动画显示
主要是通过将几幅图存储在FPGA中的几个RAM中,通过对不同的RAM内容的调取,实现动画的效果。该代码参考了黑金的建模的那些事儿完成的
- 2023-03-03 03:10:02下载
- 积分:1
-
OCR算法代码。
这不是一个完整的系统,没法生成可执行程序。
代码基于Linux/KDE开发,用到了C++标准模板库。
代码的目的是向读者展示一个O...
OCR算法代码。
这不是一个完整的系统,没法生成可执行程序。
代码基于Linux/KDE开发,用到了C++标准模板库。
代码的目的是向读者展示一个OCR系统包括哪些部分,如何工作,
读者可以借鉴这些代码,改动后用到自己的系统中。
由于这是从一个完整的OCR系统中抽取的部分代码,
所以这些代码无法单独编译。
两个*.dat文件如下:
char_data.dat:字符特征数据
words_de.dat:词库(后处理用)
如果需要完整实用的中文OCR代码,可以和PRTsinghua@hotmail.com联系。-OCR algorithm code. This is not a complete system, we can not generate executable. Based on the Linux code/KDE development, use the C standard template library. The code is intended to show readers an OCR system, including which parts work, readers can learn from these code changes after their use in the system. As this is from a complete OCR system taking part code, so code can not be compiled separately. 2*. dat following documents : char_data.dat : Character Feature Data words_de.dat : Thesaurus (after treatment) for a complete practical needs if the Chinese OCR code, and PRTsinghua@hotmail.com links.
- 2022-04-11 21:05:06下载
- 积分: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
-
本程序使用DrawBeziers方法绘制贝赛尔样条,一个很好的例子绝对值得收藏...
本程序使用DrawBeziers方法绘制贝赛尔样条,一个很好的例子绝对值得收藏-procedures for the use of the method of mapping Bessel DrawBeziers kind of a good example worthy collection
- 2022-01-25 21:29:47下载
- 积分:1