IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
LocalEnergy3dImg.h
Go to the documentation of this file.
1 // LocalEnergy3dImg.h:
3 // -------------------
4 //
14 
15 #ifndef __IPSDKIPLSTATS_LOCALENERGY3DIMG_H__
16 #define __IPSDKIPLSTATS_LOCALENERGY3DIMG_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 namespace stats {
24 
25 class LocalEnergy3dImgLvl1;
26 
29 
36  const ipUInt32 inHalfKnlSizeX,
37  const ipUInt32 inHalfKnlSizeY,
38  const ipUInt32 inHalfKnlSizeZ);
39 
42  const ipUInt32 inHalfKnlSizeX,
43  const ipUInt32 inHalfKnlSizeY,
44  const ipUInt32 inHalfKnlSizeZ,
45  const ipUInt32 inOptNbClasses);
46 
49  const ipUInt32 inHalfKnlSizeX,
50  const ipUInt32 inHalfKnlSizeY,
51  const ipUInt32 inHalfKnlSizeZ,
52  const ipUInt32 inOptNbClasses,
53  const image::ImagePtr& pOutImg);
55 
58 IPSDKIPLSTATS_API boost::shared_ptr<LocalEnergy3dImgLvl1>
60  const ipUInt32 inHalfKnlSizeX,
61  const ipUInt32 inHalfKnlSizeY,
62  const ipUInt32 inHalfKnlSizeZ);
63 IPSDKIPLSTATS_API boost::shared_ptr<LocalEnergy3dImgLvl1>
65  const ipUInt32 inHalfKnlSizeX,
66  const ipUInt32 inHalfKnlSizeY,
67  const ipUInt32 inHalfKnlSizeZ,
68  const ipUInt32 inOptNbClasses);
69 IPSDKIPLSTATS_API boost::shared_ptr<LocalEnergy3dImgLvl1>
71  const ipUInt32 inHalfKnlSizeX,
72  const ipUInt32 inHalfKnlSizeY,
73  const ipUInt32 inHalfKnlSizeZ,
74  const ipUInt32 inOptNbClasses,
75  const image::ImagePtr& pOutImg);
77 
81 getAsyncProcessorOutput(boost::shared_ptr<LocalEnergy3dImgLvl1> pProcessor);
83 
86 
87 } // end of namespace stats
88 } // end of namespace imaproc
89 } // end of namespace ipsdk
90 
91 #endif // __IPSDKIPLSTATS_LOCALENERGY3DIMG_H__
#define IPSDKIPLSTATS_API
Import/Export macro for library IPSDKIPLStats.
Definition: IPSDKIPLStatsExports.h:25
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLSTATS_API image::ImagePtr localEnergy3dImg(const image::ImageConstPtr &pInImg3d, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY, const ipUInt32 inHalfKnlSizeZ)
wrapper function for local energy on a 3d 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< LocalEnergy3dImgLvl1 > localEnergy3dImg_async(const image::ImageConstPtr &pInImg3d, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY, const ipUInt32 inHalfKnlSizeZ)
asynchronous wrappers
uint32_t ipUInt32