IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Variance3dImg.h
Go to the documentation of this file.
1 // Variance3dImg.h:
3 // ----------------
4 //
14 
15 #ifndef __IPSDKIPLSTATS_VARIANCE3DIMG_H__
16 #define __IPSDKIPLSTATS_VARIANCE3DIMG_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 namespace stats {
24 
25 class Variance3dImgLvl1;
26 
29 
34 
36 variance3dImg(const image::ImageConstPtr& pInImg3d,
37  const ipUInt32 inHalfKnlSizeX,
38  const ipUInt32 inHalfKnlSizeY,
39  const ipUInt32 inHalfKnlSizeZ);
40 
42 variance3dImg(const image::ImageConstPtr& pInImg3d,
43  const ipUInt32 inHalfKnlSizeX,
44  const ipUInt32 inHalfKnlSizeY,
45  const ipUInt32 inHalfKnlSizeZ,
46  const image::ImagePtr& pOutImg);
48 
51 IPSDKIPLSTATS_API boost::shared_ptr<Variance3dImgLvl1>
53  const ipUInt32 inHalfKnlSizeX,
54  const ipUInt32 inHalfKnlSizeY,
55  const ipUInt32 inHalfKnlSizeZ);
56 IPSDKIPLSTATS_API boost::shared_ptr<Variance3dImgLvl1>
58  const ipUInt32 inHalfKnlSizeX,
59  const ipUInt32 inHalfKnlSizeY,
60  const ipUInt32 inHalfKnlSizeZ,
61  const image::ImagePtr& pOutImg);
63 
67 getAsyncProcessorOutput(boost::shared_ptr<Variance3dImgLvl1> pProcessor);
68 
70 
73 
74 } // end of namespace stats
75 } // end of namespace imaproc
76 } // end of namespace ipsdk
77 
78 #endif // __IPSDKIPLSTATS_VARIANCE3DIMG_H__
#define IPSDKIPLSTATS_API
Import/Export macro for library IPSDKIPLStats.
Definition: IPSDKIPLStatsExports.h:25
IPSDKIPLSTATS_API boost::shared_ptr< Variance3dImgLvl1 > variance3dImg_async(const image::ImageConstPtr &pInImg3d, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY, const ipUInt32 inHalfKnlSizeZ)
asynchronous wrappers
boost::shared_ptr< BaseImage > ImagePtr
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 image::ImagePtr variance3dImg(const image::ImageConstPtr &pInImg3d, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY, const ipUInt32 inHalfKnlSizeZ)
wrapper function for Variance filter used on 3d image
uint32_t ipUInt32