跳过导航链接

pcutil 0.2.0 API

程序包 
程序包 说明
cn.jimmiez.pcu
This package provides following packages for point cloud processing.
cn.jimmiez.pcu.alg
This package provides some algorithms for point cloud processing.
cn.jimmiez.pcu.alg.normal
The classed in this package are used for estimating the normal vector of points in the point cloud.
cn.jimmiez.pcu.alg.projector
The point cloud projector take a point cloud that can have noise and varying point density and another points set as the input, then produce a new points set which are uniformly distributed on original point cloud surface.
cn.jimmiez.pcu.alg.sampler
The classes in this package are used to resample/down-sample the point cloud.
cn.jimmiez.pcu.alg.skeleton
The skeleton of point cloud is 1d curve which can capture the essential topology of 3d models.
cn.jimmiez.pcu.common
This package consists of some common utilities that can be frequently used in point cloud processing, e.g., obtaining shortest path in a graph ShortestPath, search nearest neighbors of a point Octree.
cn.jimmiez.pcu.common.graph
Graph is a commonly-used data structure in point cloud processing.
cn.jimmiez.pcu.common.graphics
The processing of point clouds involves some knowledge of computer graphics.
cn.jimmiez.pcu.common.graphics.shape  
cn.jimmiez.pcu.io
This package is used for reading or writing data from model files.
cn.jimmiez.pcu.io.obj  
cn.jimmiez.pcu.io.off  
cn.jimmiez.pcu.io.ply  
cn.jimmiez.pcu.model
This package provides some entity classes which represent point cloud or polygonal mesh.
cn.jimmiez.pcu.util
This package provides some utilities.
跳过导航链接

Copyright © 2019. All rights reserved.