IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ROIInitializerUtils.h
Go to the documentation of this file.
1 // ROIInitializerUtils.h:
3 // ----------------------
4 //
14 
15 #ifndef __IPSDKIPLUTILITY_ROIINITIALIZERUTILS_H__
16 #define __IPSDKIPLUTILITY_ROIINITIALIZERUTILS_H__
17 
19 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/InOutputImg2dSize.h>
20 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/InOutputImg3dSize.h>
23 
24 namespace ipsdk {
25 namespace imaproc {
26 namespace util {
27 
30 
33 outputROI2d(const ImageAttributeConstPtr& pInputAttribute,
34  const boost::shared_ptr<const attr::InOutputImg2dSize>& pSizeAttribute);
35 
38 outputROI3d(const ImageAttributeConstPtr& pInputAttribute,
39  const boost::shared_ptr<const attr::InOutputImg3dSize>& pSizeAttribute);
40 
43 
44 } // end of namespace util
45 } // end of namespace imaproc
46 } // end of namespace ipsdk
47 
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