shapeworks::CorrespondenceQualityReport
Full evaluation report.
#include <CorrespondenceEvaluation.h>
Public Attributes
| Name | |
|---|---|
| std::vector< CorrespondenceQualityRow > | rows |
| std::string | template_subject |
| int | num_evaluated rows.size() - template rows |
| int | num_template_rows |
| CorrespondenceQualityStats | agg_raw aggregates over raw mean_dist (template excluded) |
| CorrespondenceQualityStats | agg_norm aggregates over bbox-normalized values (template excluded) |
Public Attributes Documentation
variable rows
std::vector< CorrespondenceQualityRow > rows;
variable template_subject
std::string template_subject;
variable num_evaluated
int num_evaluated = 0;
rows.size() - template rows
variable num_template_rows
int num_template_rows = 0;
variable agg_raw
CorrespondenceQualityStats agg_raw;
aggregates over raw mean_dist (template excluded)
variable agg_norm
CorrespondenceQualityStats agg_norm;
aggregates over bbox-normalized values (template excluded)
Updated on 2026-07-27 at 05:53:16 +0000