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