IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
MeanSmoothing3dMaskImg.h
Go to the documentation of this file.
1 // MeanSmoothing3dMaskImg.h:
3 // -------------------------
4 //
14 
15 #ifndef __IPSDKIPLFILTERING_MEANSMOOTHING3DMASKIMG_H__
16 #define __IPSDKIPLFILTERING_MEANSMOOTHING3DMASKIMG_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 namespace filter {
24 
25 class MeanSmoothing3dMaskImgLvl1;
26 
29 
36  const image::ImageConstPtr& pInMaskImg3d,
37  const ipUInt32 inHalfKnlSizeX,
38  const ipUInt32 inHalfKnlSizeY,
39  const ipUInt32 inHalfKnlSizeZ);
42  const image::ImageConstPtr& pInMaskImg3d,
43  const ipUInt32 inHalfKnlSizeX,
44  const ipUInt32 inHalfKnlSizeY,
45  const ipUInt32 inHalfKnlSizeZ,
46  const image::ImagePtr& pOutImg);
48 
51 IPSDKIPLFILTERING_API boost::shared_ptr<MeanSmoothing3dMaskImgLvl1>
53  const image::ImageConstPtr& pInMaskImg,
54  const ipUInt32 inHalfKnlSizeX,
55  const ipUInt32 inHalfKnlSizeY,
56  const ipUInt32 inHalfKnlSizeZ);
57 IPSDKIPLFILTERING_API boost::shared_ptr<MeanSmoothing3dMaskImgLvl1>
59  const image::ImageConstPtr& pInMaskImg3d,
60  const ipUInt32 inHalfKnlSizeX,
61  const ipUInt32 inHalfKnlSizeY,
62  const ipUInt32 inHalfKnlSizeZ,
63  const image::ImagePtr& pOutImg);
65 
69 getAsyncProcessorOutput(boost::shared_ptr<MeanSmoothing3dMaskImgLvl1> pProcessor);
71 
74 
75 } // end of namespace filter
76 } // end of namespace imaproc
77 } // end of namespace ipsdk
78 
79 #endif // __IPSDKIPLFILTERING_MEANSMOOTHING3DMASKIMG_H__
IPSDKIPLFILTERING_API image::ImagePtr meanSmoothing3dMaskImg(const image::ImageConstPtr &pInImg3d, const image::ImageConstPtr &pInMaskImg3d, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY, const ipUInt32 inHalfKnlSizeZ)
wrapper function for Masked mean filter used to blur a 3d image
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLFILTERING_API boost::shared_ptr< MeanSmoothing3dMaskImgLvl1 > meanSmoothing3dMaskImg_async(const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pInMaskImg, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY, const ipUInt32 inHalfKnlSizeZ)
asynchronous wrappers
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