IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
MeanSmoothing2dImg.h
Go to the documentation of this file.
1 // MeanSmoothing2dImg.h:
3 // ---------------------
4 //
14 
15 #ifndef __IPSDKIPLFILTERING_MEANSMOOTHING2DIMG_H__
16 #define __IPSDKIPLFILTERING_MEANSMOOTHING2DIMG_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 namespace filter {
24 
25 class MeanSmoothing2dImgLvl1;
26 
29 
36  const ipUInt32 inHalfKnlSizeX,
37  const ipUInt32 inHalfKnlSizeY);
40  const ipUInt32 inHalfKnlSizeX,
41  const ipUInt32 inHalfKnlSizeY,
42  const image::ImagePtr& pOutImg);
44 
47 IPSDKIPLFILTERING_API boost::shared_ptr<MeanSmoothing2dImgLvl1>
49  const ipUInt32 inHalfKnlSizeX,
50  const ipUInt32 inHalfKnlSizeY);
51 IPSDKIPLFILTERING_API boost::shared_ptr<MeanSmoothing2dImgLvl1>
53  const ipUInt32 inHalfKnlSizeX,
54  const ipUInt32 inHalfKnlSizeY,
55  const image::ImagePtr& pOutImg);
57 
61 getAsyncProcessorOutput(boost::shared_ptr<MeanSmoothing2dImgLvl1> pProcessor);
63 
66 
67 } // end of namespace filter
68 } // end of namespace imaproc
69 } // end of namespace ipsdk
70 
71 #endif // __IPSDKIPLFILTERING_MEANSMOOTHING2DIMG_H__
IPSDKIPLFILTERING_API boost::shared_ptr< MeanSmoothing2dImgLvl1 > meanSmoothing2dImg_async(const image::ImageConstPtr &pInImg, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY)
asynchronous wrappers
IPSDKIPLFILTERING_API image::ImagePtr meanSmoothing2dImg(const image::ImageConstPtr &pInImg, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY)
wrapper function for Mean filter used to blur a 2d image
boost::shared_ptr< BaseImage > ImagePtr
boost::shared_ptr< const BaseImage > ImageConstPtr
IPSDKIPLFILTERING_API image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< AnisotropicDiffusion2dImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
#define IPSDKIPLFILTERING_API
Import/Export macro for library IPSDKIPLFiltering.
Definition: IPSDKIPLFilteringExports.h:25
Definition of import/export macro for library.
uint32_t ipUInt32