IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Median2dImg.h
Go to the documentation of this file.
1 // Median2dImg.h:
3 // --------------
4 //
14 
15 #ifndef __IPSDKIPLFILTERING_MEDIAN2DIMG_H__
16 #define __IPSDKIPLFILTERING_MEDIAN2DIMG_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 namespace filter {
24 
25 class Median2dImgLvl1;
26 
29 
35 median2dImg(const image::ImageConstPtr& pInImg,
36  const ipUInt32 inHalfKnlSizeX,
37  const ipUInt32 inHalfKnlSizeY);
38 
40 median2dImg(const image::ImageConstPtr& pInImg,
41  const ipUInt32 inHalfKnlSizeX,
42  const ipUInt32 inHalfKnlSizeY,
43  const image::ImagePtr& pOutImg);
45 
52  const image::ImageConstPtr& pInImg,
53  const ipUInt32 inHalfKnlSizeX,
54  const ipUInt32 inHalfKnlSizeY,
55  const image::ImagePtr& pOutImg);
57 
60 IPSDKIPLFILTERING_API boost::shared_ptr<Median2dImgLvl1>
62  const ipUInt32 inHalfKnlSizeX,
63  const ipUInt32 inHalfKnlSizeY);
64 IPSDKIPLFILTERING_API boost::shared_ptr<Median2dImgLvl1>
66  const ipUInt32 inHalfKnlSizeX,
67  const ipUInt32 inHalfKnlSizeY,
68  const image::ImagePtr& pOutImg);
69 IPSDKIPLFILTERING_API boost::shared_ptr<Median2dImgLvl1>
71  const image::ImageConstPtr& pInImg,
72  const ipUInt32 inHalfKnlSizeX,
73  const ipUInt32 inHalfKnlSizeY,
74  const image::ImagePtr& pOutImg);
76 
80 getAsyncProcessorOutput(boost::shared_ptr<Median2dImgLvl1> pProcessor);
81 
84 
85 } // end of namespace filter
86 } // end of namespace imaproc
87 } // end of namespace ipsdk
88 
89 #endif // __IPSDKIPLFILTERING_MEDIAN2DIMG_H__
IPSDKIPLFILTERING_API image::ImagePtr median2dImg(const image::ImageConstPtr &pInImg, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY)
wrapper function for Median filter on a 2d image
IPSDKIPLFILTERING_API bool median2dImg_allow8bitsCompression(const image::ImageConstPtr &pInImg, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY, const image::ImagePtr &pOutImg)
wrapper function for Median filter on a 2d image
IPSDKIPLFILTERING_API boost::shared_ptr< Median2dImgLvl1 > median2dImg_async(const image::ImageConstPtr &pInImg, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY)
asynchronous wrappers
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLFILTERING_API boost::shared_ptr< Median2dImgLvl1 > median2dImg_allow8bitsCompression_async(const image::ImageConstPtr &pInImg, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY, const image::ImagePtr &pOutImg)
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