casa
$Rev:20696$
|
Maximum Emptiness measure used by MEM. More...
#include <Entropy.h>
Public Member Functions | |
EntropyEmptiness () | |
This default constructor is good enough for me. | |
~EntropyEmptiness () | |
destructor | |
Float | formEntropy () |
calculate the entropy for the whole image | |
void | formGDG (Matrix< Double > &) |
calculate the Gradient dot Gradient matrix | |
void | formGDGStep (Matrix< double > &) |
calculate the Gradient dot Gradient matrix, calculate Step | |
Double | formGDS () |
calculate Gradient dot Step | |
void | entropyType (String &str) |
report the entropy type for a logging message | |
void | infoBanner () |
infoBanner | |
void | infoPerIteration (uInt iteration) |
infoIteration | |
Float | relaxMin () |
relax image Min | |
Bool | testConvergence () |
each entropy type can have its distinct convergence criteria | |
Protected Member Functions | |
EntropyEmptiness (const EntropyEmptiness &) | |
EntropyEmptiness & | operator= (const EntropyEmptiness &) |
This default constructor is good enough for me.
destructor
casa::EntropyEmptiness::EntropyEmptiness | ( | const EntropyEmptiness & | ) | [protected] |
void casa::EntropyEmptiness::entropyType | ( | String & | str | ) | [inline, virtual] |
report the entropy type for a logging message
Implements casa::Entropy.
Float casa::EntropyEmptiness::formEntropy | ( | ) | [virtual] |
calculate the entropy for the whole image
Implements casa::Entropy.
void casa::EntropyEmptiness::formGDG | ( | Matrix< Double > & | ) | [virtual] |
calculate the Gradient dot Gradient matrix
Implements casa::Entropy.
void casa::EntropyEmptiness::formGDGStep | ( | Matrix< double > & | ) | [virtual] |
calculate the Gradient dot Gradient matrix, calculate Step
Implements casa::Entropy.
Double casa::EntropyEmptiness::formGDS | ( | ) | [virtual] |
calculate Gradient dot Step
Implements casa::Entropy.
void casa::EntropyEmptiness::infoBanner | ( | ) | [virtual] |
infoBanner
Implements casa::Entropy.
void casa::EntropyEmptiness::infoPerIteration | ( | uInt | iteration | ) | [virtual] |
infoIteration
Implements casa::Entropy.
EntropyEmptiness& casa::EntropyEmptiness::operator= | ( | const EntropyEmptiness & | ) | [protected] |
Float casa::EntropyEmptiness::relaxMin | ( | ) | [virtual] |
relax image Min
Implements casa::Entropy.
Bool casa::EntropyEmptiness::testConvergence | ( | ) | [virtual] |
each entropy type can have its distinct convergence criteria
Implements casa::Entropy.