Skip to content

A short project for downsampling point clouds using an octree.

Notifications You must be signed in to change notification settings

ragibarnab/octree-point-cloud-downsampler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

octree-point-cloud-downsampler

A short project for downsampling point clouds using an octree.

Instructions

After cloning this repo, run $ make in the directory. This should produce an executable named downsampler.

Simpy run the executable in the terminal, for example $ ./downsampler. It will look for input.csv in the current directory and downsample it to produce output.csv.

Results

result

Above shows a point cloud of a building with arches before and after being downsampled with my downsampler. It was about 70%+ points lost for the 10 meter boundary. Data is from here: LINK

About

A short project for downsampling point clouds using an octree.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published