Voxel metric "mutual information". More...
#include <cmtkVoxelMatchingMutInf.h>
Public Types | |
typedef VoxelMatchingMutInf< I > | Self |
This type. | |
typedef SmartPointer< Self > | SmartPtr |
Smart pointer. | |
Public Member Functions | |
VoxelMatchingMutInf (const UniformVolume *refVolume, const UniformVolume *fltVolume, const unsigned int numRefBins=CMTK_HISTOGRAM_AUTOBINS, const unsigned int numFltBins=CMTK_HISTOGRAM_AUTOBINS) | |
Constructor. | |
Self::ReturnType | Get () const |
Return mutual information. |
Voxel metric "mutual information".
Definition at line 56 of file cmtkVoxelMatchingMutInf.h.
typedef VoxelMatchingMutInf<I> cmtk::VoxelMatchingMutInf< I >::Self |
This type.
Reimplemented from cmtk::RegistrationJointHistogram< I >.
Definition at line 62 of file cmtkVoxelMatchingMutInf.h.
typedef SmartPointer<Self> cmtk::VoxelMatchingMutInf< I >::SmartPtr |
Smart pointer.
Reimplemented from cmtk::RegistrationJointHistogram< I >.
Definition at line 65 of file cmtkVoxelMatchingMutInf.h.
cmtk::VoxelMatchingMutInf< I >::VoxelMatchingMutInf | ( | const UniformVolume * | refVolume, |
const UniformVolume * | fltVolume, | ||
const unsigned int | numRefBins = CMTK_HISTOGRAM_AUTOBINS , |
||
const unsigned int | numFltBins = CMTK_HISTOGRAM_AUTOBINS |
||
) | [inline] |
Constructor.
For reference and model volume, InitDataset is called.
refVolume | The reference (fixed) volume. |
fltVolume | The model (transformed) volume. |
numRefBins | The desired number of bins to classify the reference data. If this parameter is zero (default), a suitable value is automatically determined. |
numFltBins | The desired number of bins to classify the model data. If this parameter is zero (default), a suitable value is automatically determined. |
Definition at line 78 of file cmtkVoxelMatchingMutInf.h.
Self::ReturnType cmtk::VoxelMatchingMutInf< I >::Get | ( | ) | const [inline] |
Return mutual information.
Definition at line 82 of file cmtkVoxelMatchingMutInf.h.