Public Member Functions | |
SurrRegion (int lab, const Segmenter::RegionProperty ®) | |
bool | isWorseThan (const SurrRegion &other) const |
bool | isWorseThan (const SurrRegion &other) const |
bool | isAsGoodAs (const SurrRegion &other) const |
float | computeManhattanDissimilarityDistance (const SurrRegion &b) const |
Static Public Member Functions | |
static bool | isWorse (const SurrRegion &a, const SurrRegion &b) |
Public Attributes | |
int | label |
int | size |
T | peak |
T | lowest |
w2kmeans::KMeansSegmenter< T >::SurrRegion::SurrRegion | ( | int | lab, | |
const Segmenter::RegionProperty & | reg | |||
) | [inline] |
float w2kmeans::KMeansSegmenter< T >::SurrRegion::computeManhattanDissimilarityDistance | ( | const SurrRegion & | b | ) | const [inline] |
bool w2kmeans::KMeansSegmenter< T >::SurrRegion::isAsGoodAs | ( | const SurrRegion & | other | ) | const [inline] |
static bool w2kmeans::KMeansSegmenter< T >::SurrRegion::isWorse | ( | const SurrRegion & | a, | |
const SurrRegion & | b | |||
) | [inline, static] |
bool w2kmeans::KMeansSegmenter< T >::SurrRegion::isWorseThan | ( | const SurrRegion & | other | ) | const [inline] |
bool w2kmeans::KMeansSegmenter< T >::SurrRegion::isWorseThan | ( | const SurrRegion & | other | ) | const [inline] |
int w2kmeans::KMeansSegmenter< T >::SurrRegion::label |
T w2kmeans::KMeansSegmenter< T >::SurrRegion::lowest |
T w2kmeans::KMeansSegmenter< T >::SurrRegion::peak |
int w2kmeans::KMeansSegmenter< T >::SurrRegion::size |