IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Skewness3dImg.h
Go to the documentation of this file.
1 // Skewness3dImg.h:
3 // ----------------
4 //
14 
15 #ifndef __IPSDKIPLSTATS_SKEWNESS3DIMG_H__
16 #define __IPSDKIPLSTATS_SKEWNESS3DIMG_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 namespace stats {
24 
25 class Skewness3dImgLvl1;
26 
29 
35 skewness3dImg(const image::ImageConstPtr& pInImg3d,
36  const ipUInt32 inHalfKnlSizeX,
37  const ipUInt32 inHalfKnlSizeY,
38  const ipUInt32 inHalfKnlSizeZ);
39 
41 skewness3dImg(const image::ImageConstPtr& pInImg3d,
42  const ipUInt32 inHalfKnlSizeX,
43  const ipUInt32 inHalfKnlSizeY,
44  const ipUInt32 inHalfKnlSizeZ,
45  const image::ImagePtr& pOutImg);
47 
50 IPSDKIPLSTATS_API boost::shared_ptr<Skewness3dImgLvl1>
52  const ipUInt32 inHalfKnlSizeX,
53  const ipUInt32 inHalfKnlSizeY,
54  const ipUInt32 inHalfKnlSizeZ);
55 IPSDKIPLSTATS_API boost::shared_ptr<Skewness3dImgLvl1>
57  const ipUInt32 inHalfKnlSizeX,
58  const ipUInt32 inHalfKnlSizeY,
59  const ipUInt32 inHalfKnlSizeZ,
60  const image::ImagePtr& pOutImg);
62 
66 getAsyncProcessorOutput(boost::shared_ptr<Skewness3dImgLvl1> pProcessor);
68 
71 
72 } // end of namespace stats
73 } // end of namespace imaproc
74 } // end of namespace ipsdk
75 
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
uint32_t ipUInt32