MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
Base class for implementation of different LBP mapping policies. More...
#include <mdsMapping.h>
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. |
Base class for implementation of different LBP mapping policies.
typedef CLBPTraits<Type>::tCode mds::lbp::CMappingBase< Type, Mapping >::tCode |
Type representing the LBP code.
Reimplemented in mds::lbp::CUniformRotMin< Type >, mds::lbp::CRotMin< Type >, mds::lbp::CUniform< Type >, and mds::lbp::CPlain< Type >.
typedef unsigned int mds::lbp::CMappingBase< Type, Mapping >::tIndex |
Type representing the output index.
Reimplemented in mds::lbp::CUniformRotMin< Type >, mds::lbp::CRotMin< Type >, mds::lbp::CUniform< Type >, and mds::lbp::CPlain< Type >.
anonymous enum |