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

Policy for image filter response normalization. More...

#include <mdsFilterPolicy.h>

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

Detailed Description

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

Policy for image filter response normalization.


Member Typedef Documentation

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

Base types.

Filter response type.

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

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

Pixel type.

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


Member Function Documentation

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

Point response normalization function.


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