OTB
9.0.0
Orfeo Toolbox
|
#include <otbCloudEstimatorFilter.h>
Public Types | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef InputImageType::Pointer | InputImagePointer |
typedef TInputImage | InputImageType |
typedef InputImageType::PixelType | InputPixelType |
typedef OutputImageType::Pointer | OutputImagePointer |
typedef OutputImageType::RegionType | OutputImageRegionType |
typedef TOutputImage | OutputImageType |
typedef OutputImageType::PixelType | OutputPixelType |
typedef itk::SmartPointer< Self > | Pointer |
typedef CloudEstimatorFilter | Self |
typedef itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction > | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
Static Public Member Functions | |
static Pointer | New () |
void | SetReferencePixel (InputPixelType ref) |
InputPixelType | GetReferencePixel () const |
void | SetVariance (double var) |
double | GetVariance () const |
CloudEstimatorFilter () | |
~CloudEstimatorFilter () override | |
void | BeforeThreadedGenerateData () override |
void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
CloudEstimatorFilter (const Self &)=delete | |
void | operator= (const Self &)=delete |
Filter to help with the cloud detection.
Applies spectral angle functor to an image. Multiplies by a Gaussian coefficient Applies a color reversal.
Definition at line 42 of file otbCloudEstimatorFilter.h.
typedef itk::SmartPointer<const Self> otb::CloudEstimatorFilter< TInputImage, TOutputImage, TFunction >::ConstPointer |
Definition at line 49 of file otbCloudEstimatorFilter.h.
typedef InputImageType::Pointer otb::CloudEstimatorFilter< TInputImage, TOutputImage, TFunction >::InputImagePointer |
Definition at line 59 of file otbCloudEstimatorFilter.h.
typedef TInputImage otb::CloudEstimatorFilter< TInputImage, TOutputImage, TFunction >::InputImageType |
Some convenient typedefs.
Definition at line 55 of file otbCloudEstimatorFilter.h.
typedef InputImageType::PixelType otb::CloudEstimatorFilter< TInputImage, TOutputImage, TFunction >::InputPixelType |
Definition at line 60 of file otbCloudEstimatorFilter.h.
typedef OutputImageType::Pointer otb::CloudEstimatorFilter< TInputImage, TOutputImage, TFunction >::OutputImagePointer |
Definition at line 62 of file otbCloudEstimatorFilter.h.
typedef OutputImageType::RegionType otb::CloudEstimatorFilter< TInputImage, TOutputImage, TFunction >::OutputImageRegionType |
Definition at line 63 of file otbCloudEstimatorFilter.h.
typedef TOutputImage otb::CloudEstimatorFilter< TInputImage, TOutputImage, TFunction >::OutputImageType |
Definition at line 61 of file otbCloudEstimatorFilter.h.
typedef OutputImageType::PixelType otb::CloudEstimatorFilter< TInputImage, TOutputImage, TFunction >::OutputPixelType |
Definition at line 64 of file otbCloudEstimatorFilter.h.
typedef itk::SmartPointer<Self> otb::CloudEstimatorFilter< TInputImage, TOutputImage, TFunction >::Pointer |
Definition at line 48 of file otbCloudEstimatorFilter.h.
typedef CloudEstimatorFilter otb::CloudEstimatorFilter< TInputImage, TOutputImage, TFunction >::Self |
Standard class typedefs.
Definition at line 46 of file otbCloudEstimatorFilter.h.
typedef itk::UnaryFunctorImageFilter<TInputImage, TOutputImage, TFunction> otb::CloudEstimatorFilter< TInputImage, TOutputImage, TFunction >::Superclass |
Definition at line 47 of file otbCloudEstimatorFilter.h.
|
protected |
Constructor
Definition at line 33 of file otbCloudEstimatorFilter.hxx.
|
inlineoverrideprotected |
|
privatedelete |
Getters/Setters
SetReferencePixel
|
overrideprotected |
BeforeThreadedGenerateData
Definition at line 50 of file otbCloudEstimatorFilter.hxx.
virtual::itk::LightObject::Pointer otb::CloudEstimatorFilter< TInputImage, TOutputImage, TFunction >::CreateAnother | ( | void | ) | const |
|
virtual |
Run-time type information (and related methods).
CloudEstimatorFilter< TInputImage, TOutputImage, TFunction >::InputPixelType otb::CloudEstimatorFilter< TInputImage, TOutputImage, TFunction >::GetReferencePixel |
GetReferencePixel
Definition at line 98 of file otbCloudEstimatorFilter.hxx.
double otb::CloudEstimatorFilter< TInputImage, TOutputImage, TFunction >::GetVariance |
GetVariance
Definition at line 77 of file otbCloudEstimatorFilter.hxx.
|
static |
Method for creation through the object factory.
|
privatedelete |
Getters/Setters
SetReferencePixel
|
overrideprotected |
Printself
Definition at line 41 of file otbCloudEstimatorFilter.hxx.
void otb::CloudEstimatorFilter< TInputImage, TOutputImage, TFunction >::SetReferencePixel | ( | InputPixelType | ref | ) |
void otb::CloudEstimatorFilter< TInputImage, TOutputImage, TFunction >::SetVariance | ( | double | var | ) |
SetVariance
Definition at line 66 of file otbCloudEstimatorFilter.hxx.