find_sets_with_threshold: Determine polygons that overlap

View source: R/find_sets_with_threshold.R

find_sets_with_thresholdR Documentation

Determine polygons that overlap

Description

Evaluates overlapping bounding boxes. Applies a proportional threshold and only evaluates bounding boxes that have an overlap greater than that proportion.

Usage

find_sets_with_threshold(x, y, overlap_threshold)

Arguments

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


TabakM/CameraTrapDetectoR documentation built on June 11, 2022, 9:37 p.m.