public class GridVoxelizer extends Object
| 限定符和类型 | 类和说明 |
|---|---|
class |
GridVoxelizer.GridCell |
| 构造器和说明 |
|---|
GridVoxelizer() |
GridVoxelizer(double ratio) |
| 限定符和类型 | 方法和说明 |
|---|---|
double |
getCellSize() |
List<GridVoxelizer.GridCell> |
voxelize(List<javax.vecmath.Point3d> points)
Perform the voxelizing.
|
List<GridVoxelizer.GridCell> |
voxelize(List<javax.vecmath.Point3d> points,
double cellSize)
Perform the voxelizing.
|
public List<GridVoxelizer.GridCell> voxelize(List<javax.vecmath.Point3d> points)
cellRatio and average
length of edges in three-nearest-neighbor graph.points - the point cloud to be voxelizedpublic List<GridVoxelizer.GridCell> voxelize(List<javax.vecmath.Point3d> points, double cellSize)
points - the point cloud to be voxelizedcellSize - the size of each cellpublic double getCellSize()
Copyright © 2019. All rights reserved.