4#ifndef _dice_statistics_h_
5#define _dice_statistics_h_
11class Dice_statistics_private;
38 void set_reference_image (
const char* image_fn);
40 void set_reference_image (
const UCharImageType::Pointer& image);
43 void set_compare_image (
const char* image_fn);
45 void set_compare_image (
const UCharImageType::Pointer& image);
59 float get_sensitivity ();
61 float get_specificity ();
64 size_t get_true_positives ();
67 size_t get_true_negatives ();
70 size_t get_false_positives ();
73 size_t get_false_negatives ();
81 double get_reference_volume ();
83 double get_compare_volume ();
The Dice_statistics class computes a Dice statistic for the overlap between two regions....
Definition dice_statistics.h:26
Dice_statistics_private * d_ptr
Definition dice_statistics.h:31
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