-
3D文件读取
该包中包含3D文件的读取,保存,其中有DXF格式文件,3DS文件,OBJ文件,LSS文件,LAS文件,V3E文件,STL文件。这些常用3D数据格式的读取与存储操作,对3D开发者有非常大的作用。
- 2023-04-04 12:05:03下载
- 积分:1
-
用增量算法生成凸壳
用增量算法生成凸壳-generate incremental algorithm using convex hull
- 2022-02-06 10:39:29下载
- 积分:1
-
是关于人脸识别匹配的c++源程序,非常有用
是关于人脸识别匹配的c++源程序,非常有用-Face Recognition match on c source code, very useful
- 2023-07-29 19:55:04下载
- 积分:1
-
this as a 3D game programming skills Master Chapter VII of the source code conta...
此为3D游戏编程大师技巧第七章的源代码 其中包含引擎代码。-this as a 3D game programming skills Master Chapter VII of the source code contains the engine.
- 2022-07-21 07:04:34下载
- 积分:1
-
国外的一个图像K均值聚类的C++源代码,非常容易集成和使用,适合模式识别、图像处理等方面的开发!...
国外的一个图像K均值聚类的C++源代码,非常容易集成和使用,适合模式识别、图像处理等方面的开发!-an image abroad of K-means clustering of C source code, and is easy to integrate and use, suitable for pattern recognition, Image processing, and other aspects of development.
- 2022-01-25 22:12:33下载
- 积分:1
-
经典的水波算法,在背景上加入了,水波折射效果
经典的水波算法,在背景上加入了,水波折射效果-classical wave algorithm, in the background, joined the wave refraction effects
- 2022-07-26 18:24:37下载
- 积分:1
-
CRF经典文档, 详细介绍了CRF的原理以及算法, 以供大家参考
CRF经典文档, 详细介绍了CRF的原理以及算法, 以供大家参考-classical text of CRF
- 2022-07-03 21:06:13下载
- 积分:1
-
直线扫描算法rivate AX1(100) As Integer, AY1(100) As Integer, AX2(100) As Integer, AY2(...
直线扫描算法rivate AX1(100) As Integer, AY1(100) As Integer, AX2(100) As Integer, AY2(100) As IntegerPrivate CX1 As Integer, CY1 As Integer, CX2 As Integer, CY2 As Integer, N As IntegerPrivate Sub form_Load()Picture1.BackColor = RGB(255, 255, 255)N = 0End SubPrivate Sub picture1_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)If Button = 1 ThenCX1 = CInt(X): CX2 = CInt(X)CY1 = CInt(Y): CY2 = CInt(Y)End IfEnd Sub-linear scanning algorithm rivate AM1 (100) As Integer, AY1 (100) As Integer, AX2 (100) As Integer, AY2 (100) As IntegerPrivate CX1 As Integer, CY1 As Integer, CX2 As Integer, CY2 As Integer, N As IntegerPrivate Sub form_Load () Picture1.BackColor = RGB (255, 255, 255) N = 0End SubPrivate Sub picture1_MouseDown (Button As Integer, Shift As Integer, As Single X, Y As Single) If Button = = a ThenCX1 CInt (X) : CX2 = CInt (X) = CY1 CInt (Y) : CY2 = CInt (Y) End Sub IfEnd
- 2023-04-06 10:20:03下载
- 积分:1
-
用于BMP位图图像文件与数据保留读
用来对bmp位图文件的读取与图像的数据保存-Used to bmp bitmap image files to read with the data retention
- 2023-01-12 02:40:04下载
- 积分:1
-
形态学的基本操作:膨胀运算
连通区域很有效呀
形态学的基本操作:膨胀运算
连通区域很有效呀-Dilate Operate is useful for Connecting Region
- 2022-10-22 13:55:04下载
- 积分:1