![]() |
OTB
9.1.1
Orfeo Toolbox
|
#include <otbTextureImageFunction.h>
Inheritance diagram for otb::TextureImageFunction< TInputImage, TFunctor, TCoordRep >:
Collaboration diagram for otb::TextureImageFunction< TInputImage, TFunctor, TCoordRep >:Public Types | |
| typedef itk::SmartPointer< const Self > | ConstPointer |
| typedef Superclass::ContinuousIndexType | ContinuousIndexType |
| typedef TFunctor | FunctorType |
| typedef Superclass::IndexType | IndexType |
| typedef TInputImage | InputImageType |
| typedef itk::ConstNeighborhoodIterator< InputImageType > | IteratorType |
| typedef IteratorType::NeighborhoodType | NeighborhoodType |
| typedef InputImageType::OffsetType | OffsetType |
| typedef Superclass::OutputType | OutputType |
| typedef InputImageType::PixelType | PixelType |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef Superclass::PointType | PointType |
| typedef itk::NumericTraits< typename InputImageType::PixelType >::RealType | RealType |
| typedef TextureImageFunction | Self |
| typedef InputImageType::SizeType | SizeType |
| typedef itk::ImageFunction< TInputImage, typename itk::NumericTraits< typename TInputImage::PixelType >::RealType, TCoordRep > | Superclass |
Public Member Functions | |
| virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
| virtual const char * | GetNameOfClass () const |
| RealType | EvaluateAtIndex (const IndexType &index) const override |
Static Public Member Functions | |
| static Pointer | New () |
Static Public Attributes | |
| static const unsigned int | ImageDimension = InputImageType::ImageDimension |
| SizeType | m_Radius |
| OffsetType | m_Offset |
| RealType | Evaluate (const PointType &point) const override |
| RealType | EvaluateAtContinuousIndex (const ContinuousIndexType &cindex) const override |
| void | SetRadius (SizeType &rad) |
| void | SetOffset (OffsetType &off) |
| virtual SizeType | GetRadius () |
| virtual OffsetType | GetOffset () |
| virtual std::string | GetName () const |
| TextureImageFunction () | |
| ~TextureImageFunction () override | |
| void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
| TextureImageFunction (const Self &)=delete | |
| void | operator= (const Self &)=delete |
Calculate a texture over an image.
This class is templated with the input image and the Functor that will compute the texture.
Definition at line 44 of file otbTextureImageFunction.h.
| typedef itk::SmartPointer<const Self> otb::TextureImageFunction< TInputImage, TFunctor, TCoordRep >::ConstPointer |
Definition at line 53 of file otbTextureImageFunction.h.
| typedef Superclass::ContinuousIndexType otb::TextureImageFunction< TInputImage, TFunctor, TCoordRep >::ContinuousIndexType |
Definition at line 69 of file otbTextureImageFunction.h.
| typedef TFunctor otb::TextureImageFunction< TInputImage, TFunctor, TCoordRep >::FunctorType |
Definition at line 63 of file otbTextureImageFunction.h.
| typedef Superclass::IndexType otb::TextureImageFunction< TInputImage, TFunctor, TCoordRep >::IndexType |
Definition at line 68 of file otbTextureImageFunction.h.
| typedef TInputImage otb::TextureImageFunction< TInputImage, TFunctor, TCoordRep >::InputImageType |
typedef support.
Definition at line 59 of file otbTextureImageFunction.h.
| typedef itk::ConstNeighborhoodIterator<InputImageType> otb::TextureImageFunction< TInputImage, TFunctor, TCoordRep >::IteratorType |
Definition at line 71 of file otbTextureImageFunction.h.
| typedef IteratorType::NeighborhoodType otb::TextureImageFunction< TInputImage, TFunctor, TCoordRep >::NeighborhoodType |
Definition at line 72 of file otbTextureImageFunction.h.
| typedef InputImageType::OffsetType otb::TextureImageFunction< TInputImage, TFunctor, TCoordRep >::OffsetType |
Definition at line 64 of file otbTextureImageFunction.h.
| typedef Superclass::OutputType otb::TextureImageFunction< TInputImage, TFunctor, TCoordRep >::OutputType |
Definition at line 67 of file otbTextureImageFunction.h.
| typedef InputImageType::PixelType otb::TextureImageFunction< TInputImage, TFunctor, TCoordRep >::PixelType |
Definition at line 66 of file otbTextureImageFunction.h.
| typedef itk::SmartPointer<Self> otb::TextureImageFunction< TInputImage, TFunctor, TCoordRep >::Pointer |
Definition at line 52 of file otbTextureImageFunction.h.
| typedef Superclass::PointType otb::TextureImageFunction< TInputImage, TFunctor, TCoordRep >::PointType |
Definition at line 70 of file otbTextureImageFunction.h.
| typedef itk::NumericTraits<typename InputImageType::PixelType>::RealType otb::TextureImageFunction< TInputImage, TFunctor, TCoordRep >::RealType |
Definition at line 73 of file otbTextureImageFunction.h.
| typedef TextureImageFunction otb::TextureImageFunction< TInputImage, TFunctor, TCoordRep >::Self |
Standard class typedefs.
Definition at line 50 of file otbTextureImageFunction.h.
| typedef InputImageType::SizeType otb::TextureImageFunction< TInputImage, TFunctor, TCoordRep >::SizeType |
Definition at line 65 of file otbTextureImageFunction.h.
| typedef itk::ImageFunction<TInputImage, typename itk::NumericTraits<typename TInputImage::PixelType>::RealType, TCoordRep> otb::TextureImageFunction< TInputImage, TFunctor, TCoordRep >::Superclass |
Definition at line 51 of file otbTextureImageFunction.h.
|
protected |
Constructor
Definition at line 33 of file otbTextureImageFunction.hxx.
|
inlineoverrideprotected |
Evaluate the function at non-integer positions
Definition at line 124 of file otbTextureImageFunction.h.
|
privatedelete |
Evaluate the function at non-integer positions
| virtual::itk::LightObject::Pointer otb::TextureImageFunction< TInputImage, TFunctor, TCoordRep >::CreateAnother | ( | void | ) | const |
|
inlineoverride |
Evaluate the function at non-integer positions
Definition at line 82 of file otbTextureImageFunction.h.
|
inlineoverride |
Evaluate the function at non-integer positions
Definition at line 88 of file otbTextureImageFunction.h.
|
override |
Evalulate the function at specified index
Definition at line 57 of file otbTextureImageFunction.hxx.
|
inlinevirtual |
Return the texture name
Definition at line 115 of file otbTextureImageFunction.h.
|
virtual |
Run-time type information (and related methods).
|
virtual |
Evaluate the function at non-integer positions
|
virtual |
Evaluate the function at non-integer positions
|
static |
Method for creation through the object factory.
|
privatedelete |
Evaluate the function at non-integer positions
|
overrideprotected |
Evaluate the function at non-integer positions
Definition at line 44 of file otbTextureImageFunction.hxx.
|
inline |
Evaluate the function at non-integer positions
Definition at line 105 of file otbTextureImageFunction.h.
|
inline |
Get/Set the radius of the neighborhood over which the statistics are evaluated
Definition at line 98 of file otbTextureImageFunction.h.
|
static |
Dimension of the underlying image.
Definition at line 76 of file otbTextureImageFunction.h.
|
private |
Evaluate the function at non-integer positions
Definition at line 134 of file otbTextureImageFunction.h.
|
private |
Evaluate the function at non-integer positions
Definition at line 133 of file otbTextureImageFunction.h.
1.8.17