Skip to content

Commit

Permalink
Update segmentation.md (#1922)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaney authored Sep 28, 2023
1 parent c7c6f35 commit a647aa5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/services/vision/segmentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ The types of segmenters supported are:

## Configure an `obstacles_pointcloud` segmenter

Radius clustering is a segmenter that identifies well separated objects above a flat plane.
It first identifies the biggest plane in the scene, eliminates all points below that plane, and begins clustering points above that plane based on how near they are to each other.
It is slower than other segmenters and can take up to 30 seconds to segment a scene.
Obstacles Pointcloud is a segmenter that identifies well separated objects above a flat plane.
It first identifies the biggest plane in the scene, eliminates that plane, and clusters the remaining points into objects.

{{< tabs >}}
{{% tab name="Builder" %}}
Expand Down

0 comments on commit a647aa5

Please sign in to comment.