#include <brainrat/utility/imageprocessor.h>
|
| GaborExtractor (const carto::rc_ptr< aims::MaskIterator > mask=carto::rc_ptr< aims::MaskIterator >(), const std::vector< double > sigma=std::vector< double >(), const std::vector< double > theta=std::vector< double >(), const std::vector< double > lambda=std::vector< double >(), const std::vector< double > psi=std::vector< double >(), const std::vector< double > gamma=std::vector< double >(), const std::vector< int > real=std::vector< int >(), const int featureOffset=0) |
|
virtual | ~GaborExtractor () |
|
virtual carto::VolumeRef< float > | getFeatures () |
|
virtual int | getCount () |
|
virtual carto::Object | getDict () |
|
virtual carto::Object | getGaborDict () |
|
virtual void | extract (const carto::VolumeRef< double > &vol) |
|
Definition at line 261 of file imageprocessor.h.
◆ GaborExtractor()
bio::GaborExtractor::GaborExtractor |
( |
const carto::rc_ptr< aims::MaskIterator > |
mask = carto::rc_ptr< aims::MaskIterator >() , |
|
|
const std::vector< double > |
sigma = std::vector< double >() , |
|
|
const std::vector< double > |
theta = std::vector< double >() , |
|
|
const std::vector< double > |
lambda = std::vector< double >() , |
|
|
const std::vector< double > |
psi = std::vector< double >() , |
|
|
const std::vector< double > |
gamma = std::vector< double >() , |
|
|
const std::vector< int > |
real = std::vector< int >() , |
|
|
const int |
featureOffset = 0 |
|
) |
| |
◆ ~GaborExtractor()
virtual bio::GaborExtractor::~GaborExtractor |
( |
| ) |
|
|
inlinevirtual |
◆ extract()
virtual void bio::GaborExtractor::extract |
( |
const carto::VolumeRef< double > & |
vol | ) |
|
|
virtual |
◆ getCount()
virtual int bio::GaborExtractor::getCount |
( |
| ) |
|
|
virtual |
◆ getDict()
virtual carto::Object bio::GaborExtractor::getDict |
( |
| ) |
|
|
virtual |
◆ getFeatures()
virtual carto::VolumeRef<float> bio::GaborExtractor::getFeatures |
( |
| ) |
|
|
virtual |
◆ getGaborDict()
virtual carto::Object bio::GaborExtractor::getGaborDict |
( |
| ) |
|
|
virtual |
◆ initializeDict()
virtual void bio::GaborExtractor::initializeDict |
( |
| ) |
|
|
protectedvirtual |
◆ initializeGaborDict()
virtual void bio::GaborExtractor::initializeGaborDict |
( |
| ) |
|
|
protectedvirtual |
The documentation for this class was generated from the following file: