hLutChamfer3D checks if a G-symmetrical chamfer mask induces a norm or not and, for norms, computes the medial axis test neighborhood and lut values.
Licence: This program is free software under the terms of the GNU Lesser General Public License (LGPL) version 3.
Usage:
hLutChamfer3D [-r|--maxradius max_radius] [-w|--weights a b c d...] [-m|--mask weighting_count x y w... x y w] [-o|output outputfile] example: hLutChamfer2D -r 2000 -m 4 1 0 14 3 1 44 2 1 31 1 1 20
0 success255 not a normAdditional output streams:
3 elapsed time4 list visited points5 H-polytope matrix of chamfer balls (facet normal vectors)6 H-parameters of chamfer ballsExamples:
hLutChamfer3D -r 2000 -w 4 6 7 9 10 -o -
hLutChamfer3D -w 3 4 7
hLutChamfer3D -w 7 8 11 14 5>&1
This program is an electronic appendix to:
@article{normand2008pr,
Author = {Normand, Nicolas and Evenou, Pierre},
Journal = {Pattern Recognition},
Pages = {20 pages},
Title = {Medial Axis Lookup Table and Test Neighborhood Computation for 3{D} Chamfer Norms},
Note = {To appear},
Year = {2008}
}
1.5.7.1