资源列表
KOCH 曲线
- 自己写的KOCH曲线,利用OpenGL和C++实现,本来发在我的blog上面,http://www.cppblog.com/deercoder/articles/101583.html 居然下载达到410次,发到这里,希望更多的人能够受用,同时欢迎大家访问我的blog。-Wrote it myself, KOCH curve, using OpenGL and C++ implementation, hair in my blog above, http://www.cppblog.com
stereo-match
- 立体匹配程序,使用opencv进行立体匹配
duochongfenxing多重分形谱算法
- 提供两个小程序,一个是多重分形谱算法;另一个是盒子维数的计算。-Provide two small programs, one is multifractal spectrum algorithm the other is the calculation of box dimension.
AE_CS3_chs.zip
- 任意多边形的三角形分割代码,一般的多边形都可以分割,来回线有点问题,Arbitrary triangle polygon partition code, the general polygon can be split lines back and forth a little problem
geompack.rar
- 由散点构建三角形,可用于三角形网格的生成及散点的插值,From scattered points to build a triangle, line speed
Fractaldimension.zip
- the hausdorff dimension via the box counting method , the hausdorff dimension via the box counting method
graphics.rar
- 分形树、Sierpinski垫片C程序、Mandlbrot集图形、Koch曲线C程序,Tree fractal, Sierpinski gasket C procedures, Mandlbrot graphics set, Koch curve C program
CalFraDim.rar
- 计算二值图像的分形维数,使用的是测度法。,Fractal dimension
Voronoi.zip
- 求Voronoi图算法,Voronoi图是一个重要的计算几何算法。,Voronoi diagram
pku1039
- pku1039 计算几何 简单枚举 注意精度要 在 PKU 上可以通过1E-8 自己测试可以通过 1e-13-pku1039 accuracy of computational geometry to a simple enumeration of attention PKU can test yourself by 1E-8 1e-13 through
percolation.tar
- 渗漏仿真程序。 按照给定概率模拟网状渗漏,并判断是否会发生渗漏,以不同颜色标示渗漏团-Leakage simulation program. In accordance with a given probability of analog network leakage, and to determine whether leakage, seepage groups marked in different colors
hilbert
- 构建hilbert曲线,可以计算gilbert曲线的各参数值-This recursive function calculates coordinates of n-th order Hilbert curve. It is then possible to plot it using the "line" command.