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