MDSTk Libraries  1.1.0
Medical Data Segmentation Toolkit
Public Types
mds::lbp::CMappingBase< Type, Mapping > Struct Template Reference

Base class for implementation of different LBP mapping policies. More...

#include <mdsMapping.h>

Inheritance diagram for mds::lbp::CMappingBase< Type, Mapping >:
Inheritance graph
[legend]

List of all members.

Public Types

enum  { Size = CLBPTraits<Type,Mapping>::NumOfCodes }
 Number of distinct values produced by the mapping. More...
typedef CLBPTraits< Type >::tCode tCode
 Type representing the LBP code.
typedef unsigned int tIndex
 Type representing the output index.

Detailed Description

template<ECodeType Type, EMappingType Mapping>
struct mds::lbp::CMappingBase< Type, Mapping >

Base class for implementation of different LBP mapping policies.


Member Typedef Documentation

template<ECodeType Type, EMappingType Mapping>
typedef CLBPTraits<Type>::tCode mds::lbp::CMappingBase< Type, Mapping >::tCode
template<ECodeType Type, EMappingType Mapping>
typedef unsigned int mds::lbp::CMappingBase< Type, Mapping >::tIndex

Member Enumeration Documentation

template<ECodeType Type, EMappingType Mapping>
anonymous enum

Number of distinct values produced by the mapping.

Enumerator:
Size 

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