MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
Policy for image filter response normalization. More...
#include <mdsFilterPolicy.h>
Public Types | |
typedef CFilterPolicy< T > | tBase |
Base types. | |
typedef tBase::tFilterResponse | tFilterResponse |
Filter response type. | |
typedef tBase::tPixel | tPixel |
Pixel type. | |
Static Public Member Functions | |
static tPixel | normalize (tFilterResponse Value) |
Filter point response normalization function. |
Policy for image filter response normalization.
typedef CFilterPolicy<T> mds::img::CShiftZero2Gray< T >::tBase |
Base types.
typedef tBase::tFilterResponse mds::img::CShiftZero2Gray< T >::tFilterResponse |
Filter response type.
Reimplemented from mds::img::CFilterPolicy< T >.
typedef tBase::tPixel mds::img::CShiftZero2Gray< T >::tPixel |
Pixel type.
Reimplemented from mds::img::CFilterPolicy< T >.
Reimplemented in mds::img::CNormImageFilter< tImage, CShiftZero2Gray >.
static tPixel mds::img::CShiftZero2Gray< T >::normalize | ( | tFilterResponse | Value | ) | [static] |
Filter point response normalization function.