aimsdata  5.1.2
Neuroimaging data handling
aims::RoiDiff::DiffStat Struct Reference

#include <aims/roi/roi_diff.h>

Collaboration diagram for aims::RoiDiff::DiffStat:

Public Member Functions

 DiffStat ()
 

Public Attributes

unsigned matching_voxels
 nb of voxels from graph1 matching in graph2 More...
 
unsigned unmatching_voxels
 nb of voxels from graph1 not matching in graph2 More...
 
double dice
 
BucketMap< Voidg2_bucket
 voxels from graph2 More...
 

Detailed Description

Definition at line 54 of file roi_diff.h.

Constructor & Destructor Documentation

◆ DiffStat()

aims::RoiDiff::DiffStat::DiffStat ( )
inline

Definition at line 56 of file roi_diff.h.

Member Data Documentation

◆ dice

double aims::RoiDiff::DiffStat::dice

Definition at line 68 of file roi_diff.h.

◆ g2_bucket

BucketMap<Void> aims::RoiDiff::DiffStat::g2_bucket

voxels from graph2

Definition at line 70 of file roi_diff.h.

◆ matching_voxels

unsigned aims::RoiDiff::DiffStat::matching_voxels

nb of voxels from graph1 matching in graph2

Definition at line 63 of file roi_diff.h.

◆ unmatching_voxels

unsigned aims::RoiDiff::DiffStat::unmatching_voxels

nb of voxels from graph1 not matching in graph2

Definition at line 65 of file roi_diff.h.


The documentation for this struct was generated from the following file: