资源列表
SVD
- 3D Object recognition in 3D scenes using CUDA
Matlab_Examples(gabor).zip
- 改进的核函数算法及其在人脸识别中的应用研究,很好的东东!,Kernel function to improve the algorithm and its application in face recognition research
GAME2
- new interresting game for you
octree
- 场景检测算法之一:octree算法的实现代码-the source code to implement octree algorithm
line_cartoon
- 基于c++的vtk实例,对于初学者非常有帮助。-Animation based on c, vtk instance, for vtk beginner is very helpful.
matlab_NURBS_ToolBox.rar
- 利用B-spline型值点求控制点,本例是用MATLAB实现的,using points in B-spline to get the control points, matlab
TheSolarSystem_3D
- 个人所写matlab代码,应用三维坐标变换原理在空间中模拟行星运动轨迹。其中涉及3维作图,图形object,矩阵变换等等。-Written by myself, the use of three-dimensional coordinate transformation principle in space simulation of the planet s trajectory. Which involves three-dimensional mapping, graphics objec
dangle
- 判断空间坐标内任意一个三角形与一条运动线之间是否产生碰撞 关于碰撞的代码-judgment within the space coordinates of a triangle with the arbitrary exercise a line between collisions produce code on collision
3DGraphic
- 这是我初学opengl写的两个关于旋转物体的代码,一个是行星旋转模拟,一个是模拟机器人手臂,可供初学者使用-This is what I wrote two novice opengl on the rotating object code, a planetary rotation simulation, a simulated robot arm is available for beginners to use
IMM
- IMM算法 包含CA CV CT模型 较为常见的基本模型-IMM algorithm consists CA CV CT model more common basic model
fmm
- FASR MARCHING AND DEMOS
py-opengl
- 程序采用的算法是,最短距离法,源程序由三个文件组成。 CoordinateTransformation.py模块 主要负责将轮廓线进行处理,从而使他们在一个平面的单位正方形内。 PointPair.py模块 主在负责将接收经过CoordinateTransformation处理后两层轮廓线数据,对他们使用最短距离法从而将每个三角片的三个顶点确定下来,并返回其索引值 Main.py 主要负责调opengl以及组织和显示。 -Program uses the algori