![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Utility functions for cartesian and polar transformations python wrapping. More...
#include <Python/PyIPSDKIPLArithmetic/PyIPSDKIPLArithmeticExports.h>#include <IPSDKIPL/IPSDKIPLArithmetic/Processor/PolarToCartesianImg/PolarToCartesianImg.h>#include <IPSDKIPL/IPSDKIPLArithmetic/Processor/CartesianToPolarImg/CartesianToPolarImg.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 | |
| PYIPSDKIPLARITHMETIC_API boost::python::tuple | ipsdk::python::cartesianToPolarImg (const image::ImageConstPtr &pInXImg, const image::ImageConstPtr &pInYImg) |
| wrapper function for cartesian to polar transformation More... | |
| PYIPSDKIPLARITHMETIC_API boost::python::tuple | ipsdk::python::polarToCartesianImg (const image::ImageConstPtr &pInRhoImg, const image::ImageConstPtr &pInThetaImg) |
| wrapper function for polar to cartesian transformation More... | |
| PYIPSDKIPLARITHMETIC_API boost::python::tuple | ipsdk::python::getAsyncProcessorOutput (boost::shared_ptr< ipsdk::imaproc::arithm::CartesianToPolarImgLvl1 > pProcessor) |
| Wrapper to retrieve the result of an asynchronous processor. | |
| PYIPSDKIPLARITHMETIC_API boost::python::tuple | ipsdk::python::getAsyncProcessorOutput (boost::shared_ptr< ipsdk::imaproc::arithm::PolarToCartesianImgLvl1 > pProcessor) |
| Wrapper to retrieve the result of an asynchronous processor. | |
Utility functions for cartesian and polar transformations python wrapping.
1.8.14