jl626 / MCRC

Automatic tree delineation from LiDAR point couds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MCRC (Multiclass Cut followed by Recursive Cut)

The algorithm is designed to delineate individual trees from LiDAR point clouds.

In current code, there are two different options:

  1. spectral graph cut (mcnc_example.m)
  2. Min-cut/Max-flow (min_cut_max_flow_example.m) Although both methods are called graph cut, they are very different methods.

If you find the algorithm interesting, then please cite this paper: A graph cut approach to 3D tree delineation, using integrated airborne LiDAR and hyperspectral imagery

About

Automatic tree delineation from LiDAR point couds

License:GNU General Public License v3.0


Languages

Language:C++ 70.8%Language:MATLAB 29.2%