IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
HighPass3dImg.h
Go to the documentation of this file.
1 // HighPass3dImg.h:
3 // ----------------
4 //
14 
15 #ifndef __IPSDKIPLFILTERING_HIGHPASS3DIMG_H__
16 #define __IPSDKIPLFILTERING_HIGHPASS3DIMG_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 namespace filter {
24 
25 class HighPass3dImgLvl1;
26 
29 
35 highPass3dImg(const image::ImageConstPtr& pInImg3d,
36  const ipUInt32 inHalfKnlSize);
37 
39 highPass3dImg(const image::ImageConstPtr& pInImg3d,
40  const ipUInt32 inHalfKnlSize,
41  const image::ImagePtr& pOutImg);
43 
46 IPSDKIPLFILTERING_API boost::shared_ptr<HighPass3dImgLvl1>
48  const ipUInt32 inHalfKnlSize);
49 IPSDKIPLFILTERING_API boost::shared_ptr<HighPass3dImgLvl1>
51  const ipUInt32 inHalfKnlSize,
52  const image::ImagePtr& pOutImg);
54 
58 getAsyncProcessorOutput(boost::shared_ptr<HighPass3dImgLvl1> pProcessor);
60 
63 
64 } // end of namespace filter
65 } // end of namespace imaproc
66 } // end of namespace ipsdk
67 
68 #endif // __IPSDKIPLFILTERING_HIGHPASS3DIMG_H__
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLFILTERING_API image::ImagePtr highPass3dImg(const image::ImageConstPtr &pInImg3d, const ipUInt32 inHalfKnlSize)
wrapper function for high pass filter on 3d image
boost::shared_ptr< const BaseImage > ImageConstPtr
IPSDKIPLFILTERING_API boost::shared_ptr< HighPass3dImgLvl1 > highPass3dImg_async(const image::ImageConstPtr &pInImg3d, const ipUInt32 inHalfKnlSize)
asynchronous wrappers
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