![]() |
OTB
9.1.1
Orfeo Toolbox
|
#include <otbStreamingMosaicFilterWithBlendingBase.h>
Inheritance diagram for otb::StreamingMosaicFilterWithBlendingBase< TInputImage, TOutputImage, TDistanceImage, TInternalValueType >:
Collaboration diagram for otb::StreamingMosaicFilterWithBlendingBase< TInputImage, TOutputImage, TDistanceImage, TInternalValueType >:Public Types | |
| typedef itk::SmartPointer< const Self > | ConstPointer |
| typedef DistanceImageType::ConstPointer | DistanceImageConstPointer |
| typedef itk::LinearInterpolateImageFunction< DistanceImageType > | DistanceImageDefaultInterpolatorType |
| typedef DistanceImageType::InternalPixelType | DistanceImageInternalPixelType |
| typedef DistanceImageInterpolatorType::Pointer | DistanceImageInterpolatorPointer |
| typedef itk::InterpolateImageFunction< DistanceImageType > | DistanceImageInterpolatorType |
| typedef DistanceImageType::PixelType | DistanceImagePixelType |
| typedef DistanceImageType::Pointer | DistanceImagePointer |
| typedef DistanceImageType::PointType | DistanceImagePointType |
| typedef DistanceImageType::RegionType | DistanceImageRegionType |
| typedef TDistanceImage | DistanceImageType |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef StreamingMosaicFilterWithBlendingBase | Self |
| typedef otb::StreamingMosaicFilterBase< TInputImage, TOutputImage, TInternalValueType > | Superclass |
Public Types inherited from otb::StreamingMosaicFilterBase< TInputImage, TOutputImage, double > | |
| typedef itk::ImageRegionConstIterator< OutputImageType > | ConstIteratorType |
| typedef itk::SmartPointer< const Self > | ConstPointer |
| typedef itk::ContinuousIndex< double, 2 > | ContinuousIndexType |
| typedef itk::NearestNeighborInterpolateImageFunction< InputImageType, InternalValueType > | DefaultInterpolatorType |
| typedef std::vector< unsigned int > | IndicesListType |
| typedef InputImageType::IndexType | InputImageIndexType |
| typedef InputImageType::InternalPixelType | InputImageInternalPixelType |
| typedef InputImageType::PixelType | InputImagePixelType |
| typedef InputImageType::ConstPointer | InputImagePointer |
| typedef InputImageType::PointType | InputImagePointType |
| typedef InputImageType::RegionType | InputImageRegionType |
| typedef InputImageType::SizeType | InputImageSizeType |
| typedef InputImageType::SpacingType | InputImageSpacingType |
| typedef TInputImage | InputImageType |
| typedef otb::VectorImage< InternalValueType, 2 > | InternalImageType |
| typedef InternalImageType::PixelType | InternalPixelType |
| typedef double | InternalValueType |
| typedef InterpolatorType::Pointer | InterpolatorPointerType |
| typedef itk::InterpolateImageFunction< InputImageType, InternalValueType > | InterpolatorType |
| typedef itk::ImageRegionIterator< OutputImageType > | IteratorType |
| typedef vnl_matrix< InternalValueType > | MatrixType |
| typedef OutputImageType::IndexType | OutputImageIndexType |
| typedef OutputImageType::InternalPixelType | OutputImageInternalPixelType |
| typedef OutputImageType::PixelType | OutputImagePixelType |
| typedef OutputImageType::Pointer | OutputImagePointer |
| typedef OutputImageType::PointType | OutputImagePointType |
| typedef OutputImageType::RegionType | OutputImageRegionType |
| typedef OutputImageType::SizeType | OutputImageSizeType |
| typedef OutputImageType::SpacingType | OutputImageSpacingType |
| typedef TOutputImage | OutputImageType |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef StreamingMosaicFilterBase | Self |
| typedef otb::StreamingTraits< OutputImageType > | StreamingTraitsType |
| typedef itk::ImageToImageFilter< TInputImage, TOutputImage > | Superclass |
Base class for mosaic filters with blending.
Input must be couples of images: one image (e.g. otb::VectorImage) and one distance image (e.g. otb::Image) which represents the distance between a pixel an the edge of the image. This distance image will be then used to compute the blending of the input images. Two parameters can be set: -Distance image interpolator: explicit -Distance image offset: this value is added to the interpolated distance image value, which allows creating a margin around the edges of the image (i.e. around the 0-value distance image contour)
Support streaming
Definition at line 49 of file otbStreamingMosaicFilterWithBlendingBase.h.
| typedef itk::SmartPointer<const Self> otb::StreamingMosaicFilterWithBlendingBase< TInputImage, TOutputImage, TDistanceImage, TInternalValueType >::ConstPointer |
Definition at line 56 of file otbStreamingMosaicFilterWithBlendingBase.h.
| typedef DistanceImageType::ConstPointer otb::StreamingMosaicFilterWithBlendingBase< TInputImage, TOutputImage, TDistanceImage, TInternalValueType >::DistanceImageConstPointer |
Definition at line 64 of file otbStreamingMosaicFilterWithBlendingBase.h.
| typedef itk::LinearInterpolateImageFunction<DistanceImageType> otb::StreamingMosaicFilterWithBlendingBase< TInputImage, TOutputImage, TDistanceImage, TInternalValueType >::DistanceImageDefaultInterpolatorType |
Definition at line 69 of file otbStreamingMosaicFilterWithBlendingBase.h.
| typedef DistanceImageType::InternalPixelType otb::StreamingMosaicFilterWithBlendingBase< TInputImage, TOutputImage, TDistanceImage, TInternalValueType >::DistanceImageInternalPixelType |
Definition at line 67 of file otbStreamingMosaicFilterWithBlendingBase.h.
| typedef DistanceImageInterpolatorType::Pointer otb::StreamingMosaicFilterWithBlendingBase< TInputImage, TOutputImage, TDistanceImage, TInternalValueType >::DistanceImageInterpolatorPointer |
Definition at line 70 of file otbStreamingMosaicFilterWithBlendingBase.h.
| typedef itk::InterpolateImageFunction<DistanceImageType> otb::StreamingMosaicFilterWithBlendingBase< TInputImage, TOutputImage, TDistanceImage, TInternalValueType >::DistanceImageInterpolatorType |
Definition at line 68 of file otbStreamingMosaicFilterWithBlendingBase.h.
| typedef DistanceImageType::PixelType otb::StreamingMosaicFilterWithBlendingBase< TInputImage, TOutputImage, TDistanceImage, TInternalValueType >::DistanceImagePixelType |
Definition at line 66 of file otbStreamingMosaicFilterWithBlendingBase.h.
| typedef DistanceImageType::Pointer otb::StreamingMosaicFilterWithBlendingBase< TInputImage, TOutputImage, TDistanceImage, TInternalValueType >::DistanceImagePointer |
Definition at line 63 of file otbStreamingMosaicFilterWithBlendingBase.h.
| typedef DistanceImageType::PointType otb::StreamingMosaicFilterWithBlendingBase< TInputImage, TOutputImage, TDistanceImage, TInternalValueType >::DistanceImagePointType |
Definition at line 65 of file otbStreamingMosaicFilterWithBlendingBase.h.
| typedef DistanceImageType::RegionType otb::StreamingMosaicFilterWithBlendingBase< TInputImage, TOutputImage, TDistanceImage, TInternalValueType >::DistanceImageRegionType |
Definition at line 71 of file otbStreamingMosaicFilterWithBlendingBase.h.
| typedef TDistanceImage otb::StreamingMosaicFilterWithBlendingBase< TInputImage, TOutputImage, TDistanceImage, TInternalValueType >::DistanceImageType |
Distance image typedefs
Definition at line 59 of file otbStreamingMosaicFilterWithBlendingBase.h.
| typedef itk::SmartPointer<Self> otb::StreamingMosaicFilterWithBlendingBase< TInputImage, TOutputImage, TDistanceImage, TInternalValueType >::Pointer |
Definition at line 55 of file otbStreamingMosaicFilterWithBlendingBase.h.
| typedef StreamingMosaicFilterWithBlendingBase otb::StreamingMosaicFilterWithBlendingBase< TInputImage, TOutputImage, TDistanceImage, TInternalValueType >::Self |
Standard class typedef
Definition at line 53 of file otbStreamingMosaicFilterWithBlendingBase.h.
| typedef otb::StreamingMosaicFilterBase<TInputImage, TOutputImage, TInternalValueType> otb::StreamingMosaicFilterWithBlendingBase< TInputImage, TOutputImage, TDistanceImage, TInternalValueType >::Superclass |
Definition at line 54 of file otbStreamingMosaicFilterWithBlendingBase.h.
|
protected |
Distance offset accessors
Definition at line 31 of file otbStreamingMosaicFilterWithBlendingBase.hxx.
|
inlineprotected |
Distance offset accessors
Definition at line 101 of file otbStreamingMosaicFilterWithBlendingBase.h.
|
private |
Distance offset accessors
|
overrideprotectedvirtual |
Distance offset accessors
Reimplemented from otb::StreamingMosaicFilterBase< TInputImage, TOutputImage, double >.
Definition at line 47 of file otbStreamingMosaicFilterWithBlendingBase.hxx.
|
virtual |
Distance offset accessors
|
virtual |
Runtime information support.
Reimplemented in otb::StreamingFeatherMosaicFilter< TInputImage, TOutputImage, TDistanceImage >.
|
overrideprotectedvirtual |
Distance offset accessors
Reimplemented from otb::StreamingMosaicFilterBase< TInputImage, TOutputImage, double >.
Definition at line 66 of file otbStreamingMosaicFilterWithBlendingBase.hxx.
|
inlineoverrideprotectedvirtual |
Distance offset accessors
Reimplemented from otb::StreamingMosaicFilterBase< TInputImage, TOutputImage, double >.
Definition at line 110 of file otbStreamingMosaicFilterWithBlendingBase.h.
| otb::StreamingMosaicFilterWithBlendingBase< TInputImage, TOutputImage, TDistanceImage, TInternalValueType >::itkGetObjectMacro | ( | DistanceInterpolator | , |
| DistanceImageInterpolatorType | |||
| ) |
Distance offset accessors
|
private |
Distance offset accessors
|
virtual |
Prepare interpolators, valid regions, and input images pointers
Definition at line 78 of file otbStreamingMosaicFilterWithBlendingBase.hxx.
|
inline |
Method to add one image Two images are required -1 input image (must be TInputImage type) -1 input distance image (must be TDistanceImage: distance to the edges of the image)
Definition at line 88 of file otbStreamingMosaicFilterWithBlendingBase.h.
|
virtual |
Set/Get the distance interpolator function.
|
virtual |
Distance offset accessors
|
private |
Distance offset accessors
Definition at line 122 of file otbStreamingMosaicFilterWithBlendingBase.h.
|
private |
Distance offset accessors
Definition at line 121 of file otbStreamingMosaicFilterWithBlendingBase.h.
1.8.17