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

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.
 

Detailed Description

Structure allowing to encaspulate x, y and z images associated to the result of a 3d gradient computation.


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