IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
LocalEntropy2dImg.h
Go to the documentation of this file.
1 // LocalEntropy2dImg.h:
3 // --------------------
4 //
14 
15 #ifndef __IPSDKIPLSTATS_LOCALENTROPY2DIMG_H__
16 #define __IPSDKIPLSTATS_LOCALENTROPY2DIMG_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 namespace stats {
24 
25 class LocalEntropy2dImgLvl1;
26 
29 
36  const ipUInt32 inHalfKnlSizeX,
37  const ipUInt32 inHalfKnlSizeY);
38 
41  const ipUInt32 inHalfKnlSizeX,
42  const ipUInt32 inHalfKnlSizeY,
43  const ipUInt32 inOptNbClasses);
44 
47  const ipUInt32 inHalfKnlSizeX,
48  const ipUInt32 inHalfKnlSizeY,
49  const ipUInt32 inOptNbClasses,
50  const image::ImagePtr& pOutImg);
52 
55 IPSDKIPLSTATS_API boost::shared_ptr<LocalEntropy2dImgLvl1>
57  const ipUInt32 inHalfKnlSizeX,
58  const ipUInt32 inHalfKnlSizeY);
59 IPSDKIPLSTATS_API boost::shared_ptr<LocalEntropy2dImgLvl1>
61  const ipUInt32 inHalfKnlSizeX,
62  const ipUInt32 inHalfKnlSizeY,
63  const ipUInt32 inOptNbClasses);
64 IPSDKIPLSTATS_API boost::shared_ptr<LocalEntropy2dImgLvl1>
66  const ipUInt32 inHalfKnlSizeX,
67  const ipUInt32 inHalfKnlSizeY,
68  const ipUInt32 inOptNbClasses,
69  const image::ImagePtr& pOutImg);
71 
75 getAsyncProcessorOutput(boost::shared_ptr<LocalEntropy2dImgLvl1> pProcessor);
77 
80 
81 } // end of namespace stats
82 } // end of namespace imaproc
83 } // end of namespace ipsdk
84 
85 #endif // __IPSDKIPLSTATS_LOCALENTROPY2DIMG_H__
#define IPSDKIPLSTATS_API
Import/Export macro for library IPSDKIPLStats.
Definition: IPSDKIPLStatsExports.h:25
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLSTATS_API image::ImagePtr localEntropy2dImg(const image::ImageConstPtr &pInImg, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY)
wrapper function for local entropy on a 2d 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< LocalEntropy2dImgLvl1 > localEntropy2dImg_async(const image::ImageConstPtr &pInImg, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY)
asynchronous wrappers
uint32_t ipUInt32