OTB
9.0.0
Orfeo Toolbox
|
#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 () |
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.
|
inline |
Definition at line 50 of file otbImageToHessianDeterminantImageFilter.h.
|
inlinevirtual |
Definition at line 53 of file otbImageToHessianDeterminantImageFilter.h.
|
inline |
Definition at line 67 of file otbImageToHessianDeterminantImageFilter.h.
|
inline |
Definition at line 62 of file otbImageToHessianDeterminantImageFilter.h.
|
inline |
Definition at line 72 of file otbImageToHessianDeterminantImageFilter.h.