pcmedian
Description
performs median filtering of 3-D point cloud data. The function filters each channel of the
point cloud individually. The output is a filtered point cloud. Each output location
property value is the median of neighborhood around the corresponding input location
property value. The ptCloudOut
= pcmedian(ptCloudIn
)pcmedian
function doesn't pad zeros on the edges.
Rather, it operates only on the available neighborhood values.
If the input point cloud is an organized point cloud, the pcmedian
function uses N-by-N neighborhood method. If the point
cloud is unorganized, the function uses radial neighborhood method.
specifies options using one or more name-value pair arguments. For example,
ptCloudOut
= pcmedian(___,Name,Value
)'FilterSize',3
sets the size of the median filter for organized point
clouds to 3.
Examples
Input Arguments
Output Arguments
Extended Capabilities
Version History
Introduced in R2020b