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 NCC block-matching.
This functor is designed to work with the PixelWiseBlockMatchingImageFilter. It performs a simple NCC (Normalized Cross-Correlation) 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 125 of file otbPixelWiseBlockMatchingImageFilter.h.
typedef itk::ConstNeighborhoodIterator<TInputImage> otb::Functor::NCCBlockMatching< TInputImage, TOutputMetricImage >::ConstNeighborhoodIteratorType |
Definition at line 128 of file otbPixelWiseBlockMatchingImageFilter.h.
typedef TOutputMetricImage::ValueType otb::Functor::NCCBlockMatching< TInputImage, TOutputMetricImage >::MetricValueType |
Definition at line 129 of file otbPixelWiseBlockMatchingImageFilter.h.
|
inline |
Definition at line 132 of file otbPixelWiseBlockMatchingImageFilter.h.