15 #ifndef __IPSDKIPLSTATS_LAWTEXTURE2DIMG_H__ 16 #define __IPSDKIPLSTATS_LAWTEXTURE2DIMG_H__ 20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/LawTexPostProcParams.h> 21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/LawTexPreProcParams.h> 22 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/LawTextureKernel2dTypes.h> 28 class LawTexture2dImgLvl1;
87 #endif // __IPSDKIPLSTATS_LAWTEXTURE2DIMG_H__ #define IPSDKIPLSTATS_API
Import/Export macro for library IPSDKIPLStats.
Definition: IPSDKIPLStatsExports.h:25
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLSTATS_API boost::shared_ptr< LawTexture2dImgLvl1 > lawTexture2dImg_async(const image::ImageConstPtr &pInImg)
asynchronous wrappers
boost::shared_ptr< const LawTexPostProcParams > LawTexPostProcParamsConstPtr
shared pointer to const LawTexPostProcParams
Definition: LawTexPostProcParams.h:169
boost::shared_ptr< const LawTextureKernel2dTypes > LawTextureKernel2dTypesConstPtr
shared pointer to LawTextureKernel2dTypes data item
Definition: LawTextureKernel2dTypes.h:265
IPSDKIPLSTATS_API image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< Kurtosis2dImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
boost::shared_ptr< const LawTexPreProcParams > LawTexPreProcParamsConstPtr
shared pointer to const LawTexPreProcParams
Definition: LawTexPreProcParams.h:169
Definition of import/export macro for library.
IPSDKIPLSTATS_API image::ImagePtr lawTexture2dImg(const image::ImageConstPtr &pInImg)
wrapper function for Apply Law's texture 2d filter on an image
boost::shared_ptr< const BaseImage > ImageConstPtr