ANIMA
4.0
|
#include <animaSegmentationMeasuresImageFilter.h>
Public Member Functions | |
SegPerfLabelSetMeasures & | operator= (const SegPerfLabelSetMeasures &l) |
SegPerfLabelSetMeasures () | |
Public Attributes | |
unsigned long | m_Intersection |
unsigned long | m_Source |
unsigned long | m_SourceComplement |
unsigned long | m_Target |
unsigned long | m_TargetComplement |
unsigned long | m_TrueNegative |
unsigned long | m_Union |
Definition at line 13 of file animaSegmentationMeasuresImageFilter.h.
|
inline |
Definition at line 17 of file animaSegmentationMeasuresImageFilter.h.
References m_Intersection, m_Source, m_SourceComplement, m_Target, m_TargetComplement, m_TrueNegative, and m_Union.
|
inline |
Definition at line 29 of file animaSegmentationMeasuresImageFilter.h.
References m_Intersection, m_Source, m_SourceComplement, m_Target, m_TargetComplement, m_TrueNegative, and m_Union.
unsigned long anima::SegPerfLabelSetMeasures::m_Intersection |
Definition at line 48 of file animaSegmentationMeasuresImageFilter.h.
Referenced by operator=(), and SegPerfLabelSetMeasures().
unsigned long anima::SegPerfLabelSetMeasures::m_Source |
Definition at line 44 of file animaSegmentationMeasuresImageFilter.h.
Referenced by anima::SegmentationMeasuresImageFilter< TLabelImage >::AfterThreadedGenerateData(), operator=(), and SegPerfLabelSetMeasures().
unsigned long anima::SegPerfLabelSetMeasures::m_SourceComplement |
Definition at line 49 of file animaSegmentationMeasuresImageFilter.h.
Referenced by operator=(), and SegPerfLabelSetMeasures().
unsigned long anima::SegPerfLabelSetMeasures::m_Target |
Definition at line 45 of file animaSegmentationMeasuresImageFilter.h.
Referenced by operator=(), and SegPerfLabelSetMeasures().
unsigned long anima::SegPerfLabelSetMeasures::m_TargetComplement |
Definition at line 50 of file animaSegmentationMeasuresImageFilter.h.
Referenced by operator=(), and SegPerfLabelSetMeasures().
unsigned long anima::SegPerfLabelSetMeasures::m_TrueNegative |
Definition at line 47 of file animaSegmentationMeasuresImageFilter.h.
Referenced by operator=(), and SegPerfLabelSetMeasures().
unsigned long anima::SegPerfLabelSetMeasures::m_Union |
Definition at line 46 of file animaSegmentationMeasuresImageFilter.h.
Referenced by operator=(), and SegPerfLabelSetMeasures().