OTB  9.0.0
Orfeo Toolbox
Public Types | Public Member Functions | List of all members
otb::NeighborhoodMajorityVotingImageFilter< TInputImage, TOutputImage, TKernel >::CompareHistoFequencies Struct Reference

#include <otbNeighborhoodMajorityVotingImageFilter.h>

Public Types

typedef std::pair< PixelType, unsigned int > HistoValueType
 

Public Member Functions

bool operator() (const HistoValueType &a, const HistoValueType &b)
 

Detailed Description

template<class TInputImage, class TOutputImage = TInputImage, class TKernel = typename itk::BinaryBallStructuringElement<typename TInputImage::PixelType, TInputImage::ImageDimension>>
struct otb::NeighborhoodMajorityVotingImageFilter< TInputImage, TOutputImage, TKernel >::CompareHistoFequencies

Definition at line 171 of file otbNeighborhoodMajorityVotingImageFilter.h.

Member Typedef Documentation

◆ HistoValueType

template<class TInputImage , class TOutputImage = TInputImage, class TKernel = typename itk::BinaryBallStructuringElement<typename TInputImage::PixelType, TInputImage::ImageDimension>>
typedef std::pair<PixelType, unsigned int> otb::NeighborhoodMajorityVotingImageFilter< TInputImage, TOutputImage, TKernel >::CompareHistoFequencies::HistoValueType

Definition at line 173 of file otbNeighborhoodMajorityVotingImageFilter.h.

Member Function Documentation

◆ operator()()

template<class TInputImage , class TOutputImage = TInputImage, class TKernel = typename itk::BinaryBallStructuringElement<typename TInputImage::PixelType, TInputImage::ImageDimension>>
bool otb::NeighborhoodMajorityVotingImageFilter< TInputImage, TOutputImage, TKernel >::CompareHistoFequencies::operator() ( const HistoValueType a,
const HistoValueType b 
)
inline

Definition at line 174 of file otbNeighborhoodMajorityVotingImageFilter.h.


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