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