find_unique_sets: Find unique sets of polygons that overlap

View source: R/find_unique_sets.R

find_unique_setsR Documentation

Find unique sets of polygons that overlap

Description

Evaluates overlapping bounding boxes using user specified threshold that determines overlap and returns sets of polygons that overlap

Usage

find_unique_sets(df, overlap_threshold = overlap_threshold)

Arguments

df

The data frame containing bounding box values and predictions

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.