Thread parameter for entropy evaluation. More...
Public Attributes | |
double | m_Entropy |
Upon return from the thread function, this holds the partial entropy. | |
unsigned int | m_Count |
Upon return from the thread function, this holds the number of pixels with full image count, i.e., pixels that are within all target images. |
Thread parameter for entropy evaluation.
Definition at line 159 of file cmtkCongealingFunctional.h.
unsigned int cmtk::CongealingFunctional< TXform >::EvaluateThreadParameters::m_Count |
Upon return from the thread function, this holds the number of pixels with full image count, i.e., pixels that are within all target images.
Definition at line 171 of file cmtkCongealingFunctional.h.
Referenced by cmtk::CongealingFunctional< TXform >::EvaluateProbabilisticThread(), and cmtk::CongealingFunctional< TXform >::EvaluateThread().
double cmtk::CongealingFunctional< TXform >::EvaluateThreadParameters::m_Entropy |
Upon return from the thread function, this holds the partial entropy.
Definition at line 165 of file cmtkCongealingFunctional.h.
Referenced by cmtk::CongealingFunctional< TXform >::EvaluateProbabilisticThread(), and cmtk::CongealingFunctional< TXform >::EvaluateThread().