![]() |
OTB
9.1.1
Orfeo Toolbox
|
#include <otbLog10ThresholdedImageFilter.h>
Inheritance diagram for otb::Log10ThresholdedImageFilter< TInputImage, TOutputImage >:
Collaboration diagram for otb::Log10ThresholdedImageFilter< TInputImage, TOutputImage >:Public Types | |
| typedef itk::SmartPointer< const Self > | ConstPointer |
| typedef Functor::Log10Thresholded< typename TInputImage::PixelType, typename TOutputImage::PixelType > | FunctorType |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef Log10ThresholdedImageFilter | Self |
| typedef itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, FunctorType > | Superclass |
Public Member Functions | |
| virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
| virtual const char * | GetNameOfClass () const |
| void | SetThresholdedValue (double val) |
Static Public Member Functions | |
| static Pointer | New () |
Protected Member Functions | |
| Log10ThresholdedImageFilter () | |
| ~Log10ThresholdedImageFilter () override | |
Private Member Functions | |
| Log10ThresholdedImageFilter (const Self &)=delete | |
| void | operator= (const Self &)=delete |
Computes the 10 * std::log10(x) pixel-wise with a threshold for the lowest values.
Definition at line 84 of file otbLog10ThresholdedImageFilter.h.
| typedef itk::SmartPointer<const Self> otb::Log10ThresholdedImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 94 of file otbLog10ThresholdedImageFilter.h.
| typedef Functor::Log10Thresholded<typename TInputImage::PixelType, typename TOutputImage::PixelType> otb::Log10ThresholdedImageFilter< TInputImage, TOutputImage >::FunctorType |
Definition at line 91 of file otbLog10ThresholdedImageFilter.h.
| typedef itk::SmartPointer<Self> otb::Log10ThresholdedImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 93 of file otbLog10ThresholdedImageFilter.h.
| typedef Log10ThresholdedImageFilter otb::Log10ThresholdedImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 90 of file otbLog10ThresholdedImageFilter.h.
| typedef itk::UnaryFunctorImageFilter<TInputImage, TOutputImage, FunctorType> otb::Log10ThresholdedImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 92 of file otbLog10ThresholdedImageFilter.h.
|
inlineprotected |
Definition at line 108 of file otbLog10ThresholdedImageFilter.h.
|
inlineoverrideprotected |
Definition at line 111 of file otbLog10ThresholdedImageFilter.h.
|
privatedelete |
| virtual::itk::LightObject::Pointer otb::Log10ThresholdedImageFilter< TInputImage, TOutputImage >::CreateAnother | ( | void | ) | const |
|
virtual |
Runtime information support.
|
static |
Method for creation through the object factory.
|
privatedelete |
|
inline |
Definition at line 102 of file otbLog10ThresholdedImageFilter.h.
1.8.17