Skip to contents

Removes points with fewer than min_neighbors within radius.

Usage

px_filter_radius(cloud, radius = 0.5, min_neighbors = 5L)

Arguments

cloud

A px_cloud.

radius

Numeric — search radius.

min_neighbors

Integer — minimum neighbor count to keep.

Value

A px_cloud — filtered.