![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Structure allowing to encaspulate x-x, x-y, x-z, y-y, y-z and z-z images associated to the result of a 3d Hessian computation. More...
#include <Hessian3dImgTypes.h>
Public Member Functions | |
constructor and destructor | |
| HessianXYZImg (const image::ImagePtr &pHxxImg, const image::ImagePtr &pHxyImg, const image::ImagePtr &pHxzImg, const image::ImagePtr &pHyyImg, const image::ImagePtr &pHyzImg, const image::ImagePtr &pHzzImg) | |
| ~HessianXYZImg () | |
Public Attributes | |
| image::ImagePtr | _pHxxImg |
| X-X Hessian image. | |
| image::ImagePtr | _pHxyImg |
| X-Y Hessian image. | |
| image::ImagePtr | _pHxzImg |
| X-Z Hessian image. | |
| image::ImagePtr | _pHyyImg |
| Y-Y Hessian image. | |
| image::ImagePtr | _pHyzImg |
| Y-Z Hessian image. | |
| image::ImagePtr | _pHzzImg |
| Z-Z Hessian image. | |
Structure allowing to encaspulate x-x, x-y, x-z, y-y, y-z and z-z images associated to the result of a 3d Hessian computation.
1.8.14