Platform-aware ground classification using Cloth Simulation Filter (CSF) or
Progressive Morphological Filter (PMF). When algorithm = "auto",
selects based on the cloud's platform.
Usage
px_classify_ground(
cloud,
algorithm = "auto",
cloth_resolution = NULL,
max_angle = NULL,
iterations = 500L
)Arguments
- cloud
A
px_cloudobject.- algorithm
Character: "auto", "csf", or "pmf".
- cloth_resolution
Numeric or
NULL. CSF cloth resolution in meters. IfNULL, uses platform default (aerial: 2.0, terrestrial: 0.5, uav: 1.5).- max_angle
Numeric or
NULL. Maximum terrain angle in degrees.- iterations
Integer. Number of CSF simulation iterations.
