![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Utility functions for Sobel gradient python wrapping. More...
#include <Python/PyIPSDKIPLFiltering/PyIPSDKIPLFilteringExports.h>#include <IPSDKIPL/IPSDKIPLFiltering/Processor/SobelGradient2dImg/SobelGradient2dImg.h>#include <IPSDKIPL/IPSDKIPLFiltering/Processor/SobelGradient3dImg/SobelGradient3dImg.h>#include <boost/python/tuple.hpp>Go to the source code of this file.
Namespaces | |
| ipsdk | |
| Main namespace for IPSDK library. | |
| ipsdk::python | |
| Namespace aggregating IPSDK to python base wrappers. | |
Functions | |
| PYIPSDKIPLFILTERING_API boost::python::tuple | ipsdk::python::sobelGradient2dImg (const ipsdk::image::ImageConstPtr &pInImg) |
| wrapper function for Sobel filter used to compute gradient on a 2d image More... | |
| PYIPSDKIPLFILTERING_API boost::python::tuple | ipsdk::python::sobelGradient2dImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::eSobelKernelType &kernelType, const bool bNormalize) |
| wrapper function for Sobel filter used to compute gradient on a 2d image More... | |
| PYIPSDKIPLFILTERING_API boost::python::tuple | ipsdk::python::sobelGradient3dImg (const ipsdk::image::ImageConstPtr &pInImg) |
| wrapper function for Sobel filter used to compute gradient on a 3d image More... | |
| PYIPSDKIPLFILTERING_API boost::python::tuple | ipsdk::python::sobelGradient3dImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::eSobelKernelType &kernelType, const bool bNormalize) |
| wrapper function for Sobel filter used to compute gradient on a 3d image More... | |
| PYIPSDKIPLFILTERING_API boost::python::tuple | ipsdk::python::getAsyncProcessorOutput (boost::shared_ptr< ipsdk::imaproc::filter::SobelGradient2dImgLvl1 > pProcessor) |
| Wrapper to retrieve the result of an asynchronous processor. | |
| PYIPSDKIPLFILTERING_API boost::python::tuple | ipsdk::python::getAsyncProcessorOutput (boost::shared_ptr< ipsdk::imaproc::filter::SobelGradient3dImgLvl1 > pProcessor) |
| Wrapper to retrieve the result of an asynchronous processor. | |
Utility functions for Sobel gradient python wrapping.
1.8.14