15 #ifndef __IPSDKIPLSTATS_SKEWNESS3DIMG_H__ 16 #define __IPSDKIPLSTATS_SKEWNESS3DIMG_H__ 25 class Skewness3dImgLvl1;
76 #endif // __IPSDKIPLSTATS_SKEWNESS3DIMG_H__ #define IPSDKIPLSTATS_API
Import/Export macro for library IPSDKIPLStats.
Definition: IPSDKIPLStatsExports.h:25
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLSTATS_API image::ImagePtr skewness3dImg(const image::ImageConstPtr &pInImg3d, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY, const ipUInt32 inHalfKnlSizeZ)
wrapper function for Local 3d image skewness computation
IPSDKIPLSTATS_API image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< Kurtosis2dImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
IPSDKIPLSTATS_API boost::shared_ptr< Skewness3dImgLvl1 > skewness3dImg_async(const image::ImageConstPtr &pInImg3d, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY, const ipUInt32 inHalfKnlSizeZ)
asynchronous wrappers
Definition of import/export macro for library.
boost::shared_ptr< const BaseImage > ImageConstPtr