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 simple SSD block-matching.
This functor is designed to work with the PixelWiseBlockMatchingImageFilter. It performs a simple 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 47 of file otbPixelWiseBlockMatchingImageFilter.h.
typedef itk::ConstNeighborhoodIterator<TInputImage> otb::Functor::SSDBlockMatching< TInputImage, TOutputMetricImage >::ConstNeighborhoodIteratorType |
Definition at line 50 of file otbPixelWiseBlockMatchingImageFilter.h.
typedef TOutputMetricImage::ValueType otb::Functor::SSDBlockMatching< TInputImage, TOutputMetricImage >::MetricValueType |
Definition at line 51 of file otbPixelWiseBlockMatchingImageFilter.h.
|
inline |
Definition at line 54 of file otbPixelWiseBlockMatchingImageFilter.h.