MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
Base class for all classes that extract LBP code from a concrete image position. More...
#include <mdsOperators.h>
Public Types | |
enum | { TEMPLATE_PARAMETER_IS_NOT_IMAGE = I::CLASS_IMAGE } |
Check that I is an image. More... | |
typedef CLBPTraits< Type >::tCode | tCode |
Type representing LBP code. | |
typedef I::tImage | tImage |
Image type. | |
typedef I::tPixel | tPixel |
Image pixel type. |
Base class for all classes that extract LBP code from a concrete image position.
typedef CLBPTraits<Type>::tCode mds::lbp::CCodeExtractorBase< I, Type >::tCode |
Type representing LBP code.
Reimplemented in mds::lbp::CCodeExtractor< I, LBP8 >, and mds::lbp::CCodeExtractor< I, Type >.
typedef I::tImage mds::lbp::CCodeExtractorBase< I, Type >::tImage |
Image type.
Reimplemented in mds::lbp::CCodeExtractor< I, LBP8 >, and mds::lbp::CCodeExtractor< I, Type >.
typedef I::tPixel mds::lbp::CCodeExtractorBase< I, Type >::tPixel |
Image pixel type.
Reimplemented in mds::lbp::CCodeExtractor< I, LBP8 >, and mds::lbp::CCodeExtractor< I, Type >.
anonymous enum |