PEAC icon indicating copy to clipboard operation
PEAC copied to clipboard

PEAC(Plane Extraction using Agglomerative Clustering) is a fast plane segmentation algorithm for organized point cloud. This is a fork of peac (http://www.merl.com/research/license)

Results 1 PEAC issues
Sort by recently updated
recently updated
newest added

What's the mearning of 5000 in [line 34 of demo_peac.cpp](https://github.com/symao/PEAC/blob/c4fddbdd7aafaf9af7a29602b4427009bc6f360b/src/demo_peac.cpp#L34). It should be 1000 rather than 5000 to convert from mm to m, but I found that sometimes 5000 works...