OTB  9.0.0
Orfeo Toolbox
Public Member Functions | List of all members
otb::Functor::HessianDeterminant< TInput, TOutput > Class Template Reference

#include <otbImageToHessianDeterminantImageFilter.h>

Public Member Functions

 HessianDeterminant ()
 
bool operator!= (const HessianDeterminant) const
 
TOutput operator() (const TInput &input)
 
bool operator== (const HessianDeterminant &other) const
 
virtual ~HessianDeterminant ()
 

Detailed Description

template<class TInput, class TOutput>
class otb::Functor::HessianDeterminant< TInput, TOutput >

This functor computes the determinant of symmetric 2*2 matrix .

A Hessian matrix is symmetric, we compute only the 3 first parameters The First component is : Dxx The Second component is : Dyy The Third component is : Dxy

Definition at line 47 of file otbImageToHessianDeterminantImageFilter.h.

Constructor & Destructor Documentation

◆ HessianDeterminant()

template<class TInput , class TOutput >
otb::Functor::HessianDeterminant< TInput, TOutput >::HessianDeterminant ( )
inline

Definition at line 50 of file otbImageToHessianDeterminantImageFilter.h.

◆ ~HessianDeterminant()

template<class TInput , class TOutput >
virtual otb::Functor::HessianDeterminant< TInput, TOutput >::~HessianDeterminant ( )
inlinevirtual

Definition at line 53 of file otbImageToHessianDeterminantImageFilter.h.

Member Function Documentation

◆ operator!=()

template<class TInput , class TOutput >
bool otb::Functor::HessianDeterminant< TInput, TOutput >::operator!= ( const  HessianDeterminant) const
inline

Definition at line 67 of file otbImageToHessianDeterminantImageFilter.h.

◆ operator()()

template<class TInput , class TOutput >
TOutput otb::Functor::HessianDeterminant< TInput, TOutput >::operator() ( const TInput &  input)
inline

Definition at line 62 of file otbImageToHessianDeterminantImageFilter.h.

◆ operator==()

template<class TInput , class TOutput >
bool otb::Functor::HessianDeterminant< TInput, TOutput >::operator== ( const HessianDeterminant< TInput, TOutput > &  other) const
inline

Definition at line 72 of file otbImageToHessianDeterminantImageFilter.h.


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