IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
UnsharpMask3dImg.h
Go to the documentation of this file.
1 // UnsharpMask3dImg.h:
3 // -------------------
4 //
14 
15 #ifndef __IPSDKIPLFILTERING_UNSHARPMASK3DIMG_H__
16 #define __IPSDKIPLFILTERING_UNSHARPMASK3DIMG_H__
17 
20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/GaussianCoverage.h>
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace filter {
25 
26 class UnsharpMask3dImgLvl1;
27 
30 
37  const ipReal32 inBlurWeight,
38  const ipReal32 inStdDev);
41  const ipReal32 inBlurWeight,
42  const ipReal32 inStdDev,
43  const attr::GaussianCoverageConstPtr& pInOptSmoothingGaussianCoverage);
46  const ipReal32 inBlurWeight,
47  const ipReal32 inStdDev,
48  const attr::GaussianCoverageConstPtr& pInOptSmoothingGaussianCoverage,
49  const image::ImagePtr& pOutImg);
51 
54 IPSDKIPLFILTERING_API boost::shared_ptr<UnsharpMask3dImgLvl1>
56  const ipReal32 inBlurWeight,
57  const ipReal32 inStdDev);
58 IPSDKIPLFILTERING_API boost::shared_ptr<UnsharpMask3dImgLvl1>
60  const ipReal32 inBlurWeight,
61  const ipReal32 inStdDev,
62  const attr::GaussianCoverageConstPtr& pInOptSmoothingGaussianCoverage);
63 IPSDKIPLFILTERING_API boost::shared_ptr<UnsharpMask3dImgLvl1>
65  const ipReal32 inBlurWeight,
66  const ipReal32 inStdDev,
67  const attr::GaussianCoverageConstPtr& pInOptSmoothingGaussianCoverage,
68  const image::ImagePtr& pOutImg);
70 
74 getAsyncProcessorOutput(boost::shared_ptr<UnsharpMask3dImgLvl1> pProcessor);
76 
79 
80 } // end of namespace filter
81 } // end of namespace imaproc
82 } // end of namespace ipsdk
83 
84 #endif // __IPSDKIPLFILTERING_UNSHARPMASK3DIMG_H__
IPSDKIPLFILTERING_API image::ImagePtr unsharpMask3dImg(const image::ImageConstPtr &pInImg3d, const ipReal32 inBlurWeight, const ipReal32 inStdDev)
wrapper function for unsharp mask filtering of input 3d image
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLFILTERING_API boost::shared_ptr< UnsharpMask3dImgLvl1 > unsharpMask3dImg_async(const image::ImageConstPtr &pInImg3d, const ipReal32 inBlurWeight, const ipReal32 inStdDev)
asynchronous wrappers
boost::shared_ptr< const ipsdk::imaproc::attr::GaussianCoverage > GaussianCoverageConstPtr
shared pointer to const ipsdk::imaproc::attr::GaussianCoverage
Definition: GaussianCoverage.h:134
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.
float ipReal32