15 #ifndef __IPSDKIPLUTILITY_BUILDLINES2DIMG_H__ 16 #define __IPSDKIPLUTILITY_BUILDLINES2DIMG_H__ 25 class BuildLines2dImgLvl1;
73 #endif // __IPSDKIPLUTILITY_BUILDLINES2DIMG_H__ #define IPSDKIPLUTILITY_API
Import/Export macro for library IPSDKIPLUtility.
Definition: IPSDKIPLUtilityExports.h:25
boost::shared_ptr< BaseImage > ImagePtr
Definition of import/export macro for library.
IPSDKIPLUTILITY_API boost::shared_ptr< BuildLines2dImgLvl1 > buildLines2dImg_async(const ipsdk::ipUInt64 sizeX, const ipsdk::ipUInt64 sizeY, const ipsdk::ipReal32 theta, const ipsdk::ipReal32 offset)
asynchronous wrappers
IPSDKIPLUTILITY_API ipsdk::image::ImagePtr buildLines2dImg(const ipsdk::ipUInt64 sizeX, const ipsdk::ipUInt64 sizeY, const ipsdk::ipReal32 theta, const ipsdk::ipReal32 offset)
wrapper function for Generates a binary image with oriented lines
IPSDKIPLUTILITY_API ipsdk::image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< AppendSeqImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor