Public Types | Public Member Functions

cmtk::VoxelMatchingMutInf< I > Class Template Reference
[cmtkRegistration Library]

Voxel metric "mutual information". More...

#include <cmtkVoxelMatchingMutInf.h>

Inheritance diagram for cmtk::VoxelMatchingMutInf< I >:
Inheritance graph
[legend]
Collaboration diagram for cmtk::VoxelMatchingMutInf< I >:
Collaboration graph
[legend]

List of all members.

Public Types

typedef VoxelMatchingMutInf< I > Self
 This type.
typedef SmartPointer< SelfSmartPtr
 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.

Detailed Description

template<Interpolators::InterpolationEnum I = Interpolators::LINEAR>
class cmtk::VoxelMatchingMutInf< I >

Voxel metric "mutual information".

Deprecated:
For future code, use cmtk::ImagePairSimilarityMetricNCC instead.

Definition at line 56 of file cmtkVoxelMatchingMutInf.h.


Member Typedef Documentation

template<Interpolators::InterpolationEnum I = Interpolators::LINEAR>
typedef VoxelMatchingMutInf<I> cmtk::VoxelMatchingMutInf< I >::Self

This type.

Reimplemented from cmtk::RegistrationJointHistogram< I >.

Definition at line 62 of file cmtkVoxelMatchingMutInf.h.

template<Interpolators::InterpolationEnum I = Interpolators::LINEAR>
typedef SmartPointer<Self> cmtk::VoxelMatchingMutInf< I >::SmartPtr

Smart pointer.

Reimplemented from cmtk::RegistrationJointHistogram< I >.

Definition at line 65 of file cmtkVoxelMatchingMutInf.h.


Constructor & Destructor Documentation

template<Interpolators::InterpolationEnum I = Interpolators::LINEAR>
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.

Parameters:
refVolumeThe reference (fixed) volume.
fltVolumeThe model (transformed) volume.
numRefBinsThe desired number of bins to classify the reference data. If this parameter is zero (default), a suitable value is automatically determined.
numFltBinsThe 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.


Member Function Documentation

template<Interpolators::InterpolationEnum I = Interpolators::LINEAR>
Self::ReturnType cmtk::VoxelMatchingMutInf< I >::Get (  ) const [inline]

Return mutual information.

Definition at line 82 of file cmtkVoxelMatchingMutInf.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines