assign_trees: Find matches between predicted and ground truth tree based on...

View source: R/assign_trees.R

assign_treesR Documentation

Find matches between predicted and ground truth tree based on maximum area of overlap.

Description

assign_trees implements the hungarian algorithm in solve_LSAP to match sets of trees

Usage

assign_trees(ground_truth, predictions)

Arguments

ground_truth

A ground truth polygon in SpatialPolygonsDataFrame

predictions

prediction polygons in SpatialPolygonsDataFrame

Value

A data frame with the crown ID matched to the prediction ID.


weecology/NeonTreeEvaluation_package documentation built on Aug. 27, 2024, 10:53 a.m.