Skip to content

shapeworks::CorrespondenceDistanceStats

More...

#include <CorrespondenceEvaluation.h>

Public Attributes

Name
double mean
double median
double p99
the worst part of the surface, without following a single stray vertex the way max does
double max
double norm_mean
double norm_median
double norm_p99
double norm_max

Detailed Description

struct shapeworks::CorrespondenceDistanceStats;

Distance statistics over one surface, in world units and as a fraction of the subject's groomed-mesh bounding box diagonal.

Public Attributes Documentation

variable mean

double mean = 0.0;

variable median

double median = 0.0;

variable p99

double p99 = 0.0;

the worst part of the surface, without following a single stray vertex the way max does

variable max

double max = 0.0;

variable norm_mean

double norm_mean = 0.0;

variable norm_median

double norm_median = 0.0;

variable norm_p99

double norm_p99 = 0.0;

variable norm_max

double norm_max = 0.0;

Updated on 2026-09-20 at 15:51:01 +0000