![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Wrapper functions for forward Discrete Fourier Transform for an input 3d image. More...
#include <IPSDKIPL/IPSDKIPLIntensityTransform/IPSDKIPLIntensityTransformExports.h>#include <IPSDKIPL/IPSDKIPLIntensityTransform/Tools/DiscreteFourierTransformImgTypes.h>#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/DFTConfig.h>Go to the source code of this file.
Namespaces | |
| ipsdk::imaproc::itrans | |
| Namespace aggregating intensity transformations on images. | |
Functions | |
| IPSDKIPLINTENSITYTRANSFORM_API ForwardDFTImg | ipsdk::imaproc::itrans::forwardDiscreteFourierTransform3dImg (const image::ImageConstPtr &pInImg3d) |
| wrapper function for forward Discrete Fourier Transform for an input 3d image More... | |
| IPSDKIPLINTENSITYTRANSFORM_API ForwardDFTImg | ipsdk::imaproc::itrans::forwardDiscreteFourierTransform3dImg (const image::ImageConstPtr &pInImg3d, const ipsdk::imaproc::attr::DFTConfigConstPtr &pInOptDFTConfig) |
| wrapper function for forward Discrete Fourier Transform for an input 3d image More... | |
| IPSDKIPLINTENSITYTRANSFORM_API void | ipsdk::imaproc::itrans::forwardDiscreteFourierTransform3dImg (const image::ImageConstPtr &pInImg3d, const ipsdk::imaproc::attr::DFTConfigConstPtr &pInOptDFTConfig, const image::ImagePtr &pOutDFTImg1, const image::ImagePtr &pOutDFTImg2) |
| wrapper function for forward Discrete Fourier Transform for an input 3d image More... | |
| IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< ForwardDiscreteFourierTransform3dImgLvl1 > | ipsdk::imaproc::itrans::forwardDiscreteFourierTransform3dImg_async (const image::ImageConstPtr &pInImg3d) |
| asynchronous wrappers | |
| IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< ForwardDiscreteFourierTransform3dImgLvl1 > | ipsdk::imaproc::itrans::forwardDiscreteFourierTransform3dImg_async (const image::ImageConstPtr &pInImg3d, const ipsdk::imaproc::attr::DFTConfigConstPtr &pInOptDFTConfig) |
| asynchronous wrappers | |
| IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< ForwardDiscreteFourierTransform3dImgLvl1 > | ipsdk::imaproc::itrans::forwardDiscreteFourierTransform3dImg_async (const image::ImageConstPtr &pInImg3d, const ipsdk::imaproc::attr::DFTConfigConstPtr &pInOptDFTConfig, const image::ImagePtr &pOutDFTImg1, const image::ImagePtr &pOutDFTImg2) |
| asynchronous wrappers | |
| IPSDKIPLINTENSITYTRANSFORM_API ForwardDFTImg | ipsdk::imaproc::itrans::getAsyncProcessorOutput (boost::shared_ptr< ForwardDiscreteFourierTransform3dImgLvl1 > pProcessor) |
| function to retrieve the result of an asynchronous processor | |
Wrapper functions for forward Discrete Fourier Transform for an input 3d image.
1.8.14