IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
HighPass2dImg.h
Go to the documentation of this file.
1 // HighPass2dImg.h:
3 // -------------------------
4 //
14 
15 #ifndef __IPSDKIPLFILTERING_HIGHPASS2DIMG_H__
16 #define __IPSDKIPLFILTERING_HIGHPASS2DIMG_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 namespace filter {
24 
25 class HighPass2dImgLvl1;
26 
29 
36  const ipUInt32 inHalfKnlSize);
37 
38 
41  const ipUInt32 inHalfKnlSize,
42  const image::ImagePtr& pOutImg);
44 
47 IPSDKIPLFILTERING_API boost::shared_ptr<HighPass2dImgLvl1>
49  const ipUInt32 inHalfKnlSize);
50 IPSDKIPLFILTERING_API boost::shared_ptr<HighPass2dImgLvl1>
52  const ipUInt32 inHalfKnlSize,
53  const image::ImagePtr& pOutImg);
55 
59 getAsyncProcessorOutput(boost::shared_ptr<HighPass2dImgLvl1> pProcessor);
61 
64 
65 } // end of namespace filter
66 } // end of namespace imaproc
67 } // end of namespace ipsdk
68 
69 #endif // __IPSDKIPLFILTERING_HIGHPASS2DIMG_H__
IPSDKIPLFILTERING_API boost::shared_ptr< HighPass2dImgLvl1 > highPass2dImg_async(const image::ImageConstPtr &pInImg, const ipUInt32 inHalfKnlSize)
asynchronous wrappers
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLFILTERING_API image::ImagePtr highPass2dImg(const image::ImageConstPtr &pInImg, const ipUInt32 inHalfKnlSize)
wrapper function for high pass filter on 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