IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Classes | Typedefs | Functions

Image 3d offset used as input parameter by image processing algorithms, such as ROI extraction. More...

Classes

class  ipsdk::imaproc::attr::Img3dOffset
 Image 3d offset used as input parameter by image processing algorithms, such as ROI extraction. More...
 

Typedefs

typedef boost::shared_ptr< ipsdk::imaproc::attr::Img3dOffsetipsdk::imaproc::attr::Img3dOffsetPtr
 shared pointer to ipsdk::imaproc::attr::Img3dOffset
 
typedef boost::shared_ptr< const ipsdk::imaproc::attr::Img3dOffsetipsdk::imaproc::attr::Img3dOffsetConstPtr
 shared pointer to const ipsdk::imaproc::attr::Img3dOffset
 

Functions

IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::Img3dOffsetPtr ipsdk::imaproc::attr::createImg3dOffset (const ipsdk::ipUInt64 xOffset, const ipsdk::ipUInt64 yOffset, const ipsdk::ipUInt64 zOffset)
 function allowing to create a Img3dOffset data item from a xsz and a ysz value
 

Detailed Description

Image 3d offset used as input parameter by image processing algorithms, such as ROI extraction.

SubNodes description

Name ToolTip Associated Class Default Value
XOffset image offset along x-axis ipsdk::DataItemLeaf<ipsdk::ipUInt64>
YOffset image offset along y-axis ipsdk::DataItemLeaf<ipsdk::ipUInt64>
ZOffset image offset along z-axis ipsdk::DataItemLeaf<ipsdk::ipUInt64>