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

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

Classes

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

Typedefs

typedef boost::shared_ptr< ipsdk::imaproc::attr::Img2dSizeipsdk::imaproc::attr::Img2dSizePtr
 shared pointer to ipsdk::imaproc::attr::Img2dSize
 
typedef boost::shared_ptr< const ipsdk::imaproc::attr::Img2dSizeipsdk::imaproc::attr::Img2dSizeConstPtr
 shared pointer to const ipsdk::imaproc::attr::Img2dSize
 

Functions

IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::Img2dSizePtr ipsdk::imaproc::attr::createImg2dSize (const ipsdk::ipUInt64 xSz, const ipsdk::ipUInt64 ySz)
 function allowing to create a Img2dSize data item from a xsz and a ysz value
 

Detailed Description

Image 2d 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>