clean_tri

NAME

clean_tri - clean a triangle cloud.

SYNOPSIS

clean_tri [-?|-h|--help] [-m DOUBLE|--merge DOUBLE] [-f DOUBLE|--fill DOUBLE]

DESCRIPTION

clean_tri eliminates points not used, possibly merges close points and fills holes. The input triangle cloud is read from the standard input and the result is returned to the standard output.

OPTIONS

-h,--help,-?

Returns the manual page.

-m DOUBLE, --merge DOUBLE

Merge points closer than given threshold.

-f DOUBLE, --fill DOUBLE

Fill holes smaller than given threshold.

-p INTEGER, --precision INTEGER

number of decimals (default: 6)

AUTHORS

Written by Pierre Smars (first version: 2009)

BUGS

Reports of bugs or problems should be submitted via electronic mail to <smars@yuntech.edu.tw>.

COPYRIGHT

Copyright (C) 2024 Pierre Smars. License GPLv2 <http://www.gnu.org/licenses/gpl-2.0.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.

SEE ALSO

view_tri(1)

Pierre SMARS (tools, home page)