IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
LocalEnergy2dImg.h
Go to the documentation of this file.
1 // LocalEnergy2dImg.h:
3 // -------------------
4 //
14 
15 #ifndef __IPSDKIPLSTATS_LOCALENERGY2DIMG_H__
16 #define __IPSDKIPLSTATS_LOCALENERGY2DIMG_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 namespace stats {
24 
25 class LocalEnergy2dImgLvl1;
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<LocalEnergy2dImgLvl1>
57  const ipUInt32 inHalfKnlSizeX,
58  const ipUInt32 inHalfKnlSizeY);
59 IPSDKIPLSTATS_API boost::shared_ptr<LocalEnergy2dImgLvl1>
61  const ipUInt32 inHalfKnlSizeX,
62  const ipUInt32 inHalfKnlSizeY,
63  const ipUInt32 inOptNbClasses);
64 IPSDKIPLSTATS_API boost::shared_ptr<LocalEnergy2dImgLvl1>
66  const ipUInt32 inHalfKnlSizeX,
67  const ipUInt32 inHalfKnlSizeY,
68  const ipUInt32 inOptNbClasses,
69  const image::ImagePtr& pOutImg);
71 
75 getAsyncProcessorOutput(boost::shared_ptr<LocalEnergy2dImgLvl1> pProcessor);
77 
80 
81 } // end of namespace stats
82 } // end of namespace imaproc
83 } // end of namespace ipsdk
84 
85 #endif // __IPSDKIPLSTATS_LOCALENERGY2DIMG_H__
IPSDKIPLSTATS_API boost::shared_ptr< LocalEnergy2dImgLvl1 > localEnergy2dImg_async(const image::ImageConstPtr &pInImg, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY)
asynchronous wrappers
#define IPSDKIPLSTATS_API
Import/Export macro for library IPSDKIPLStats.
Definition: IPSDKIPLStatsExports.h:25
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLSTATS_API image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< Kurtosis2dImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
IPSDKIPLSTATS_API image::ImagePtr localEnergy2dImg(const image::ImageConstPtr &pInImg, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY)
wrapper function for local energy on a 2d image
Definition of import/export macro for library.
boost::shared_ptr< const BaseImage > ImageConstPtr
uint32_t ipUInt32