MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
Plain LBP mapping - values are mapped to themselves. More...
#include <mdsMapping.h>
Public Types | |
enum | |
Number of distinct values produced by the mapping. More... | |
typedef CMappingBase< Type, Plain > | tBase |
typedef tBase::tCode | tCode |
Type representing the LBP code. | |
typedef tBase::tIndex | tIndex |
Type representing the output index. | |
Static Public Member Functions | |
static tIndex | getDummyValue () |
Returns the dummy value which doesn't occur normally. | |
static tIndex | getSize () |
Returns the number of distinct values the mapping can produce. | |
static tIndex | map (tCode Value) |
Returns the index the particular LBP code should be mapped to. |
Plain LBP mapping - values are mapped to themselves.
typedef CMappingBase<Type, Plain> mds::lbp::CPlain< Type >::tBase |
typedef tBase::tCode mds::lbp::CPlain< Type >::tCode |
Type representing the LBP code.
Reimplemented from mds::lbp::CMappingBase< Type, Plain >.
typedef tBase::tIndex mds::lbp::CPlain< Type >::tIndex |
Type representing the output index.
Reimplemented from mds::lbp::CMappingBase< Type, Plain >.
anonymous enum [inherited] |
Number of distinct values produced by the mapping.
static tIndex mds::lbp::CPlain< Type >::getDummyValue | ( | ) | [static] |
Returns the dummy value which doesn't occur normally.
static tIndex mds::lbp::CPlain< Type >::getSize | ( | ) | [static] |
Returns the number of distinct values the mapping can produce.
This is useful in determining the length of the resulting feature vector when the mapping is in use.
static tIndex mds::lbp::CPlain< Type >::map | ( | tCode | Value | ) | [static] |
Returns the index the particular LBP code should be mapped to.