IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Public Attributes | List of all members
ipsdk::imaproc::filter::HessianXYImg Struct Reference

Structure allowing to encaspulate x-x, x-y and y-y images associated to the result of a 2d Hessian computation. More...

#include <Hessian2dImgTypes.h>

Public Member Functions

constructor and destructor
 HessianXYImg (const image::ImagePtr &pHxxImg, const image::ImagePtr &pHxyImg, const image::ImagePtr &pHyyImg)
 
 ~HessianXYImg ()
 

Public Attributes

image::ImagePtr _pHxxImg
 X-X Hessian image.
 
image::ImagePtr _pHxyImg
 X-Y Hessian image.
 
image::ImagePtr _pHyyImg
 Y-Y Hessian image.
 

Detailed Description

Structure allowing to encaspulate x-x, x-y and y-y images associated to the result of a 2d Hessian computation.


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