View source: R/find_sets_with_threshold.R
find_sets_with_threshold | R Documentation |
Evaluates overlapping bounding boxes. Applies a proportional threshold and only evaluates bounding boxes that have an overlap greater than that proportion.
find_sets_with_threshold(x, y, overlap_threshold)
x |
sf object containing polygons |
y |
sf object containing polygons to compare with x |
overlap_threshold |
The threshold (proportion) used in determining which bounding boxes are considered unique detections |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.