IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Kurtosis2dImg.h
Go to the documentation of this file.
1 // Kurtosis2dImg.h:
3 // ----------------
4 //
14 
15 #ifndef __IPSDKIPLSTATS_KURTOSIS2DIMG_H__
16 #define __IPSDKIPLSTATS_KURTOSIS2DIMG_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 namespace stats {
24 
25 class Kurtosis2dImgLvl1;
26 
29 
36  const ipUInt32 inHalfKnlSizeX,
37  const ipUInt32 inHalfKnlSizeY);
38 
41  const ipUInt32 inHalfKnlSizeX,
42  const ipUInt32 inHalfKnlSizeY,
43  const image::ImagePtr& pOutRealImg);
45 
48 IPSDKIPLSTATS_API boost::shared_ptr<Kurtosis2dImgLvl1>
50  const ipUInt32 inHalfKnlSizeX,
51  const ipUInt32 inHalfKnlSizeY);
52 IPSDKIPLSTATS_API boost::shared_ptr<Kurtosis2dImgLvl1>
54  const ipUInt32 inHalfKnlSizeX,
55  const ipUInt32 inHalfKnlSizeY,
56  const image::ImagePtr& pOutRealImg);
58 
62 getAsyncProcessorOutput(boost::shared_ptr<Kurtosis2dImgLvl1> pProcessor);
64 
67 
68 } // end of namespace stats
69 } // end of namespace imaproc
70 } // end of namespace ipsdk
71 
72 #endif // __IPSDKIPLSTATS_KURTOSIS2DIMG_H__
#define IPSDKIPLSTATS_API
Import/Export macro for library IPSDKIPLStats.
Definition: IPSDKIPLStatsExports.h:25
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLSTATS_API image::ImagePtr kurtosis2dImg(const image::ImageConstPtr &pInImg, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY)
wrapper function for local kurtosis on a 2d image
IPSDKIPLSTATS_API boost::shared_ptr< Kurtosis2dImgLvl1 > kurtosis2dImg_async(const image::ImageConstPtr &pInImg, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY)
asynchronous wrappers
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
uint32_t ipUInt32