|
|
| DopplerAvg (const ImpulseAvg &avg) |
| |
|
| DopplerAvg (const ImpulseAvgConf &conf) |
| |
| virtual void | init (const Channel &src, bool horizontal) |
| | Adapt to input geometry, type, and scaling.
|
| |
| virtual void | reset () |
| | Clear statistics before traversing each row or column.
|
| |
| virtual void | addLeft (int i, double value, double weight) |
| | When traversing up or left, add a encoded value to bucket in position i.
|
| |
| virtual void | addRight (int i, double value, double weight) |
| | When traversing down or right, add a encoded value to bucket in position i.
|
| |
| virtual void | addDown (int i, double value, double weight) |
| | When traversing down or right, add a encoded value to bucket in position i.
|
| |
| virtual void | addUp (int i, double value, double weight) |
| | When traversing up or left, add a encoded value to bucket in position i.
|
| |
| virtual double | get (int i) |
| | Return natural (not encoded) value at position i.
|
| |
| virtual double | getWeight (int i) |
| | Returns the smoothed average of the input weights modulated with quality (non-centrity) of "radial" speed.
|
| |
|
| ImpulseAvgConf (const ImpulseAvgConf &conf) |
| |
|
| BeanLike (const BeanLike &b) |
| |
|
| BeanLike (const std::string &name, const std::string &description="") |
| |
| virtual const std::string & | getName () const |
| | Return the name of an instance.
|
| |
| virtual const std::string & | getDescription () const |
| | Return a brief description.
|
| |
|
bool | hasParameters () const |
| |
|
template<class F > |
| F | getParameter (const std::string &p) const |
| | Gets a single parameter.
|
| |
|
const map_t & | getParameters () const |
| |
|
map_t & | getParameters () |
| |
|
template<class F > |
| void | setParametersFromEntries (const F &args) |
| |
|
void | setParameters (std::initializer_list< Variable::init_pair_t > args) |
| | Grants access to (if above hidden)
|
| |
| virtual void | setParameters (const std::string &p, char assignmentSymbol='=', char separatorSymbol=0) |
| | Sets comma-separated parameters in a predetermined order "a,b,c" or by specifing them "b=2".
|
| |
|
template<class T > |
| void | setParameters (const std::map< std::string, T > &args) |
| | Set parameters.
|
| |
|
template<class T > |
| void | setParameters (const SmartMap< T > &args) |
| | Set parameters.
|
| |
|
void | setParameter (const std::string &p, const Castable &value) |
| | Sets a single parameter.
|
| |
| template<class T > |
| void | setParameter (const std::string &p, const VariableT< T > &value) |
| |
| template<class F > |
| void | setParameter (const std::string &p, const F &value) |
| | Sets a single parameter.
|
| |
|
template<class F > |
| void | setParameter (const std::string &p, std::initializer_list< F > value) |
| | Sets a single parameter.
|
| |
|
BeanLike & | operator= (const BeanLike &b) |
| |
|
virtual std::ostream & | toStream (std::ostream &ostr, bool compact=true) const |
| |
Averaging operator. A simple example implementation of ImpulseCumulator.
drainage image.png --impulseAvg 0.8 -o impulseAvg.png
drainage image.png --impulseAvg 0.8,40,20 -o impulseAvgMarg.png