stgl / pymccrgb

Multiscale curvature classification of point clouds with color features
https://pymccrgb.readthedocs.io
MIT License
5 stars 3 forks source link

Add CLI #6

Open rmsare opened 5 years ago

rmsare commented 5 years ago

Add scripts:

which take the following arguments

Name Description
-i input Input filename
-o output Output filename
-s, --scales List of scale domains
-t, --tols List of tolerances
-trs, --training_scales List of MCC-RGB update scale domains
-trt, --training_tols List of MCC-RGB update tolerances
--max_iter Maximum number of iterations
--downsample If true, downsample point cloud before spline interpolation
rmsare commented 5 years ago

Reconsidering this - not necessary for JOSS submission