-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
layout: default | ||
title: Cockroach_VoxelDownsample | ||
parent: Cmd Description | ||
--- | ||
|
||
# `Cockroach_VoxelDownsample` | ||
{: .no_toc } | ||
|
||
![img_downsample](https://github.com/ibois-epfl/Cockroach-documentation/blob/docu-alpha/img/cmds/cockroach_voxeldownsample.jpg?raw=true) | ||
|
||
Downsaample a pointcloud based on a grid with a given distance (a voxel grid). If two or more points are in the same voxel, only one point will be kept. This is a very fast way to downsample a pointcloud. The command will output a pointcloud that is the result of the downsampling. The result will have a regular appearance. | ||
|
||
The main algorithm is based on the the function in [open3d::geometry::VoxelDownSample()](http://www.open3d.org/docs/0.7.0/cpp_api/_down_sample_8cpp.html). | ||
|
||
**Command options:** | ||
``` | ||
VoxelSize=0.01 | ||
``` | ||
{: .fs-6 .fw-300 } | ||
This is the size of the voxel. The smaller the value, the more points will be removed. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.