![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Utility functions for gaussian Hessian python wrapping. More...
#include <Python/PyIPSDKIPLFiltering/PyIPSDKIPLFilteringExports.h>#include <IPSDKIPL/IPSDKIPLFiltering/Processor/GaussianHessian2dImg/GaussianHessian2dImg.h>#include <IPSDKIPL/IPSDKIPLFiltering/Processor/GaussianHessian3dImg/GaussianHessian3dImg.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::gaussianHessian2dImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::ipReal32 inStdDev) |
| wrapper function for Gaussian filter used to compute Hessian on a 2d image More... | |
| PYIPSDKIPLFILTERING_API boost::python::tuple | ipsdk::python::gaussianHessian2dImg (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 Hessian on a 2d image More... | |
| PYIPSDKIPLFILTERING_API boost::python::tuple | ipsdk::python::gaussianHessian3dImg (const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::ipReal32 inStdDev) |
| wrapper function for Gaussian filter used to compute Hessian on a 3d image More... | |
| PYIPSDKIPLFILTERING_API boost::python::tuple | ipsdk::python::gaussianHessian3dImg (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 Hessian on a 3d image More... | |
| PYIPSDKIPLFILTERING_API boost::python::tuple | ipsdk::python::getAsyncProcessorOutput (boost::shared_ptr< ipsdk::imaproc::filter::GaussianHessian2dImgLvl1 > pProcessor) |
| Wrapper to retrieve the result of an asynchronous processor. | |
| PYIPSDKIPLFILTERING_API boost::python::tuple | ipsdk::python::getAsyncProcessorOutput (boost::shared_ptr< ipsdk::imaproc::filter::GaussianHessian3dImgLvl1 > pProcessor) |
| Wrapper to retrieve the result of an asynchronous processor. | |
Utility functions for gaussian Hessian python wrapping.
1.8.14