15 #ifndef __IPSDKIPLUTILITY_ROIINITIALIZERUTILS_H__ 16 #define __IPSDKIPLUTILITY_ROIINITIALIZERUTILS_H__ 19 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/InOutputImg2dSize.h> 20 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/InOutputImg3dSize.h> 34 const boost::shared_ptr<const attr::InOutputImg2dSize>& pSizeAttribute);
39 const boost::shared_ptr<const attr::InOutputImg3dSize>& pSizeAttribute);
48 #endif // __IPSDKIPLUTILITY_ROIINITIALIZERUTILS_H__ #define IPSDKIPLUTILITY_API
Import/Export macro for library IPSDKIPLUtility.
Definition: IPSDKIPLUtilityExports.h:25
IPSDKIPLUTILITY_API CustomImageInfoPtr outputROI2d(const ImageAttributeConstPtr &pInputAttribute, const boost::shared_ptr< const attr::InOutputImg2dSize > &pSizeAttribute)
function allowing to create a ROI 2d output image initializer
boost::shared_ptr< const BaseImageAttribute > ImageAttributeConstPtr
Definition of import/export macro for library.
IPSDKIPLUTILITY_API CustomImageInfoPtr outputROI3d(const ImageAttributeConstPtr &pInputAttribute, const boost::shared_ptr< const attr::InOutputImg3dSize > &pSizeAttribute)
function allowing to create a ROI 3d output image initializer
boost::shared_ptr< BaseCustomImageInfo > CustomImageInfoPtr