OTB
9.0.0
Orfeo Toolbox
|
#include <otbHarrisImageToPointSetFilter.h>
Public Types | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef otb::HarrisImageFilter< InputImageType, InputImageType > | HarrisImageFilterType |
typedef TInputImage | InputImageType |
typedef InputImageType::PixelType | InputPixelType |
typedef OutputPointSetType::PixelType | OutputPixelType |
typedef TOutputPointSet | OutputPointSetType |
typedef itk::SmartPointer< Self > | Pointer |
typedef HarrisImageToPointSetFilter | Self |
typedef InputImageType::SizeType | SizeType |
typedef ImageToPointSetFilter< InputImageType, OutputPointSetType > | Superclass |
typedef otb::ThresholdImageToPointSetFilter< InputImageType, OutputPointSetType > | ThresholdImageToPointSetType |
Public Types inherited from otb::ImageToPointSetFilter< TInputImage, itk::PointSet< typename TInputImage::PixelType, 2 > > | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef InputImageType::ConstPointer | InputImageConstPointer |
typedef InputImageType::PixelType | InputImagePixelType |
typedef InputImageType::Pointer | InputImagePointer |
typedef InputImageType::RegionType | InputImageRegionType |
typedef TInputImage | InputImageType |
typedef Superclass::OutputPointSetPointer | OutputPointSetPointer |
typedef Superclass::OutputPointSetType | OutputPointSetType |
typedef Superclass::PointDataContainerType | PointDataContainerType |
typedef itk::SmartPointer< Self > | Pointer |
typedef Superclass::PointsContainerType | PointsContainerType |
typedef itk::ProcessObject | ProcessObjectType |
typedef ImageToPointSetFilter | Self |
typedef PointSetSource< itk::PointSet< typename TInputImage::PixelType, 2 > > | Superclass |
Public Types inherited from otb::PointSetSource< itk::PointSet< typename TInputImage::PixelType, 2 > > | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef itk::DataObject::Pointer | DataObjectPointer |
typedef itk::ProcessObject::DataObjectPointerArraySizeType | DataObjectPointerArraySizeType |
typedef OutputPointSetType::Pointer | OutputPointSetPointer |
typedef itk::PointSet< typename TInputImage::PixelType, 2 > | OutputPointSetType |
typedef OutputPointSetType::PointDataContainer | PointDataContainerType |
typedef itk::SmartPointer< Self > | Pointer |
typedef OutputPointSetType::PointsContainer | PointsContainerType |
typedef PointSetSource | Self |
typedef itk::ProcessObject | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const double & | GetAlpha () const |
virtual const InputPixelType & | GetLowerThreshold () const |
virtual const char * | GetNameOfClass () const |
virtual const double & | GetSigmaD () const |
virtual const double & | GetSigmaI () const |
virtual const InputPixelType & | GetUpperThreshold () const |
virtual void | SetAlpha (double _arg) |
virtual void | SetLowerThreshold (InputPixelType _arg) |
virtual void | SetSigmaD (double _arg) |
virtual void | SetSigmaI (double _arg) |
virtual void | SetUpperThreshold (InputPixelType _arg) |
Public Member Functions inherited from otb::ImageToPointSetFilter< TInputImage, itk::PointSet< typename TInputImage::PixelType, 2 > > | |
virtual const char * | GetNameOfClass () const |
void | SetInput (unsigned int idx, const InputImageType *input) |
void | SetInput (const InputImageType *input) |
const InputImageType * | GetInput (unsigned int idx) |
const InputImageType * | GetInput () |
void | GenerateOutputInformation (void) override |
Public Member Functions inherited from otb::PointSetSource< itk::PointSet< typename TInputImage::PixelType, 2 > > | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
OutputPointSetType * | GetOutput (void) |
OutputPointSetType * | GetOutput (DataObjectPointerArraySizeType idx) |
void | SetOutput (OutputPointSetType *output) |
virtual void | GraftOutput (itk::DataObject *output) |
virtual void | GraftNthOutput (DataObjectPointerArraySizeType idx, itk::DataObject *output) |
DataObjectPointer | MakeOutput (DataObjectPointerArraySizeType idx) override |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from otb::PointSetSource< itk::PointSet< typename TInputImage::PixelType, 2 > > | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
Static Public Attributes inherited from otb::ImageToPointSetFilter< TInputImage, itk::PointSet< typename TInputImage::PixelType, 2 > > | |
static const unsigned int | InputImageDimension |
Protected Member Functions | |
void | GenerateData () override |
HarrisImageToPointSetFilter () | |
~HarrisImageToPointSetFilter () override | |
void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
Protected Member Functions inherited from otb::ImageToPointSetFilter< TInputImage, itk::PointSet< typename TInputImage::PixelType, 2 > > | |
ImageToPointSetFilter () | |
~ImageToPointSetFilter () override | |
void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
void | GenerateData (void) override |
virtual void | BeforeThreadedGenerateData () |
virtual void | AfterThreadedGenerateData () |
virtual int | SplitRequestedRegion (int i, int num, InputImageRegionType &splitRegion) |
virtual void | ThreadedGenerateData (const InputImageRegionType &inputRegionForThread, itk::ThreadIdType threadId) |
Protected Member Functions inherited from otb::PointSetSource< itk::PointSet< typename TInputImage::PixelType, 2 > > | |
PointSetSource () | |
~PointSetSource () override | |
void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
void | GenerateInputRequestedRegion () override |
Private Member Functions | |
HarrisImageToPointSetFilter (const Self &)=delete | |
void | operator= (const Self &)=delete |
Private Attributes | |
double | m_Alpha |
HarrisImageFilterType::Pointer | m_HarrisFilter |
InputPixelType | m_LowerThreshold |
double | m_SigmaD |
double | m_SigmaI |
ThresholdImageToPointSetType::Pointer | m_ThresholdFilter |
InputPixelType | m_UpperThreshold |
TODO.
Definition at line 37 of file otbHarrisImageToPointSetFilter.h.
typedef itk::SmartPointer<const Self> otb::HarrisImageToPointSetFilter< TInputImage, TOutputPointSet >::ConstPointer |
Definition at line 48 of file otbHarrisImageToPointSetFilter.h.
typedef otb::HarrisImageFilter<InputImageType, InputImageType> otb::HarrisImageToPointSetFilter< TInputImage, TOutputPointSet >::HarrisImageFilterType |
Definition at line 57 of file otbHarrisImageToPointSetFilter.h.
typedef TInputImage otb::HarrisImageToPointSetFilter< TInputImage, TOutputPointSet >::InputImageType |
Definition at line 42 of file otbHarrisImageToPointSetFilter.h.
typedef InputImageType::PixelType otb::HarrisImageToPointSetFilter< TInputImage, TOutputPointSet >::InputPixelType |
Definition at line 52 of file otbHarrisImageToPointSetFilter.h.
typedef OutputPointSetType::PixelType otb::HarrisImageToPointSetFilter< TInputImage, TOutputPointSet >::OutputPixelType |
Definition at line 60 of file otbHarrisImageToPointSetFilter.h.
typedef TOutputPointSet otb::HarrisImageToPointSetFilter< TInputImage, TOutputPointSet >::OutputPointSetType |
Definition at line 43 of file otbHarrisImageToPointSetFilter.h.
typedef itk::SmartPointer<Self> otb::HarrisImageToPointSetFilter< TInputImage, TOutputPointSet >::Pointer |
Definition at line 47 of file otbHarrisImageToPointSetFilter.h.
typedef HarrisImageToPointSetFilter otb::HarrisImageToPointSetFilter< TInputImage, TOutputPointSet >::Self |
Definition at line 45 of file otbHarrisImageToPointSetFilter.h.
typedef InputImageType::SizeType otb::HarrisImageToPointSetFilter< TInputImage, TOutputPointSet >::SizeType |
Definition at line 55 of file otbHarrisImageToPointSetFilter.h.
typedef ImageToPointSetFilter<InputImageType, OutputPointSetType> otb::HarrisImageToPointSetFilter< TInputImage, TOutputPointSet >::Superclass |
Definition at line 46 of file otbHarrisImageToPointSetFilter.h.
typedef otb::ThresholdImageToPointSetFilter<InputImageType, OutputPointSetType> otb::HarrisImageToPointSetFilter< TInputImage, TOutputPointSet >::ThresholdImageToPointSetType |
Definition at line 58 of file otbHarrisImageToPointSetFilter.h.
|
protected |
Definition at line 33 of file otbHarrisImageToPointSetFilter.hxx.
|
inlineoverrideprotected |
Definition at line 75 of file otbHarrisImageToPointSetFilter.h.
|
privatedelete |
virtual::itk::LightObject::Pointer otb::HarrisImageToPointSetFilter< TInputImage, TOutputPointSet >::CreateAnother | ( | void | ) | const |
|
overrideprotected |
Definition at line 47 of file otbHarrisImageToPointSetFilter.hxx.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
static |
|
privatedelete |
|
overrideprotected |
Standard "PrintSelf" method
Definition at line 69 of file otbHarrisImageToPointSetFilter.hxx.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
static |
Definition at line 40 of file otbHarrisImageToPointSetFilter.h.
|
private |
Definition at line 91 of file otbHarrisImageToPointSetFilter.h.
|
private |
Definition at line 93 of file otbHarrisImageToPointSetFilter.h.
|
private |
Definition at line 87 of file otbHarrisImageToPointSetFilter.h.
|
private |
Definition at line 89 of file otbHarrisImageToPointSetFilter.h.
|
private |
Definition at line 90 of file otbHarrisImageToPointSetFilter.h.
|
private |
Definition at line 94 of file otbHarrisImageToPointSetFilter.h.
|
private |
Definition at line 88 of file otbHarrisImageToPointSetFilter.h.