MDSTk Libraries  1.1.0
Medical Data Segmentation Toolkit
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes
mds::lbp::CRotMin< Type > Class Template Reference

Rotation invariant LBP mapping. More...

#include <mdsMapping.h>

Inheritance diagram for mds::lbp::CRotMin< Type >:
Inheritance graph
[legend]

List of all members.

Public Types

enum  
 Number of distinct values produced by the mapping. More...
typedef CMappingBase< Type,
RotMin
tBase
typedef tBase::tCode tCode
 Type representing the LBP code.
typedef tBase::tIndex tIndex
 Type representing the output index.

Public Member Functions

 CRotMin ()
 Default constructor.
tIndex getDummyValue ()
 Returns the dummy value which doesn't occur normally.
tIndex getSize ()
 Returns the number of distinct values the mapping can produce.
tIndex map (tCode Value)
 Returns the index the particular LBP code should be mapped to.

Protected Member Functions

void initMapping ()
 Initalizes the mapping table.

Protected Attributes

mds::math::CVector< tIndexm_Map
 Lookup table.
tIndex m_Size
 Number of distinct values.

Detailed Description

template<ECodeType Type>
class mds::lbp::CRotMin< Type >

Rotation invariant LBP mapping.


Member Typedef Documentation

template<ECodeType Type>
typedef CMappingBase<Type, RotMin> mds::lbp::CRotMin< Type >::tBase
template<ECodeType Type>
typedef tBase::tCode mds::lbp::CRotMin< Type >::tCode

Type representing the LBP code.

Reimplemented from mds::lbp::CMappingBase< Type, RotMin >.

template<ECodeType Type>
typedef tBase::tIndex mds::lbp::CRotMin< Type >::tIndex

Type representing the output index.

Reimplemented from mds::lbp::CMappingBase< Type, RotMin >.


Member Enumeration Documentation

anonymous enum [inherited]

Number of distinct values produced by the mapping.


Constructor & Destructor Documentation

template<ECodeType Type>
mds::lbp::CRotMin< Type >::CRotMin ( )

Default constructor.


Member Function Documentation

template<ECodeType Type>
tIndex mds::lbp::CRotMin< Type >::getDummyValue ( )

Returns the dummy value which doesn't occur normally.

template<ECodeType Type>
tIndex mds::lbp::CRotMin< Type >::getSize ( )

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.

template<ECodeType Type>
void CRotMin::initMapping ( ) [protected]

Initalizes the mapping table.

template<ECodeType Type>
tIndex mds::lbp::CRotMin< Type >::map ( tCode  Value)

Returns the index the particular LBP code should be mapped to.


Member Data Documentation

template<ECodeType Type>
mds::math::CVector<tIndex> mds::lbp::CRotMin< Type >::m_Map [protected]

Lookup table.

template<ECodeType Type>
tIndex mds::lbp::CRotMin< Type >::m_Size [protected]

Number of distinct values.


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