IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
GetROI2dImg.h
Go to the documentation of this file.
1 // GetROI2dImg.h:
3 // ----------
4 //
14 
15 #ifndef __IPSDKIPLUTILITY_GETROI2DIMG_H__
16 #define __IPSDKIPLUTILITY_GETROI2DIMG_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 namespace util {
24 
25 class GetROI2dImgLvl1;
26 
29 
36  const image::ImageConstPtr& pInImg,
37  ipUInt64 xOffset,
38  ipUInt64 yOffset,
39  ipUInt64 xSz,
40  ipUInt64 ySz);
41 
44  const image::ImageConstPtr& pInImg,
45  ipUInt64 xOffset,
46  ipUInt64 yOffset,
47  ipUInt64 xSz,
48  ipUInt64 ySz,
49  const image::ImagePtr& pOutImg);
51 
54 IPSDKIPLUTILITY_API boost::shared_ptr<GetROI2dImgLvl1>
56  const image::ImageConstPtr& pInImg,
57  ipUInt64 xOffset,
58  ipUInt64 yOffset,
59  ipUInt64 xSz,
60  ipUInt64 ySz);
61 IPSDKIPLUTILITY_API boost::shared_ptr<GetROI2dImgLvl1>
63  const image::ImageConstPtr& pInImg,
64  ipUInt64 xOffset,
65  ipUInt64 yOffset,
66  ipUInt64 xSz,
67  ipUInt64 ySz,
68  const image::ImagePtr& pOutImg);
70 
74 getAsyncProcessorOutput(boost::shared_ptr<GetROI2dImgLvl1> pProcessor);
76 
79 
80 } // end of namespace util
81 } // end of namespace imaproc
82 } // end of namespace ipsdk
83 
84 #endif // __IPSDKIPLUTILITY_GETROI2DIMG_H__
#define IPSDKIPLUTILITY_API
Import/Export macro for library IPSDKIPLUtility.
Definition: IPSDKIPLUtilityExports.h:25
uint64_t ipUInt64
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