![]() |
OTB
9.1.1
Orfeo Toolbox
|
#include <otbBinaryImageToDensityImageFilter.h>
Inheritance diagram for otb::BinaryImageToDensityImageFilter< TInputImage, TOutputImage, TCountFunction >:
Collaboration diagram for otb::BinaryImageToDensityImageFilter< TInputImage, TOutputImage, TCountFunction >:Public Types | |
| typedef itk::SmartPointer< const Self > | ConstPointer |
| typedef CountFunctionType::Pointer | CountFunctionPointerType |
| typedef TCountFunction | CountFunctionType |
| typedef InputImageType::Pointer | InputImagePointerType |
| typedef InputImageType::RegionType | InputImageRegionType |
| typedef InputImageType::SizeType | InputImageSizeType |
| typedef TInputImage | InputImageType |
| typedef itk::ConstNeighborhoodIterator< TInputImage > | NeighborhoodIteratorType |
| typedef OutputImageType::Pointer | OutputImagePointerType |
| typedef TOutputImage | OutputImageType |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef NeighborhoodIteratorType::RadiusType | RadiusType |
| typedef BinaryImageToDensityImageFilter | Self |
| typedef itk::ImageToImageFilter< TInputImage, TOutputImage > | Superclass |
Public Member Functions | |
| virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
| virtual const char * | GetNameOfClass () const |
Static Public Member Functions | |
| static Pointer | New () |
| CountFunctionPointerType | m_CountFunction |
| RadiusType | m_NeighborhoodRadius |
| virtual void | SetNeighborhoodRadius (RadiusType _arg) |
| virtual RadiusType | GetNeighborhoodRadius () |
| void | SetNeighborhoodRadius (unsigned int rad) |
| void | ThreadedGenerateData (const InputImageRegionType &outputRegionForThread, itk::ThreadIdType threadId) override |
| void | BeforeThreadedGenerateData () override |
| void | GenerateInputRequestedRegion () override |
| BinaryImageToDensityImageFilter () | |
| ~BinaryImageToDensityImageFilter () override | |
| void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
| BinaryImageToDensityImageFilter (const Self &)=delete | |
| void | operator= (const Self &)=delete |
This class performs a streaming isotropic shrinking operation without smoothing.
Definition at line 37 of file otbBinaryImageToDensityImageFilter.h.
| typedef itk::SmartPointer<const Self> otb::BinaryImageToDensityImageFilter< TInputImage, TOutputImage, TCountFunction >::ConstPointer |
Definition at line 44 of file otbBinaryImageToDensityImageFilter.h.
| typedef CountFunctionType::Pointer otb::BinaryImageToDensityImageFilter< TInputImage, TOutputImage, TCountFunction >::CountFunctionPointerType |
Definition at line 62 of file otbBinaryImageToDensityImageFilter.h.
| typedef TCountFunction otb::BinaryImageToDensityImageFilter< TInputImage, TOutputImage, TCountFunction >::CountFunctionType |
Definition at line 61 of file otbBinaryImageToDensityImageFilter.h.
| typedef InputImageType::Pointer otb::BinaryImageToDensityImageFilter< TInputImage, TOutputImage, TCountFunction >::InputImagePointerType |
Definition at line 55 of file otbBinaryImageToDensityImageFilter.h.
| typedef InputImageType::RegionType otb::BinaryImageToDensityImageFilter< TInputImage, TOutputImage, TCountFunction >::InputImageRegionType |
Definition at line 54 of file otbBinaryImageToDensityImageFilter.h.
| typedef InputImageType::SizeType otb::BinaryImageToDensityImageFilter< TInputImage, TOutputImage, TCountFunction >::InputImageSizeType |
Definition at line 56 of file otbBinaryImageToDensityImageFilter.h.
| typedef TInputImage otb::BinaryImageToDensityImageFilter< TInputImage, TOutputImage, TCountFunction >::InputImageType |
Template parameter typedefs
Definition at line 50 of file otbBinaryImageToDensityImageFilter.h.
| typedef itk::ConstNeighborhoodIterator<TInputImage> otb::BinaryImageToDensityImageFilter< TInputImage, TOutputImage, TCountFunction >::NeighborhoodIteratorType |
Definition at line 64 of file otbBinaryImageToDensityImageFilter.h.
| typedef OutputImageType::Pointer otb::BinaryImageToDensityImageFilter< TInputImage, TOutputImage, TCountFunction >::OutputImagePointerType |
Definition at line 59 of file otbBinaryImageToDensityImageFilter.h.
| typedef TOutputImage otb::BinaryImageToDensityImageFilter< TInputImage, TOutputImage, TCountFunction >::OutputImageType |
Definition at line 58 of file otbBinaryImageToDensityImageFilter.h.
| typedef itk::SmartPointer<Self> otb::BinaryImageToDensityImageFilter< TInputImage, TOutputImage, TCountFunction >::Pointer |
Definition at line 43 of file otbBinaryImageToDensityImageFilter.h.
| typedef NeighborhoodIteratorType::RadiusType otb::BinaryImageToDensityImageFilter< TInputImage, TOutputImage, TCountFunction >::RadiusType |
Definition at line 65 of file otbBinaryImageToDensityImageFilter.h.
| typedef BinaryImageToDensityImageFilter otb::BinaryImageToDensityImageFilter< TInputImage, TOutputImage, TCountFunction >::Self |
Standard typedefs
Definition at line 41 of file otbBinaryImageToDensityImageFilter.h.
| typedef itk::ImageToImageFilter<TInputImage, TOutputImage> otb::BinaryImageToDensityImageFilter< TInputImage, TOutputImage, TCountFunction >::Superclass |
Definition at line 42 of file otbBinaryImageToDensityImageFilter.h.
|
protected |
Constructor
|
overrideprotected |
Destructor
|
privatedelete |
The shrink factor
|
override |
The shrink factor
| virtual::itk::LightObject::Pointer otb::BinaryImageToDensityImageFilter< TInputImage, TOutputImage, TCountFunction >::CreateAnother | ( | void | ) | const |
|
override |
The shrink factor
|
virtual |
Type macro
|
virtual |
The shrink factor
|
static |
Creation through object factory macro
|
privatedelete |
The shrink factor
|
overrideprotected |
PrintSelf method
|
virtual |
Shrink factor accessor
|
inline |
The shrink factor
Definition at line 72 of file otbBinaryImageToDensityImageFilter.h.
|
override |
Main computation method
|
private |
The shrink factor
Definition at line 98 of file otbBinaryImageToDensityImageFilter.h.
|
private |
The shrink factor
Definition at line 101 of file otbBinaryImageToDensityImageFilter.h.
1.8.17