OTB  9.0.0
Orfeo Toolbox
Public Types | Public Member Functions | List of all members
otb::Functor::SSDDivMeanBlockMatching< TInputImage, TOutputMetricImage > Class Template Reference

#include <otbPixelWiseBlockMatchingImageFilter.h>

Public Types

typedef itk::ConstNeighborhoodIterator< TInputImage > ConstNeighborhoodIteratorType
 
typedef TOutputMetricImage::ValueType MetricValueType
 

Public Member Functions

MetricValueType operator() (ConstNeighborhoodIteratorType &a, ConstNeighborhoodIteratorType &b) const
 

Detailed Description

template<class TInputImage, class TOutputMetricImage>
class otb::Functor::SSDDivMeanBlockMatching< TInputImage, TOutputMetricImage >

Functor to perform derived SSD block-matching (SSD divided by mean)

This functor is designed to work with the PixelWiseBlockMatchingImageFilter. It performs derived SSD (Sum of Square Distances) block-matching. The functor is templated by the type of inputs images and output metric image, and is using two neighborhood iterators as inputs.

Definition at line 81 of file otbPixelWiseBlockMatchingImageFilter.h.

Member Typedef Documentation

◆ ConstNeighborhoodIteratorType

template<class TInputImage , class TOutputMetricImage >
typedef itk::ConstNeighborhoodIterator<TInputImage> otb::Functor::SSDDivMeanBlockMatching< TInputImage, TOutputMetricImage >::ConstNeighborhoodIteratorType

Definition at line 84 of file otbPixelWiseBlockMatchingImageFilter.h.

◆ MetricValueType

template<class TInputImage , class TOutputMetricImage >
typedef TOutputMetricImage::ValueType otb::Functor::SSDDivMeanBlockMatching< TInputImage, TOutputMetricImage >::MetricValueType

Definition at line 85 of file otbPixelWiseBlockMatchingImageFilter.h.

Member Function Documentation

◆ operator()()

template<class TInputImage , class TOutputMetricImage >
MetricValueType otb::Functor::SSDDivMeanBlockMatching< TInputImage, TOutputMetricImage >::operator() ( ConstNeighborhoodIteratorType a,
ConstNeighborhoodIteratorType b 
) const
inline

Definition at line 88 of file otbPixelWiseBlockMatchingImageFilter.h.


The documentation for this class was generated from the following file: