![]() |
MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
Uniform rotation invariant LBP mapping. More...
#include <mdsMapping.h>

Public Types | |
| enum | |
| Number of distinct values produced by the mapping. More... | |
| typedef CMappingBase< Type, UniformRotMin > | tBase |
| typedef tBase::tCode | tCode |
| Type representing the LBP code. | |
| typedef tBase::tIndex | tIndex |
| Type representing the output index. | |
Public Member Functions | |
| CUniformRotMin () | |
| Default constructor. | |
| tIndex | map (tCode Value) |
| Returns the index the particular LBP code should be mapped to. | |
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. | |
Protected Member Functions | |
| void | initMapping () |
| Initalizes the mapping table. | |
Protected Attributes | |
| mds::math::CVector< tIndex > | m_Map |
| Lookup table. | |
Uniform rotation invariant LBP mapping.
| typedef CMappingBase<Type, UniformRotMin> mds::lbp::CUniformRotMin< Type >::tBase |
| typedef tBase::tCode mds::lbp::CUniformRotMin< Type >::tCode |
Type representing the LBP code.
Reimplemented from mds::lbp::CMappingBase< Type, UniformRotMin >.
| typedef tBase::tIndex mds::lbp::CUniformRotMin< Type >::tIndex |
Type representing the output index.
Reimplemented from mds::lbp::CMappingBase< Type, UniformRotMin >.
anonymous enum [inherited] |
Number of distinct values produced by the mapping.
| mds::lbp::CUniformRotMin< Type >::CUniformRotMin | ( | ) |
Default constructor.
| static tIndex mds::lbp::CUniformRotMin< Type >::getDummyValue | ( | ) | [static] |
Returns the dummy value which doesn't occur normally.
| static tIndex mds::lbp::CUniformRotMin< 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.
| void CUniformRotMin::initMapping | ( | ) | [protected] |
Initalizes the mapping table.
| tIndex mds::lbp::CUniformRotMin< Type >::map | ( | tCode | Value | ) |
Returns the index the particular LBP code should be mapped to.
mds::math::CVector<tIndex> mds::lbp::CUniformRotMin< Type >::m_Map [protected] |
Lookup table.
1.7.6.1