

Public Member Functions | |
| SVChanLevels (const std::vector< float > &levels) | |
| set SVChanLevels for various levels | |
| ~SVChanLevels () | |
| destructor | |
| bool | operator== (const SVChanLevels &rhs) |
| uint | numLevels () const |
| get the number of dimensions | |
| float | getVariance (const uint pos) const |
| get the value at N'th pos | |
| float | getMaxVariance () const |
| get the value at N'th pos | |
Definition at line 46 of file SVChanLevels.H.
| SVChanLevels::SVChanLevels | ( | const std::vector< float > & | levels | ) | [inline] |
set SVChanLevels for various levels
Definition at line 87 of file SVChanLevels.H.
| SVChanLevels::~SVChanLevels | ( | ) | [inline] |
destructor
Definition at line 55 of file SVChanLevels.H.
| float SVChanLevels::getMaxVariance | ( | ) | const [inline] |
get the value at N'th pos
Definition at line 113 of file SVChanLevels.H.
References numLevels().
Referenced by RetinaCT::transform().
| float SVChanLevels::getVariance | ( | const uint | pos | ) | const [inline] |
get the value at N'th pos
Definition at line 106 of file SVChanLevels.H.
Referenced by convertToString(), SpaceVariantDoGModule::transformDoGPyramid(), SpaceVariantEdgeModule::transformEdgePyramid(), and SpaceVariantModule::transformPyramid().
| uint SVChanLevels::numLevels | ( | ) | const [inline] |
get the number of dimensions
Definition at line 99 of file SVChanLevels.H.
Referenced by convertToString(), getMaxVariance(), SingleSvChannel::maxIndex(), SpaceVariantDoGModule::transformDoGPyramid(), SpaceVariantEdgeModule::transformEdgePyramid(), and SpaceVariantModule::transformPyramid().
1.6.3