MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
Base class for all distance measures. More...
#include <mdsDistanceMeasure.h>
Public Types | |
enum | { FEATURE_VECTOR_MUST_BE_GIVEN = V::CLASS_FEATURE_VECTOR } |
Check that V is a feature vector type. More... | |
typedef V | tFeatureVector |
Feature vector type. |
Base class for all distance measures.
typedef V mds::img::CDistanceMeasure< V >::tFeatureVector |
Feature vector type.
Reimplemented in mds::img::CUnion< R, V >, mds::img::CGStat< R, V >, and mds::img::CChiSquare< V >.
anonymous enum |