4#ifndef _dice_statistics_h_
5#define _dice_statistics_h_
11class Dice_statistics_private;
double get_reference_volume()
Return the volume of the reference image structure.
Definition dice_statistics.cxx:242
size_t get_true_negatives()
Return the number of true negative voxels, i.e. negative reference voxels that are negative in compar...
Definition dice_statistics.cxx:212
double get_compare_volume()
Return the volume of the compare image structure.
Definition dice_statistics.cxx:248
void debug()
Display debugging information to stdout.
Definition dice_statistics.cxx:255
float get_dice()
Return the Dice coefficient value.
Definition dice_statistics.cxx:183
void set_reference_image(const char *image_fn)
Set the reference image. The image will be loaded from the specified filename.
Definition dice_statistics.cxx:55
size_t get_true_positives()
Return the number of true positive voxels, i.e. positive reference voxels that are positive in compar...
Definition dice_statistics.cxx:206
size_t get_false_positives()
Return the number of false positive voxels, i.e. negative reference voxels that are positive in compa...
Definition dice_statistics.cxx:218
float get_specificity()
Return specificity coefficient value.
Definition dice_statistics.cxx:200
DoubleVector3DType get_compare_center()
Return the location of the center of mass of the compare image structure.
Definition dice_statistics.cxx:236
Dice_statistics()
Definition dice_statistics.cxx:44
DoubleVector3DType get_reference_center()
Return the location of the center of mass of the reference image structure.
Definition dice_statistics.cxx:230
float get_sensitivity()
Return sensitivity coefficient value.
Definition dice_statistics.cxx:194
Dice_statistics_private * d_ptr
Definition dice_statistics.h:31
size_t get_false_negatives()
Return the number of false negative voxels, i.e. positive reference voxels that are negative in compa...
Definition dice_statistics.cxx:224
void set_compare_image(const char *image_fn)
Set the compare image. The image will be loaded from the specified filename.
Definition dice_statistics.cxx:68
void run()
Compute dice statistics.
Definition dice_statistics.cxx:81
The Plm_image class represents a three-dimensional volume. The volume is an abstraction that can co...
Definition plm_image.h:27
itk::Vector< double, 3 > DoubleVector3DType
Definition itk_point.h:23
#define PLMUTIL_API
Definition plmutil_config.h:26