15 #ifndef __IPSDKIPLSTATS_SKEWNESS2DIMG_H__ 16 #define __IPSDKIPLSTATS_SKEWNESS2DIMG_H__ 25 class Skewness2dImgLvl1;
72 #endif // __IPSDKIPLSTATS_SKEWNESS2DIMG_H__ #define IPSDKIPLSTATS_API
Import/Export macro for library IPSDKIPLStats.
Definition: IPSDKIPLStatsExports.h:25
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLSTATS_API image::ImagePtr skewness2dImg(const image::ImageConstPtr &pInImg, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY)
wrapper function for Computation of the local skewness on a rectangular neighbourhood on a 2d image ...
IPSDKIPLSTATS_API image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< Kurtosis2dImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
Definition of import/export macro for library.
boost::shared_ptr< const BaseImage > ImageConstPtr
IPSDKIPLSTATS_API boost::shared_ptr< Skewness2dImgLvl1 > skewness2dImg_async(const image::ImageConstPtr &pInImg, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY)
asynchronous wrappers