MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
Base class for all filter response normalization policies. More...
#include <mdsFilterPolicy.h>
Public Types | |
typedef CPixelTraits< tPixel > ::tFilterResponse | tFilterResponse |
Filter response type. | |
typedef T | tPixel |
Pixel type. |
Base class for all filter response normalization policies.
typedef CPixelTraits<tPixel>::tFilterResponse mds::img::CFilterPolicy< T >::tFilterResponse |
Filter response type.
Reimplemented in mds::img::CDefaultFilterPolicy< T >, mds::img::CDefaultFilterPolicy< CFImage::tPixel >, mds::img::CDefaultFilterPolicy< CFVolume::tVoxel >, mds::img::CUserFunc< T >, mds::img::CDiscardNegative< T >, mds::img::CShiftZero2Gray< T >, mds::img::CShiftZero2Gray< tImage::tPixel >, mds::img::CShiftZero2Gray< tVolume::tVoxel >, mds::img::CMakeAbs< T >, mds::img::CConvResponse< T >, mds::img::CConvResponse< CFImage::tPixel >, and mds::img::CConvResponse< CFVolume::tVoxel >.
typedef T mds::img::CFilterPolicy< T >::tPixel |
Pixel type.
Reimplemented in mds::img::CDefaultFilterPolicy< T >, mds::img::CDefaultFilterPolicy< CFImage::tPixel >, mds::img::CDefaultFilterPolicy< CFVolume::tVoxel >, mds::img::CUserFunc< T >, mds::img::CDiscardNegative< T >, mds::img::CShiftZero2Gray< T >, mds::img::CShiftZero2Gray< tImage::tPixel >, mds::img::CShiftZero2Gray< tVolume::tVoxel >, mds::img::CMakeAbs< T >, mds::img::CNormImageFilter< tImage, CShiftZero2Gray >, mds::img::CNormImageFilter< CFImage, CDefaultFilterPolicy >, mds::img::CConvResponse< T >, mds::img::CConvResponse< CFImage::tPixel >, and mds::img::CConvResponse< CFVolume::tVoxel >.