IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
MeanSmoothing2dMaskImg.h
Go to the documentation of this file.
1 // MeanSmoothing2dMaskImg.h:
3 // -------------------------
4 //
14 
15 #ifndef __IPSDKIPLFILTERING_MEANSMOOTHING2DMASKIMG_H__
16 #define __IPSDKIPLFILTERING_MEANSMOOTHING2DMASKIMG_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 namespace filter {
24 
25 class MeanSmoothing2dMaskImgLvl1;
26 
29 
36  const image::ImageConstPtr& pInMaskImg,
37  const ipUInt32 inHalfKnlSizeX,
38  const ipUInt32 inHalfKnlSizeY);
41  const image::ImageConstPtr& pInMaskImg,
42  const ipUInt32 inHalfKnlSizeX,
43  const ipUInt32 inHalfKnlSizeY,
44  const image::ImagePtr& pOutImg);
46 
49 IPSDKIPLFILTERING_API boost::shared_ptr<MeanSmoothing2dMaskImgLvl1>
51  const image::ImageConstPtr& pInMaskImg,
52  const ipUInt32 inHalfKnlSizeX,
53  const ipUInt32 inHalfKnlSizeY);
54 IPSDKIPLFILTERING_API boost::shared_ptr<MeanSmoothing2dMaskImgLvl1>
56  const image::ImageConstPtr& pInMaskImg,
57  const ipUInt32 inHalfKnlSizeX,
58  const ipUInt32 inHalfKnlSizeY,
59  const image::ImagePtr& pOutImg);
61 
65 getAsyncProcessorOutput(boost::shared_ptr<MeanSmoothing2dMaskImgLvl1> pProcessor);
67 
70 
71 } // end of namespace filter
72 } // end of namespace imaproc
73 } // end of namespace ipsdk
74 
75 #endif // __IPSDKIPLFILTERING_MEANSMOOTHING2DMASKIMG_H__
IPSDKIPLFILTERING_API boost::shared_ptr< MeanSmoothing2dMaskImgLvl1 > meanSmoothing2dMaskImg_async(const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pInMaskImg, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY)
asynchronous wrappers
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLFILTERING_API image::ImagePtr meanSmoothing2dMaskImg(const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pInMaskImg, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY)
wrapper function for Masked mean filter used to blur a 2d image
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