IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces
GaussianGradientUtils.h File Reference

Utility functions for gaussian gradient python wrapping. More...

#include <Python/PyIPSDKIPLFiltering/PyIPSDKIPLFilteringExports.h>
#include <IPSDKIPL/IPSDKIPLFiltering/Processor/GaussianGradient2dImg/GaussianGradient2dImg.h>
#include <IPSDKIPL/IPSDKIPLFiltering/Processor/GaussianGradient3dImg/GaussianGradient3dImg.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::gaussianGradient2dImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::ipReal32 inStdDev)
 wrapper function for Gaussian filter used to compute gradient on a 2d image More...
 
PYIPSDKIPLFILTERING_API boost::python::tuple ipsdk::python::gaussianGradient2dImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::ipReal32 inStdDevX, const ipsdk::ipReal32 inStdDevY, const ipsdk::imaproc::attr::GaussianCoverageConstPtr &pInOptGradientGaussianCoverage)
 wrapper function for Gaussian filter used to compute gradient on a 2d image More...
 
PYIPSDKIPLFILTERING_API boost::python::tuple ipsdk::python::gaussianGradient3dImg (const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::ipReal32 inStdDev)
 wrapper function for Gaussian filter used to compute gradient on a 3d image More...
 
PYIPSDKIPLFILTERING_API boost::python::tuple ipsdk::python::gaussianGradient3dImg (const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::ipReal32 inStdDevX, const ipsdk::ipReal32 inStdDevY, const ipsdk::ipReal32 inStdDevZ, const ipsdk::imaproc::attr::GaussianCoverageConstPtr &pInOptGradientGaussianCoverage)
 wrapper function for Gaussian filter used to compute gradient on a 3d image More...
 
PYIPSDKIPLFILTERING_API boost::python::tuple ipsdk::python::getAsyncProcessorOutput (boost::shared_ptr< ipsdk::imaproc::filter::GaussianGradient2dImgLvl1 > pProcessor)
 Wrapper to retrieve the result of an asynchronous processor.
 
PYIPSDKIPLFILTERING_API boost::python::tuple ipsdk::python::getAsyncProcessorOutput (boost::shared_ptr< ipsdk::imaproc::filter::GaussianGradient3dImgLvl1 > pProcessor)
 Wrapper to retrieve the result of an asynchronous processor.
 

Detailed Description

Utility functions for gaussian gradient python wrapping.

Author
E. Noirfalise
Date
2015/12/30