[go: up one dir, main page]

Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dlhauser authored Jul 23, 2020
1 parent 18223bc commit cc9df9d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions DecimatePoints/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#DecimatePoints
Decimate point clouds to produce smaller LAS files.

###Decimate Point Cloud Notes
- Decimation options are available in the batch file.
1. "fiters.decimation" will save every *n*th point.
2. "filters.voxelcenternearestneighbor" will save the nearest neighbor to the voxel center.
3. "filters.voxelcentroidnearestneighbor" will save the nearest neighbor to the points' centroid.
4. "filters.sample" will perform Poisson sampling to determine which points to save.

0 comments on commit cc9df9d

Please sign in to comment.