搜索资源列表
fast-sor
- 此文件为一种快速的图形显示算法,可以调试运行-this document as a fast graphics algorithm, can debug operations
Graphics4
- 图形算法合集4:快速线性插值、半色调技术、使用lookup查找表的快速卷积、Nurbs曲面三角化等等。-Graphical Collection 4: rapid linear interpolation, halftoning techniques, the use of look-up table lookup fast convolution, Nurbs surface triangulation and so on.
CGReport
- 我的计算机图形学期末大作业。优等评分。 使用C++ 从底层实现了深度缓冲、直线、点、曲面的快速绘制算法,附有详细文档和程序说明,并有实例Demo. 实现了遮罩、消隐、投影、透视,完全不用OpenGL和DirectX,是实践底层算法的范例。-My final major work in computer graphics. Excellent score. Use C++ to achieve the depth buffer from the bottom, line, point, t
Space Carving-code
- 全视角的2维图像到3维图像的重构,算法简单,快速,可读性高!-Full view of the two-dimensional images into three-dimensional image reconstruction ,algorithm is simple, fast, readable!
fast-matlab-src
- 好用的角点检测算法 有例子 程序简单易懂-Examples handy corner detection algorithm
l1magic
- l1-magic,快速求解l1最小化的算法-l1-magic,fast l1 minisize matlab code
k-ball-fast-search
- 自适应空间球的k邻域快速搜索算法,利用空间微分块与动态球策略的k近邻搜索算法研究-Origianl-Adaptive spatial neighborhood k ball fast search algorithm, differential block the use of space and dynamic ball strategy k nearest neighbor search algorithm-Origianl
De23sktop
- 【谷速软件】matlab代写源码-各种聚类算法的比较 可以作为参考使用-[Valley] matlab software to write fast code- compare various clustering algorithms can be used as references
3D-Reconstruction.
- 择了一种速度、特征点数量和精度都比较好的组合方案:FAST角点检测算法+sift特征描述子+FLANN(Fast Library for Approximate Nearest Neighbors) 匹配算法。-Choose a speed and precision of the number of feature points are relatively good combination scheme: FAST corner detection algorithm+sift featur
RANSAC
- 随机采样一致性算法,能够从大量点云数据里提取出最优平面,而且速度较快。-RANSAC algorithm, can extract the optimal plane a large number of point cloud data, and the speed is fast.
QHullAlg
- VS2010环境下开发的快速凸包算法,可以达到试试计算。-A fast q_hull algrithom,developped in VS2010
ray_triangle_intersection.pdf
- 一种快速,占内存少的三角面拾取算法,简单易懂,含代码及解释说明-a fast and minimum storage ray triangle intersection algorithm