15 #ifndef __IPSDKIPLUTILITY_GETROI3DIMG_H__ 16 #define __IPSDKIPLUTILITY_GETROI3DIMG_H__ 25 class GetROI3dImgLvl1;
92 #endif // __IPSDKIPLUTILITY_GETROI3DIMG_H__ #define IPSDKIPLUTILITY_API
Import/Export macro for library IPSDKIPLUtility.
Definition: IPSDKIPLUtilityExports.h:25
IPSDKIPLUTILITY_API image::ImagePtr getROI3dImg(const image::ImageConstPtr &pInImg, ipUInt64 xOffset, ipUInt64 yOffset, ipUInt64 zOffset, ipUInt64 xSz, ipUInt64 ySz, ipUInt64 zSz)
wrapper function for 3d ROI extraction algorithm
boost::shared_ptr< BaseImage > ImagePtr
Definition of import/export macro for library.
boost::shared_ptr< const BaseImage > ImageConstPtr
IPSDKIPLUTILITY_API ipsdk::image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< AppendSeqImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
IPSDKIPLUTILITY_API boost::shared_ptr< GetROI3dImgLvl1 > getROI3dImg_async(const image::ImageConstPtr &pInImg, ipUInt64 xOffset, ipUInt64 yOffset, ipUInt64 zOffset, ipUInt64 xSz, ipUInt64 ySz, ipUInt64 zSz)
asynchronous wrappers