- Notifications
You must be signed in to change notification settings - Fork3
Python bindings for multiscale curvature classification of point clouds (MCC)
License
stgl/pymcc
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Python bindings for multiscale curvature classification (MCC) of point cloud data
Seepymccrgb for a Python interface to MCC-RGB, an extension of MCC to points with color attributes.
This package requires CMake, Boost, at least the C++11 standard library, and the LibLAS C API.
git clone https://github.com/stgl/pymcccd pymcc# Activate virtual environment as neededpip install.
Implements method described in
Evans, J. S., & Hudak, A. T. 2007. A multiscale curvature algorithm for classifying discrete return LiDAR in forested environments. IEEE Transactions on Geoscience and Remote Sensing, 45(4), 1029-1038doi
This package provides Cython/Python wrappers to functions in version 2.1 ofmcc-lidar
:
About
Python bindings for multiscale curvature classification of point clouds (MCC)