Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rmsare authored Sep 30, 2019
1 parent 588d3cc commit 3a5fa77
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ Python bindings for multiscale curvature classification (MCC) of point cloud dat

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

## Installation

This package requires CMake, Boost, at least the C++11 standard library, and the LibLAS C API.

```bash
git clone https://github.com/stgl/pymcc
cd pymcc
# Activate virtual environment as needed
pip install .
```

## Reference

Implements method described in
Expand Down

0 comments on commit 3a5fa77

Please sign in to comment.