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

Policy for image filter response normalization. More...

#include <mdsFilterPolicy.h>

Inheritance diagram for mds::img::CConvResponse< 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 response normalization function.

Detailed Description

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

Policy for image filter response normalization.


Member Typedef Documentation

template<typename T>
typedef CFilterPolicy<T> mds::img::CConvResponse< T >::tBase
template<typename T>
typedef tBase::tPixel mds::img::CConvResponse< T >::tPixel

Member Function Documentation

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

Filter response normalization function.


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