#include <mdsTetraHomogeneityMeasure.h>
Inheritance diagram for mds::seg::CTetraHomogeneityMeasure:
Public Member Functions | |
bool | checkHomogeneity (const CTetraFeatures &v1) |
Compares homogeneity of a given feature vector against the internal threshold. | |
CTetraHomogeneityMeasure (double dThreshold=0.5) | |
Default constructor. | |
virtual double | getHomogeneity (const CTetraFeatures &v1)=0 |
Computes homogeneity of a given feature vector. | |
double | getThreshold () |
Returns value of the internal threshold. | |
void | setThreshold (double dValue) |
Sets the internal threshold. | |
virtual | ~CTetraHomogeneityMeasure () |
Virtual destructor. | |
Protected Attributes | |
double | m_dThreshold |
Internal threshold. |
|
Default constructor.
|
|
Virtual destructor.
|
|
Compares homogeneity of a given feature vector against the internal threshold.
|
|
Computes homogeneity of a given feature vector.
Implemented in mds::seg::CTetraVarianceHomogeneity. |
|
Returns value of the internal threshold.
|
|
Sets the internal threshold.
|
|
Internal threshold.
|