stgl / pymccrgb

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

Reorganize submodules for user importing of API #5

Closed rmsare closed 5 years ago

rmsare commented 5 years ago

This should work:

from pymccrgb import load_data, mcc, mcc_rgb
X = load_data('mydataset.txt')
y_mcc = mcc(X)
y_mccrgb = mcc_rgb(X)