IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
SobelGradientUtils.h
Go to the documentation of this file.
1 // GaussianGradientUtils.h:
3 // ------------------------
4 //
14 
15 #ifndef __PYIPSDKIPLFILTERING_SOBELGRADIENTUTILS_H__
16 #define __PYIPSDKIPLFILTERING_SOBELGRADIENTUTILS_H__
17 
19 #include <IPSDKIPL/IPSDKIPLFiltering/Processor/SobelGradient2dImg/SobelGradient2dImg.h>
20 #include <IPSDKIPL/IPSDKIPLFiltering/Processor/SobelGradient3dImg/SobelGradient3dImg.h>
21 #include <boost/python/tuple.hpp>
22 
23 class ipsdk::imaproc::filter::SobelGradient2dImgLvl1;
24 class ipsdk::imaproc::filter::SobelGradient3dImgLvl1;
25 
26 namespace ipsdk {
27 namespace python {
28 
31 
36 PYIPSDKIPLFILTERING_API boost::python::tuple
38 
39 PYIPSDKIPLFILTERING_API boost::python::tuple
41  const ipsdk::eSobelKernelType& kernelType,
42  const bool bNormalize);
44 
49 PYIPSDKIPLFILTERING_API boost::python::tuple
51 
52 PYIPSDKIPLFILTERING_API boost::python::tuple
54  const ipsdk::eSobelKernelType& kernelType,
55  const bool bNormalize);
57 
60 PYIPSDKIPLFILTERING_API boost::python::tuple
61 getAsyncProcessorOutput(boost::shared_ptr<ipsdk::imaproc::filter::SobelGradient2dImgLvl1> pProcessor);
62 PYIPSDKIPLFILTERING_API boost::python::tuple
63 getAsyncProcessorOutput(boost::shared_ptr<ipsdk::imaproc::filter::SobelGradient3dImgLvl1> pProcessor);
65 
68 
69 } // end of namespace python
70 } // end of namespace ipsdk
71 
72 #endif // __PYIPSDKIPLFILTERING_GAUSSIANGRADIENTUTILS_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
#define PYIPSDKIPLFILTERING_API
Import/Export macro for library PyIPSDKIPLFiltering.
Definition: PyIPSDKIPLFilteringExports.h:25
PYIPSDKIPLFILTERING_API boost::python::tuple sobelGradient2dImg(const ipsdk::image::ImageConstPtr &pInImg)
wrapper function for Sobel filter used to compute gradient on a 2d image
eSobelKernelType
Enumerate describing Sobel gradient kernels.
Definition: SobelKernelTypes.h:30
boost::shared_ptr< const BaseImage > ImageConstPtr
Definition: ImageTypes.h:140
PYIPSDKIPLADVANCEDMORPHOLOGY_API boost::python::tuple getAsyncProcessorOutput(boost::shared_ptr< ipsdk::imaproc::advmorpho::RidgeLine2dImgLvl1 > pProcessor)
Wrapper to retrieve the result of an asynchronous processor.
Definition of import/export macro for library.
PYIPSDKIPLFILTERING_API boost::python::tuple sobelGradient3dImg(const ipsdk::image::ImageConstPtr &pInImg)
wrapper function for Sobel filter used to compute gradient on a 3d image