IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
DicIntegration2dImg.h
Go to the documentation of this file.
1 // DicIntegration2dImg.h:
3 // ----------------------
4 //
15 
16 #ifndef __IPSDKIPLFILTERING_DICINTEGRATION2DIMG_H__
17 #define __IPSDKIPLFILTERING_DICINTEGRATION2DIMG_H__
18 
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace filter {
25 
26 class DicIntegration2dImgLvl1;
27 
30 
38  const ipReal32 inStdDev,
39  const ipReal32 theta);
42  const ipReal32 inStdDev,
43  const ipReal32 theta,
44  const image::ImagePtr& pOutImg);
46 
49 IPSDKIPLFILTERING_API boost::shared_ptr<DicIntegration2dImgLvl1>
51  const ipReal32 inStdDev,
52  const ipReal32 theta);
53 IPSDKIPLFILTERING_API boost::shared_ptr<DicIntegration2dImgLvl1>
55  const ipReal32 inStdDev,
56  const ipReal32 theta,
57  const image::ImagePtr& pOutImg);
59 
63 getAsyncProcessorOutput(boost::shared_ptr<DicIntegration2dImgLvl1> pProcessor);
65 
68 
69 } // end of namespace filter
70 } // end of namespace imaproc
71 } // end of namespace ipsdk
72 
73 #endif // __IPSDKIPLFILTERING_DICINTEGRATION2DIMG_H__
IPSDKIPLFILTERING_API boost::shared_ptr< DicIntegration2dImgLvl1 > dicIntegration2dImg_async(const image::ImageConstPtr &pInImg, const ipReal32 inStdDev, const ipReal32 theta)
asynchronous wrappers
IPSDKIPLFILTERING_API image::ImagePtr dicIntegration2dImg(const image::ImageConstPtr &pInImg, const ipReal32 inStdDev, const ipReal32 theta)
wrapper function for Differential Interference Contrast (DIC) line integration along a given orientat...
boost::shared_ptr< BaseImage > ImagePtr
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