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