OTB
9.0.0
Orfeo Toolbox
|
#include <otbPixelWiseBlockMatchingImageFilter.h>
Public Types | |
typedef itk::ConstNeighborhoodIterator< TInputImage > | ConstNeighborhoodIteratorType |
typedef TOutputMetricImage::ValueType | MetricValueType |
Public Member Functions | |
MetricValueType | operator() (ConstNeighborhoodIteratorType &a, ConstNeighborhoodIteratorType &b) const |
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.
typedef itk::ConstNeighborhoodIterator<TInputImage> otb::Functor::SSDDivMeanBlockMatching< TInputImage, TOutputMetricImage >::ConstNeighborhoodIteratorType |
Definition at line 84 of file otbPixelWiseBlockMatchingImageFilter.h.
typedef TOutputMetricImage::ValueType otb::Functor::SSDDivMeanBlockMatching< TInputImage, TOutputMetricImage >::MetricValueType |
Definition at line 85 of file otbPixelWiseBlockMatchingImageFilter.h.
|
inline |
Definition at line 88 of file otbPixelWiseBlockMatchingImageFilter.h.