Skip to content

Commit

Permalink
Update readme with project details
Browse files Browse the repository at this point in the history
  • Loading branch information
rmsare authored Sep 24, 2019
1 parent 6be43a2 commit 588d3cc
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,18 @@
# pymcc
# pymcc

Python bindings for multiscale curvature classification (MCC) of point cloud data

See [**pymccrgb**](https://pymccrgb.readthedocs.io/en/latest/) for a Python interface to MCC-RGB, an extension of MCC to points with color attributes.

## Reference

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-1038 [doi](https://doi.org/10.1109/TGRS.2006.890412)

## MCC-lidar

This package provides Cython/Python wrappers to functions in version 2.1 of `mcc-lidar`:

- [mcc-lidar project](https://sourceforge.net/p/mcclidar/wiki/Home/)
- [mcc-lidar source](https://sourceforge.net/p/mcclidar/code/HEAD/tree/tags/2.1/)

0 comments on commit 588d3cc

Please sign in to comment.