![]() |
aimsdata
5.1.2
Neuroimaging data handling
|
#include <aims/roi/roi_diff.h>
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< Void > | g2_bucket |
voxels from graph2 More... | |
Definition at line 54 of file roi_diff.h.
|
inline |
Definition at line 56 of file roi_diff.h.
double aims::RoiDiff::DiffStat::dice |
Definition at line 68 of file roi_diff.h.
voxels from graph2
Definition at line 70 of file roi_diff.h.
unsigned aims::RoiDiff::DiffStat::matching_voxels |
nb of voxels from graph1 matching in graph2
Definition at line 63 of file roi_diff.h.
unsigned aims::RoiDiff::DiffStat::unmatching_voxels |
nb of voxels from graph1 not matching in graph2
Definition at line 65 of file roi_diff.h.