|
OTB
9.0.0
Orfeo Toolbox
|
Go to the documentation of this file.
22 #ifndef otbSarBrightnessToImageFilter_h
23 #define otbSarBrightnessToImageFilter_h
41 template <
class TInputImage,
class TOutputImage>
81 this->GetFunction()->SetEnableNoise(inArg);
91 void BeforeThreadedGenerateData()
override;
93 void PrintSelf(std::ostream& os, itk::Indent indent)
const override;
97 void operator=(
const Self&) =
delete;
102 #ifndef OTB_MANUAL_INSTANTIATION
Superclass::FunctionValueType FunctionValueType
InputImageType::PixelType InputImagePixelType
FunctionType::InputType FunctionPositionType
FunctionType::OutputType FunctionValueType
Superclass::InputImagePointer InputImagePointer
Superclass::FunctionPointer FunctionPointer
ParametricFunctionType::Pointer ParametricFunctionPointer
OutputImageType::Pointer OutputImagePointer
OutputImageType::RegionType OutputImageRegionType
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.
Superclass::FunctionType FunctionType
itk::SmartPointer< const Self > ConstPointer
Superclass::OutputImageType OutputImageType
ParametricFunctionType::ConstPointer ParametricFunctionConstPointer
InputImageType::RegionType InputImageRegionType
~SarBrightnessToImageFilter() override
Superclass::OutputImageRegionType OutputImageRegionType
FunctionToImageFilter< TInputImage, TOutputImage, SarBrightnessFunction< TInputImage > > Superclass
OutputImageType::PixelType OutputImagePixelType
Superclass::InputImageType InputImageType
Superclass::OutputImagePixelType OutputImagePixelType
InputImageType::ConstPointer InputImagePointer
TOutputImage OutputImageType
SarBrightnessToImageFilter Self
FunctionType::ParametricFunctionType ParametricFunctionType
Calculate the backscatter for the given pixel.
Evaluates a ImageFunction onto a source image.
void SetEnableNoise(bool inArg)
Evaluates a parametric bidimensionnal polynomial model from a PointSet.
FunctionType::ParametricFunctionConstPointer ParametricFunctionConstPointer
FunctionType::ParametricFunctionPointer ParametricFunctionPointer
Superclass::InputImagePixelType InputImagePixelType
Superclass::OutputImagePointer OutputImagePointer
Superclass::FunctionPositionType FunctionPositionType
itk::SmartPointer< Self > Pointer
FunctionType::Pointer FunctionPointer
Evaluates the SarBrightnessFunction onto a source image.
TInputImage InputImageType
Superclass::InputImageRegionType InputImageRegionType