OTB  9.0.0
Orfeo Toolbox
Public Types | Public Member Functions | List of all members
otb::Functor::NCCBlockMatching< 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::NCCBlockMatching< TInputImage, TOutputMetricImage >

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.

Member Typedef Documentation

◆ ConstNeighborhoodIteratorType

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

Definition at line 128 of file otbPixelWiseBlockMatchingImageFilter.h.

◆ MetricValueType

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

Definition at line 129 of file otbPixelWiseBlockMatchingImageFilter.h.

Member Function Documentation

◆ operator()()

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

Definition at line 132 of file otbPixelWiseBlockMatchingImageFilter.h.


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