public interface SceneMetric
Modifier and Type | Method and Description |
---|---|
double |
apply(Scene db1,
Scene db2)
Return a similarity metric for the given tree (root1) relative
to a correct reference scene interpretation (root2).
|
String |
getName()
Return the name of this metric so that the score can be
associated with a meaningful label.
|
String getName()
double apply(Scene db1, Scene db2)
Note that SceneMetrics assume that the given trees are built from the same strokes in the same order. They also only operate on roots that cover all of the leaves.
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.