![]() |
OTB
9.1.1
Orfeo Toolbox
|
#include <otbLineCorrelationDetectorImageFilter.h>
Inheritance diagram for otb::LineCorrelationDetectorImageFilter< TInputImage, TOutputImage, TOutputImageDirection, TInterpolator >:
Collaboration diagram for otb::LineCorrelationDetectorImageFilter< TInputImage, TOutputImage, TOutputImageDirection, TInterpolator >:| typedef LineCorrelationDetectorImageFilter | Self |
| typedef LineDetectorImageFilterBase< TInputImage, TOutputImage, TOutputImageDirection, TInterpolator > | Superclass |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef itk::SmartPointer< const Self > | ConstPointer |
| typedef Superclass::InputImageType | InputImageType |
| typedef Superclass::OutputImageType | OutputImageType |
| typedef Superclass::OutputImageDirectionType | OutputImageDirectionType |
| typedef Superclass::InterpolatorType | InterpolatorType |
| typedef InterpolatorType::Pointer | InterpolatorPointer |
| typedef InterpolatorType::CoordRepType | CoordRepType |
| typedef InputImageType::PointType | TPoint |
| typedef InputImageType::PixelType | InputPixelType |
| typedef OutputImageType::PixelType | OutputPixelType |
| typedef InputImageType::RegionType | InputImageRegionType |
| typedef OutputImageType::RegionType | OutputImageRegionType |
| typedef InputImageType::SizeType | SizeType |
| static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
| static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
| static Pointer | New () |
| virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
| virtual const char * | GetNameOfClass () const |
| LineCorrelationDetectorImageFilter () | |
| ~LineCorrelationDetectorImageFilter () override | |
| void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
| double | ComputeMeasure (std::vector< double > *m1, std::vector< double > *m2, std::vector< double > *m3) override |
| LineCorrelationDetectorImageFilter (const Self &)=delete | |
| void | operator= (const Self &)=delete |
To be documented.
Definition at line 38 of file otbLineCorrelationDetectorImageFilter.h.
| typedef itk::SmartPointer<const Self> otb::LineCorrelationDetectorImageFilter< TInputImage, TOutputImage, TOutputImageDirection, TInterpolator >::ConstPointer |
typedef for the classes standards.
Definition at line 50 of file otbLineCorrelationDetectorImageFilter.h.
| typedef InterpolatorType::CoordRepType otb::LineCorrelationDetectorImageFilter< TInputImage, TOutputImage, TOutputImageDirection, TInterpolator >::CoordRepType |
typedef for the classes standards.
Definition at line 65 of file otbLineCorrelationDetectorImageFilter.h.
| typedef InputImageType::RegionType otb::LineCorrelationDetectorImageFilter< TInputImage, TOutputImage, TOutputImageDirection, TInterpolator >::InputImageRegionType |
typedef for the classes standards.
Definition at line 73 of file otbLineCorrelationDetectorImageFilter.h.
| typedef Superclass::InputImageType otb::LineCorrelationDetectorImageFilter< TInputImage, TOutputImage, TOutputImageDirection, TInterpolator >::InputImageType |
typedef for the classes standards.
Definition at line 56 of file otbLineCorrelationDetectorImageFilter.h.
| typedef InputImageType::PixelType otb::LineCorrelationDetectorImageFilter< TInputImage, TOutputImage, TOutputImageDirection, TInterpolator >::InputPixelType |
Definition of the input and output images
Definition at line 70 of file otbLineCorrelationDetectorImageFilter.h.
| typedef InterpolatorType::Pointer otb::LineCorrelationDetectorImageFilter< TInputImage, TOutputImage, TOutputImageDirection, TInterpolator >::InterpolatorPointer |
Typedefs to describe and access Interpolator
Definition at line 64 of file otbLineCorrelationDetectorImageFilter.h.
| typedef Superclass::InterpolatorType otb::LineCorrelationDetectorImageFilter< TInputImage, TOutputImage, TOutputImageDirection, TInterpolator >::InterpolatorType |
typedef for the classes standards.
Definition at line 61 of file otbLineCorrelationDetectorImageFilter.h.
| typedef Superclass::OutputImageDirectionType otb::LineCorrelationDetectorImageFilter< TInputImage, TOutputImage, TOutputImageDirection, TInterpolator >::OutputImageDirectionType |
typedef for the classes standards.
Definition at line 60 of file otbLineCorrelationDetectorImageFilter.h.
| typedef OutputImageType::RegionType otb::LineCorrelationDetectorImageFilter< TInputImage, TOutputImage, TOutputImageDirection, TInterpolator >::OutputImageRegionType |
typedef for the classes standards.
Definition at line 74 of file otbLineCorrelationDetectorImageFilter.h.
| typedef Superclass::OutputImageType otb::LineCorrelationDetectorImageFilter< TInputImage, TOutputImage, TOutputImageDirection, TInterpolator >::OutputImageType |
typedef for the classes standards.
Definition at line 59 of file otbLineCorrelationDetectorImageFilter.h.
| typedef OutputImageType::PixelType otb::LineCorrelationDetectorImageFilter< TInputImage, TOutputImage, TOutputImageDirection, TInterpolator >::OutputPixelType |
typedef for the classes standards.
Definition at line 71 of file otbLineCorrelationDetectorImageFilter.h.
| typedef itk::SmartPointer<Self> otb::LineCorrelationDetectorImageFilter< TInputImage, TOutputImage, TOutputImageDirection, TInterpolator >::Pointer |
typedef for the classes standards.
Definition at line 49 of file otbLineCorrelationDetectorImageFilter.h.
| typedef LineCorrelationDetectorImageFilter otb::LineCorrelationDetectorImageFilter< TInputImage, TOutputImage, TOutputImageDirection, TInterpolator >::Self |
typedef for the classes standards.
Definition at line 47 of file otbLineCorrelationDetectorImageFilter.h.
| typedef InputImageType::SizeType otb::LineCorrelationDetectorImageFilter< TInputImage, TOutputImage, TOutputImageDirection, TInterpolator >::SizeType |
Definition of the size of the images.
Definition at line 77 of file otbLineCorrelationDetectorImageFilter.h.
| typedef LineDetectorImageFilterBase<TInputImage, TOutputImage, TOutputImageDirection, TInterpolator> otb::LineCorrelationDetectorImageFilter< TInputImage, TOutputImage, TOutputImageDirection, TInterpolator >::Superclass |
typedef for the classes standards.
Definition at line 48 of file otbLineCorrelationDetectorImageFilter.h.
| typedef InputImageType::PointType otb::LineCorrelationDetectorImageFilter< TInputImage, TOutputImage, TOutputImageDirection, TInterpolator >::TPoint |
typedef for the classes standards.
Definition at line 67 of file otbLineCorrelationDetectorImageFilter.h.
|
protected |
typedef for the classes standards.
Definition at line 41 of file otbLineCorrelationDetectorImageFilter.hxx.
|
inlineoverrideprotected |
typedef for the classes standards.
Definition at line 81 of file otbLineCorrelationDetectorImageFilter.h.
|
privatedelete |
typedef for the classes standards.
|
overrideprotectedvirtual |
Compute the measure
Reimplemented from otb::LineDetectorImageFilterBase< TInputImage, TOutputImage, TOutputImage, itk::LinearInterpolateImageFunction< TInputImage > >.
Definition at line 51 of file otbLineCorrelationDetectorImageFilter.hxx.
| virtual::itk::LightObject::Pointer otb::LineCorrelationDetectorImageFilter< TInputImage, TOutputImage, TOutputImageDirection, TInterpolator >::CreateAnother | ( | void | ) | const |
typedef for the classes standards.
|
virtual |
Return the name of the class.
|
static |
Method for management of the "object factory".
|
privatedelete |
typedef for the classes standards.
|
overrideprotected |
Standard "PrintSelf" method
Definition at line 163 of file otbLineCorrelationDetectorImageFilter.hxx.
|
static |
Extract dimensions as well of the images of entry of exit.
Definition at line 42 of file otbLineCorrelationDetectorImageFilter.h.
|
static |
typedef for the classes standards.
Definition at line 43 of file otbLineCorrelationDetectorImageFilter.h.
1.8.17