OTB
9.0.0
Orfeo Toolbox
|
#include <otbPathMeanDistanceFunctor.h>
Public Member Functions | |
double | GetThreshold (void) const |
bool | operator() (const TInput1 &input) |
PathMeanDistanceFunctor () | |
void | SetThreshold (double threshold) |
~PathMeanDistanceFunctor () | |
Private Attributes | |
double | m_Threshold |
Functor to select path according to the average distance between points.
This functor compute the average distance between each point of a path and return true is the distance is above the threshold, false otherwise.
Definition at line 43 of file otbPathMeanDistanceFunctor.h.
|
inline |
Definition at line 55 of file otbPathMeanDistanceFunctor.h.
References otb::PathMeanDistanceFunctor< TInput1 >::m_Threshold.
|
inline |
Definition at line 59 of file otbPathMeanDistanceFunctor.h.
|
inline |
Definition at line 50 of file otbPathMeanDistanceFunctor.h.
References otb::PathMeanDistanceFunctor< TInput1 >::m_Threshold.
|
inline |
Definition at line 63 of file otbPathMeanDistanceFunctor.h.
References otb::PathMeanDistanceFunctor< TInput1 >::m_Threshold.
|
inline |
Definition at line 46 of file otbPathMeanDistanceFunctor.h.
References otb::PathMeanDistanceFunctor< TInput1 >::m_Threshold.
|
private |
Definition at line 106 of file otbPathMeanDistanceFunctor.h.
Referenced by otb::PathMeanDistanceFunctor< TInput1 >::GetThreshold(), otb::PathMeanDistanceFunctor< TInput1 >::operator()(), otb::PathMeanDistanceFunctor< TInput1 >::PathMeanDistanceFunctor(), and otb::PathMeanDistanceFunctor< TInput1 >::SetThreshold().