OTB
9.0.0
Orfeo Toolbox
|
#include <otbLocalRxDetectorFilter.h>
Public Types | |
typedef itk::Statistics::CovarianceSampleFilter< ListSampleType > | CovarianceCalculatorType |
typedef itk::Statistics::ListSample< VectorMeasurementType > | ListSampleType |
typedef CovarianceCalculatorType::MatrixType | MatrixType |
typedef CovarianceCalculatorType::MeasurementVectorRealType | MeasurementVectorRealType |
typedef itk::Neighborhood< itk::VariableLengthVector< TInput > >::OffsetType | OffsetType |
typedef itk::VariableLengthVector< TInput > | VectorMeasurementType |
Public Member Functions | |
int | GetInternalRadiusX () |
int | GetInternalRadiusY () |
LocalRxDetectionFunctor () | |
auto | operator() (const itk::ConstNeighborhoodIterator< otb::VectorImage< TInput >> &in) const |
void | SetInternalRadius (const unsigned int internalRadiusX, const unsigned int internalRadiusY) |
Private Attributes | |
unsigned int | m_InternalRadiusX |
unsigned int | m_InternalRadiusY |
Definition at line 46 of file otbLocalRxDetectorFilter.h.
typedef itk::Statistics::CovarianceSampleFilter<ListSampleType> otb::Functor::LocalRxDetectionFunctor< TInput, TOutput >::CovarianceCalculatorType |
Definition at line 53 of file otbLocalRxDetectorFilter.h.
typedef itk::Statistics::ListSample<VectorMeasurementType> otb::Functor::LocalRxDetectionFunctor< TInput, TOutput >::ListSampleType |
Definition at line 52 of file otbLocalRxDetectorFilter.h.
typedef CovarianceCalculatorType::MatrixType otb::Functor::LocalRxDetectionFunctor< TInput, TOutput >::MatrixType |
Definition at line 55 of file otbLocalRxDetectorFilter.h.
typedef CovarianceCalculatorType::MeasurementVectorRealType otb::Functor::LocalRxDetectionFunctor< TInput, TOutput >::MeasurementVectorRealType |
Definition at line 54 of file otbLocalRxDetectorFilter.h.
typedef itk::Neighborhood<itk::VariableLengthVector<TInput> >::OffsetType otb::Functor::LocalRxDetectionFunctor< TInput, TOutput >::OffsetType |
typedef
Definition at line 50 of file otbLocalRxDetectorFilter.h.
typedef itk::VariableLengthVector<TInput> otb::Functor::LocalRxDetectionFunctor< TInput, TOutput >::VectorMeasurementType |
Definition at line 51 of file otbLocalRxDetectorFilter.h.
|
inline |
Definition at line 65 of file otbLocalRxDetectorFilter.h.
|
inline |
Definition at line 73 of file otbLocalRxDetectorFilter.h.
References otb::Functor::LocalRxDetectionFunctor< TInput, TOutput >::m_InternalRadiusX.
|
inline |
Definition at line 78 of file otbLocalRxDetectorFilter.h.
References otb::Functor::LocalRxDetectionFunctor< TInput, TOutput >::m_InternalRadiusY.
|
inline |
Definition at line 83 of file otbLocalRxDetectorFilter.h.
References otb::Functor::LocalRxDetectionFunctor< TInput, TOutput >::m_InternalRadiusX, and otb::Functor::LocalRxDetectionFunctor< TInput, TOutput >::m_InternalRadiusY.
|
inline |
Definition at line 67 of file otbLocalRxDetectorFilter.h.
References otb::Functor::LocalRxDetectionFunctor< TInput, TOutput >::m_InternalRadiusX, and otb::Functor::LocalRxDetectionFunctor< TInput, TOutput >::m_InternalRadiusY.
|
private |
Definition at line 59 of file otbLocalRxDetectorFilter.h.
Referenced by otb::Functor::LocalRxDetectionFunctor< TInput, TOutput >::GetInternalRadiusX(), otb::Functor::LocalRxDetectionFunctor< TInput, TOutput >::operator()(), and otb::Functor::LocalRxDetectionFunctor< TInput, TOutput >::SetInternalRadius().
|
private |
Definition at line 62 of file otbLocalRxDetectorFilter.h.
Referenced by otb::Functor::LocalRxDetectionFunctor< TInput, TOutput >::GetInternalRadiusY(), otb::Functor::LocalRxDetectionFunctor< TInput, TOutput >::operator()(), and otb::Functor::LocalRxDetectionFunctor< TInput, TOutput >::SetInternalRadius().