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

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

#include <Gradient2dImgTypes.h>

Public Member Functions

constructor and destructor
 GradientXYImg (const image::ImagePtr &pXGradImg, const image::ImagePtr &pYGradImg)
 
 ~GradientXYImg ()
 

Public Attributes

image::ImagePtr _pXGradImg
 X gradient image.
 
image::ImagePtr _pYGradImg
 Y gradient image.
 

Detailed Description

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


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