assign_trees | R Documentation |
assign_trees
implements the hungarian algorithm in solve_LSAP
to match sets of trees
assign_trees(ground_truth, predictions)
ground_truth |
A ground truth polygon in SpatialPolygonsDataFrame |
predictions |
prediction polygons in SpatialPolygonsDataFrame |
A data frame with the crown ID matched to the prediction ID.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.