OTB
9.0.0
Orfeo Toolbox
|
#include <otbGaussianAdditiveNoiseSampleListFilter.h>
Public Types | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef InputSampleListType::MeasurementVectorType | InputMeasurementVectorType |
typedef InputSampleListType::ConstPointer | InputSampleListConstPointer |
typedef InputSampleListType::Pointer | InputSampleListPointer |
typedef TInputSampleList | InputSampleListType |
typedef InputMeasurementVectorType::ValueType | InputValueType |
typedef OutputSampleListType::MeasurementVectorType | OutputMeasurementVectorType |
typedef OutputSampleListType::ConstPointer | OutputSampleListConstPointer |
typedef OutputSampleListType::Pointer | OutputSampleListPointer |
typedef TOutputSampleList | OutputSampleListType |
typedef OutputMeasurementVectorType::ValueType | OutputValueType |
typedef itk::SmartPointer< Self > | Pointer |
typedef GaussianAdditiveNoiseSampleListFilter | Self |
typedef otb::Statistics::ListSampleToListSampleFilter< TInputSampleList, TOutputSampleList > | Superclass |
Public Types inherited from otb::Statistics::ListSampleToListSampleFilter< TInputSampleList, TInputSampleList > | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef itk::DataObject::Pointer | DataObjectPointer |
typedef InputSampleListType::MeasurementVectorType | InputMeasurementVectorType |
typedef InputSampleListType::ConstPointer | InputSampleListConstPointer |
typedef InputSampleListType::Pointer | InputSampleListPointer |
typedef TInputSampleList | InputSampleListType |
typedef InputMeasurementVectorType::ValueType | InputValueType |
typedef Superclass::OutputMeasurementVectorType | OutputMeasurementVectorType |
typedef Superclass::OutputSampleListConstPointer | OutputSampleListConstPointer |
typedef Superclass::OutputSampleListPointer | OutputSampleListPointer |
typedef Superclass::OutputSampleListType | OutputSampleListType |
typedef Superclass::OutputValueType | OutputValueType |
typedef itk::SmartPointer< Self > | Pointer |
typedef ListSampleToListSampleFilter | Self |
typedef ListSampleSource< TInputSampleList > | Superclass |
Public Types inherited from otb::Statistics::ListSampleSource< TInputSampleList > | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef itk::DataObject::Pointer | DataObjectPointer |
typedef itk::ProcessObject::DataObjectPointerArraySizeType | DataObjectPointerArraySizeType |
typedef OutputSampleListType::MeasurementVectorType | OutputMeasurementVectorType |
typedef OutputSampleListType::ConstPointer | OutputSampleListConstPointer |
typedef OutputSampleListType::Pointer | OutputSampleListPointer |
typedef TInputSampleList | OutputSampleListType |
typedef OutputMeasurementVectorType::ValueType | OutputValueType |
typedef itk::SmartPointer< Self > | Pointer |
typedef ListSampleSource | Self |
typedef itk::ProcessObject | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
Public Member Functions inherited from otb::Statistics::ListSampleToListSampleFilter< TInputSampleList, TInputSampleList > | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
void | SetInput (const InputSampleListType *inputPtr) |
const InputSampleListType * | GetInput () const |
Public Member Functions inherited from otb::Statistics::ListSampleSource< TInputSampleList > | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
OutputSampleListType * | GetOutput () |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from otb::Statistics::ListSampleToListSampleFilter< TInputSampleList, TInputSampleList > | |
static Pointer | New () |
Static Public Member Functions inherited from otb::Statistics::ListSampleSource< TInputSampleList > | |
static Pointer | New () |
double | m_Mean |
double | m_Variance |
std::vector< double > | m_WhiteGaussianNoiseCoefficients |
unsigned int | m_NumberOfIteration |
virtual void | SetMean (double _arg) |
virtual double | GetMean () |
virtual void | SetVariance (double _arg) |
virtual double | GetVariance () |
virtual void | SetNumberOfIteration (unsigned int _arg) |
virtual unsigned int | GetNumberOfIteration () |
void | GenerateData () override |
void | GenerateRandomSequence () |
GaussianAdditiveNoiseSampleListFilter () | |
~GaussianAdditiveNoiseSampleListFilter () override | |
void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
GaussianAdditiveNoiseSampleListFilter (const Self &)=delete | |
void | operator= (const Self &)=delete |
Additional Inherited Members | |
Protected Member Functions inherited from otb::Statistics::ListSampleToListSampleFilter< TInputSampleList, TInputSampleList > | |
ListSampleToListSampleFilter () | |
~ListSampleToListSampleFilter () override | |
void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
Protected Member Functions inherited from otb::Statistics::ListSampleSource< TInputSampleList > | |
ListSampleSource () | |
DataObjectPointer | MakeOutput (DataObjectPointerArraySizeType idx) override |
void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
~ListSampleSource () override | |
This class generate a noised version of the input sample list.
For each component of the samples, a white gaussian random is added.
It use the MersenneTwisterRandomVariateGenerator to generate a sequence of numbers following the normal law considered as White Gaussian Noise. Mean and Variance are set via the methods SetMean() and SetVariance(). The input SampleList can be noised m_NumberOfIteration times via the method SetNumberOfIteration()
Definition at line 48 of file otbGaussianAdditiveNoiseSampleListFilter.h.
typedef itk::SmartPointer<const Self> otb::Statistics::GaussianAdditiveNoiseSampleListFilter< TInputSampleList, TOutputSampleList >::ConstPointer |
Definition at line 55 of file otbGaussianAdditiveNoiseSampleListFilter.h.
typedef InputSampleListType::MeasurementVectorType otb::Statistics::GaussianAdditiveNoiseSampleListFilter< TInputSampleList, TOutputSampleList >::InputMeasurementVectorType |
Definition at line 67 of file otbGaussianAdditiveNoiseSampleListFilter.h.
typedef InputSampleListType::ConstPointer otb::Statistics::GaussianAdditiveNoiseSampleListFilter< TInputSampleList, TOutputSampleList >::InputSampleListConstPointer |
Definition at line 66 of file otbGaussianAdditiveNoiseSampleListFilter.h.
typedef InputSampleListType::Pointer otb::Statistics::GaussianAdditiveNoiseSampleListFilter< TInputSampleList, TOutputSampleList >::InputSampleListPointer |
Definition at line 65 of file otbGaussianAdditiveNoiseSampleListFilter.h.
typedef TInputSampleList otb::Statistics::GaussianAdditiveNoiseSampleListFilter< TInputSampleList, TOutputSampleList >::InputSampleListType |
InputSampleList typedefs
Definition at line 61 of file otbGaussianAdditiveNoiseSampleListFilter.h.
typedef InputMeasurementVectorType::ValueType otb::Statistics::GaussianAdditiveNoiseSampleListFilter< TInputSampleList, TOutputSampleList >::InputValueType |
Definition at line 68 of file otbGaussianAdditiveNoiseSampleListFilter.h.
typedef OutputSampleListType::MeasurementVectorType otb::Statistics::GaussianAdditiveNoiseSampleListFilter< TInputSampleList, TOutputSampleList >::OutputMeasurementVectorType |
Definition at line 74 of file otbGaussianAdditiveNoiseSampleListFilter.h.
typedef OutputSampleListType::ConstPointer otb::Statistics::GaussianAdditiveNoiseSampleListFilter< TInputSampleList, TOutputSampleList >::OutputSampleListConstPointer |
Definition at line 73 of file otbGaussianAdditiveNoiseSampleListFilter.h.
typedef OutputSampleListType::Pointer otb::Statistics::GaussianAdditiveNoiseSampleListFilter< TInputSampleList, TOutputSampleList >::OutputSampleListPointer |
Definition at line 72 of file otbGaussianAdditiveNoiseSampleListFilter.h.
typedef TOutputSampleList otb::Statistics::GaussianAdditiveNoiseSampleListFilter< TInputSampleList, TOutputSampleList >::OutputSampleListType |
OutputSampleList typedefs
Definition at line 71 of file otbGaussianAdditiveNoiseSampleListFilter.h.
typedef OutputMeasurementVectorType::ValueType otb::Statistics::GaussianAdditiveNoiseSampleListFilter< TInputSampleList, TOutputSampleList >::OutputValueType |
Definition at line 75 of file otbGaussianAdditiveNoiseSampleListFilter.h.
typedef itk::SmartPointer<Self> otb::Statistics::GaussianAdditiveNoiseSampleListFilter< TInputSampleList, TOutputSampleList >::Pointer |
Definition at line 54 of file otbGaussianAdditiveNoiseSampleListFilter.h.
typedef GaussianAdditiveNoiseSampleListFilter otb::Statistics::GaussianAdditiveNoiseSampleListFilter< TInputSampleList, TOutputSampleList >::Self |
Standard class typedefs
Definition at line 52 of file otbGaussianAdditiveNoiseSampleListFilter.h.
typedef otb::Statistics::ListSampleToListSampleFilter<TInputSampleList, TOutputSampleList> otb::Statistics::GaussianAdditiveNoiseSampleListFilter< TInputSampleList, TOutputSampleList >::Superclass |
Definition at line 53 of file otbGaussianAdditiveNoiseSampleListFilter.h.
|
protected |
Set/Get the Shifts for this sample list
Definition at line 34 of file otbGaussianAdditiveNoiseSampleListFilter.hxx.
|
inlineoverrideprotected |
Set/Get the Shifts for this sample list
Definition at line 102 of file otbGaussianAdditiveNoiseSampleListFilter.h.
|
privatedelete |
Set/Get the Shifts for this sample list
virtual::itk::LightObject::Pointer otb::Statistics::GaussianAdditiveNoiseSampleListFilter< TInputSampleList, TOutputSampleList >::CreateAnother | ( | void | ) | const |
|
overrideprotected |
This method causes the filter to generate its output.
Definition at line 65 of file otbGaussianAdditiveNoiseSampleListFilter.hxx.
|
protected |
Generate a white gaussian noise with mean m_Mean and variance m_Variance
Definition at line 42 of file otbGaussianAdditiveNoiseSampleListFilter.hxx.
|
virtual |
Set/Get the Shifts for this sample list
|
virtual |
Run-time type information (and related methods).
|
virtual |
Set/Get the Shifts for this sample list
|
virtual |
Set/Get the Shifts for this sample list
|
static |
Method for creation through the object factory.
|
privatedelete |
Set/Get the Shifts for this sample list
|
overrideprotected |
Set/Get the Shifts for this sample list
Definition at line 117 of file otbGaussianAdditiveNoiseSampleListFilter.hxx.
|
virtual |
Set/Get the Shifts for this sample list
|
virtual |
Set how many times the ListSample must be noised
|
virtual |
Set/Get the Scales for this sample list
|
private |
Set/Get the Shifts for this sample list
Definition at line 112 of file otbGaussianAdditiveNoiseSampleListFilter.h.
|
private |
Set/Get the Shifts for this sample list
Definition at line 115 of file otbGaussianAdditiveNoiseSampleListFilter.h.
|
private |
Set/Get the Shifts for this sample list
Definition at line 113 of file otbGaussianAdditiveNoiseSampleListFilter.h.
|
private |
Set/Get the Shifts for this sample list
Definition at line 114 of file otbGaussianAdditiveNoiseSampleListFilter.h.