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

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

Classes

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

Typedefs

typedef boost::shared_ptr< ipsdk::imaproc::attr::Img3dSizeipsdk::imaproc::attr::Img3dSizePtr
 shared pointer to ipsdk::imaproc::attr::Img3dSize
 
typedef boost::shared_ptr< const ipsdk::imaproc::attr::Img3dSizeipsdk::imaproc::attr::Img3dSizeConstPtr
 shared pointer to const ipsdk::imaproc::attr::Img3dSize
 

Functions

IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::Img3dSizePtr ipsdk::imaproc::attr::createImg3dSize (const ipsdk::ipUInt64 xSz, const ipsdk::ipUInt64 ySz, const ipsdk::ipUInt64 zSz)
 function allowing to create a Img3dSize data item from a xsz, a ysz and a zsz value
 

Detailed Description

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

SubNodes description

Name ToolTip Associated Class Default Value
XSz image size along x-axis ipsdk::DataItemLeaf<ipsdk::ipUInt64>
YSz image size along y-axis ipsdk::DataItemLeaf<ipsdk::ipUInt64>
ZSz image size along z-axis ipsdk::DataItemLeaf<ipsdk::ipUInt64>