Skip to content

Commit

Permalink
doc: add rtree nms
Browse files Browse the repository at this point in the history
  • Loading branch information
Smirkey authored Dec 27, 2023
1 parent 05894f9 commit 41bac6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ intersection = pb.iou_distance(box, box)

#### Box NMS
- `nms`: Non-maximum suppression, returns the indices of the boxes to keep
- `rtree_nms`: Non-maximum suppression, returns the indices of the boxes to keep, uses a r-tree internally to avoid quadratic complexity, useful when having many boxes.

## Use it in Rust
See the [documentation](https://docs.rs/powerboxesrs) for more details.
Expand Down

0 comments on commit 41bac6f

Please sign in to comment.