搜索资源列表
mymarching_cubes
- 医学可视化中经典算法——maching Cubes(移动立方体算法)的C++ 程序实现,在学习此算法的时候可以参考次程序。-The Marching Cubes algorithm is a classical arithmetic in medicinal visualization, this program was impolder in C++ language,you can consult it when you learn the Marching Cubes algorithm
C-DCT
- 上传的是C编写的DCT算法,在图象处理方面常用到,希望对你有用-upload is prepared by the C DCT algorithm, the image processing used to the hope that useful to you
decastelia
- 用(de castelija)德卡斯里奥算法,c语言创建Bezier曲面!-with (de castelija) Dekashiliao algorithm, c language to create Bezier surface!
RayTracer
- 光线跟踪算法,用C#实现,课本上算法的实现,仅供学习参考
sancedit
- C++图形算法,图片的拉伸 缩放等等的功能
MarchingCubes
- Marching Cube算法源代码,用C写的,实现三维空间数据的三角化
simianti
- 用Microsoft Visual c++编写的一个边消隐算法,绘制一个正四面体,通过方向键来控制旋转四面体,实现边消隐算法
dsp_matlab200
- 各种图像边缘提取算法的C语言实现及一些测试用图像-various Image Edge Extraction Algorithm in C language and some test images
GLRT.rar
- 用C++,使用openGL实现全局光照模型,算法参照经典教科书实现,With C++, Use openGL to achieve global illumination model, the algorithm with reference to the realization of the classic textbook
source
- povwin-3.62,另一个射线追踪算法的C++源代码-povwin-3.62, another ray tracing algorithm for C++ source code
image3
- 计算机图形学原理及算法教程 (Visual C++版) 数字图象处理 图形裁剪-Computer Graphics Principle and Algorithm Tutorial (Visual C++ Version) digital image processing graphics cutting
PSSM4u
- PSSM(Parallel-Split Shadow Maps)阴影算法C#源码-PSSM(Parallel-Split Shadow Maps)Shadow algorithm C# source code
ZBuffer
- 用c#开发的扫描线深度缓存算法实现,用d3d和gdi+分别绘制效果-C# development using the scan line depth buffer algorithm, the d3d and gdi+, respectively, the effect of rendering
3Dsuanfa
- c++中的数值算法 Bsp分割算法简述.地形碰撞检测方法,地形渲染的动态LOD四叉树算法详细实现.高级碰撞检测技术.四叉树和八叉树的剔出选择.图片镂空算法集合-c++ in the numerical algorithm outlined Bsp segmentation algorithm. terrain collision detection methods, dynamic LOD terrain rendering algorithm in detail quadtree achiev
Binocular.stereo.calibration.algorithms
- 双目立体标定算法(有测试图片),是用visual C++编写的程序。对于研究机器视觉的人有帮助-Binocular stereo calibration algorithms (with test image), is written in visual C++ programs. For the study of machine vision to help people
pane-1.127
- pane-C++写的射线追踪的算法源代码,-pane-C++ to write the ray tracing algorithm source code
TranslationalSweep
- 用C++实现的 采用平移扫略方法 生成实体几何模型的算法-A C++ Program that creats a 3D solid object using Translational Sweep Representatiom Method
exacus-1.0
- 一组高效的三维空间曲线、曲面C++算法模块-A Set of Efficient C++ Algorithms Modules for 3D Curves and Surfaces
icp(C)
- C/C++实现ICP(迭代最近点算法),实现三维点数据的对齐-using C/C++ to achieve ICP (iterative closest point algorithm), to achieve a three-dimensional point data alignment
Canupo
- C++编码,基于线性判别分析(LDA)和支持向量机(SVM)的多尺度维度特征点云分类算法,通过机器学习方法精确分类。效果可达95%以上,本文件夹内含有详细中文教程。