Draws the Delaunay triangulation of a pattern using DGtal library.
Usage: patternTriangulation -a 5 -b 8
Allowed options are :
-h [ --help ] display this message
-a [ --aparam ] arg pattern a parameter
-b [ --bparam ] arg pattern b parameter
-d [ --delta ] arg (=1) number of repetitions
-t [ --triangulation ] arg (=CH) output:
Closest-point Delaunay triangulation {CDT}
Farthest-point Delaunay triangulation {FDT}
Convex hull {CH}
Example:
$ patternTriangulation -a 5 -b 8
Result: a=5, b=8, d=1
- See also
- patternTriangulation.cpp