Skip to content

Latest commit

 

History

History
76 lines (50 loc) · 1.78 KB

File metadata and controls

76 lines (50 loc) · 1.78 KB

A wrapper for quick use

TODO: Complete or deprecate. For now, most important functions and parameters are described in EasyDCP_Analysis.

Classes

name Description
Classifier ...
Plot ...
Plant ...

Functions

name Description
read_ply
read_plys
read_shp
read_shps
read_xyz
merge_pcd
pcd2dxm
pcd2binary

dcp.pcd_tools

Functions

name description
build_cut_boundary
calculate_xyz_volume
clip_pcd
convex_hull2d
merge_pcd
pcd2binary
pcd2dxm
pcd2voxel
round2val

dcp.io

functions

name description
pcd.read_ply
pcd.read_plys
pcd.write_ply
shp.read_shp
shp.read_shps
shp.read_xyz

dcp.io.pcd.read_ply(args)

Function to read point cloud ply file

Parameters

        filename (str) - Path to file

Returns

        open3d.geometry.PointCloud

dcp.plotting

dcp.geometry