stgl / pymccrgb

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

Use LAS codes #29

Closed rmsare closed 4 years ago

rmsare commented 4 years ago

Adds a use_las_codes keyword argument to mcc and mcc_rgb.

With use_las_codes=True, 2 is used for ground points and 4 for (medium) vegetation points in the labels output array consistent with LAS 1.4 standard.

Closes #28

rmsare commented 4 years ago

Build error is unrelated (unresolved packaging issue)