MDSTk Libraries  1.1.0
Medical Data Segmentation Toolkit
Public Types | Static Public Member Functions
mds::img::CShiftZero2Gray< T > Class Template Reference

Policy for image filter response normalization. More...

#include <mdsFilterPolicy.h>

Inheritance diagram for mds::img::CShiftZero2Gray< T >:
Inheritance graph
[legend]

List of all members.

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.

Detailed Description

template<typename T>
class mds::img::CShiftZero2Gray< T >

Policy for image filter response normalization.


Member Typedef Documentation

template<typename T>
typedef CFilterPolicy<T> mds::img::CShiftZero2Gray< T >::tBase

Base types.

Filter response type.

Reimplemented from mds::img::CFilterPolicy< T >.

template<typename T>
typedef tBase::tPixel mds::img::CShiftZero2Gray< T >::tPixel

Member Function Documentation

template<typename T>
static tPixel mds::img::CShiftZero2Gray< T >::normalize ( tFilterResponse  Value) [static]

Filter point response normalization function.


The documentation for this class was generated from the following file: