![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
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. | |
Structure allowing to encaspulate x-x, x-y and y-y images associated to the result of a 2d Hessian computation.
1.8.14