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

Utility functions for Discrete Fourier Transform computation python wrapping. More...

#include <Python/PyIPSDKIPLIntensityTransform/PyIPSDKIPLIntensityTransformExports.h>
#include <IPSDKIPL/IPSDKIPLIntensityTransform/Tools/DiscreteFourierTransformImgTypes.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/DFTConfig.h>
#include <IPSDKIPL/IPSDKIPLIntensityTransform/Processor/ForwardDiscreteFourierTransform2dImg/ForwardDiscreteFourierTransform2dImg.h>
#include <IPSDKIPL/IPSDKIPLIntensityTransform/Processor/ForwardDiscreteFourierTransform3dImg/ForwardDiscreteFourierTransform3dImg.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

PYIPSDKIPLINTENSITYTRANSFORM_API boost::python::tuple ipsdk::python::forwardDiscreteFourierTransform2dImg (const ipsdk::image::ImageConstPtr &pInImg)
 wrapper function for forward Discrete Fourier Transform for an input 2d image More...
 
PYIPSDKIPLINTENSITYTRANSFORM_API boost::python::tuple ipsdk::python::forwardDiscreteFourierTransform2dImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::DFTConfigConstPtr &pInOptDFTConfig)
 wrapper function for forward Discrete Fourier Transform for an input 2d image More...
 
PYIPSDKIPLINTENSITYTRANSFORM_API boost::python::tuple ipsdk::python::forwardDiscreteFourierTransform3dImg (const ipsdk::image::ImageConstPtr &pInImg3d)
 wrapper function for forward Discrete Fourier Transform for an input 3d image More...
 
PYIPSDKIPLINTENSITYTRANSFORM_API boost::python::tuple ipsdk::python::forwardDiscreteFourierTransform3dImg (const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::imaproc::attr::DFTConfigConstPtr &pInOptDFTConfig)
 wrapper function for forward Discrete Fourier Transform for an input 3d image More...
 
PYIPSDKIPLINTENSITYTRANSFORM_API boost::python::tuple ipsdk::python::getAsyncProcessorOutput (boost::shared_ptr< ipsdk::imaproc::itrans::ForwardDiscreteFourierTransform2dImgLvl1 > pProcessor)
 Wrapper to retrieve the result of an asynchronous processor.
 
PYIPSDKIPLINTENSITYTRANSFORM_API boost::python::tuple ipsdk::python::getAsyncProcessorOutput (boost::shared_ptr< ipsdk::imaproc::itrans::ForwardDiscreteFourierTransform3dImgLvl1 > pProcessor)
 Wrapper to retrieve the result of an asynchronous processor.
 

Detailed Description

Utility functions for Discrete Fourier Transform computation python wrapping.

Author
E.Noirfalise
Date
2017/02/20