![]() |
MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
Base class for all image feature extractors. More...
#include <mdsFeatureExtractor.h>

Public Types | |
| enum | { FEATURE_VECTOR_MUST_BE_GIVEN = V::CLASS_FEATURE_VECTOR } |
| Check that V is a feature vector type. More... | |
| typedef tVector::tFeature | tFeature |
| Type representing single feature. | |
| typedef V | tVector |
| Feature vector. | |
Public Member Functions | |
| CFeatureExtractor () | |
| Default constructor. | |
Base class for all image feature extractors.
| typedef tVector::tFeature mds::img::CFeatureExtractor< V >::tFeature |
Type representing single feature.
Reimplemented in mds::lbp::CLBPExtractor< I, Type, Mapping >, and mds::img::CPixelStatsExtractor< T >.
| typedef V mds::img::CFeatureExtractor< V >::tVector |
Feature vector.
Reimplemented in mds::img::CPixelStatsExtractor< T >, and mds::lbp::CLBPExtractor< I, Type, Mapping >.
| anonymous enum |
| mds::img::CFeatureExtractor< V >::CFeatureExtractor | ( | ) |
Default constructor.
1.7.6.1