![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Structure allowing to encaspulate x, y and z images associated to the result of a 3d gradient computation. More...
#include <Gradient3dImgTypes.h>
Public Member Functions | |
constructor and destructor | |
| GradientXYZImg (const image::ImagePtr &pXGradImg, const image::ImagePtr &pYGradImg, const image::ImagePtr &pZGradImg) | |
| ~GradientXYZImg () | |
Public Attributes | |
| image::ImagePtr | _pXGradImg |
| X gradient image. | |
| image::ImagePtr | _pYGradImg |
| Y gradient image. | |
| image::ImagePtr | _pZGradImg |
| Z gradient image. | |
Structure allowing to encaspulate x, y and z images associated to the result of a 3d gradient computation.
1.8.14