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