15 #ifndef __PYIPSDKIPLFILTERING_SOBELGRADIENTUTILS_H__ 16 #define __PYIPSDKIPLFILTERING_SOBELGRADIENTUTILS_H__ 19 #include <IPSDKIPL/IPSDKIPLFiltering/Processor/SobelGradient2dImg/SobelGradient2dImg.h> 20 #include <IPSDKIPL/IPSDKIPLFiltering/Processor/SobelGradient3dImg/SobelGradient3dImg.h> 21 #include <boost/python/tuple.hpp> 23 class ipsdk::imaproc::filter::SobelGradient2dImgLvl1;
24 class ipsdk::imaproc::filter::SobelGradient3dImgLvl1;
42 const bool bNormalize);
55 const bool bNormalize);
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