![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Wrapper functions for Phase retrieval from Paganin et al. 2004. More...
#include <IPSDKIPL/IPSDKIPLFiltering/IPSDKIPLFilteringExports.h>#include <IPSDKImage/Image/ImageTypes.h>Go to the source code of this file.
Namespaces | |
| ipsdk::imaproc::filter | |
| Namespace aggregating filtering operations on images. | |
Functions | |
| IPSDKIPLFILTERING_API image::ImagePtr | ipsdk::imaproc::filter::dicPhaseRetrieval2dImg (const image::ImageConstPtr &pInImg, const ipReal32 inStdDev) |
| wrapper function for Phase retrieval from Paganin et al. 2004 More... | |
| IPSDKIPLFILTERING_API image::ImagePtr | ipsdk::imaproc::filter::dicPhaseRetrieval2dImg (const image::ImageConstPtr &pInImg, const ipReal32 inStdDev, const ipReal64 mu, const ipReal64 delta, const ipReal64 defocusDistance) |
| wrapper function for Phase retrieval from Paganin et al. 2004 More... | |
| IPSDKIPLFILTERING_API image::ImagePtr | ipsdk::imaproc::filter::dicPhaseRetrieval2dImg (const image::ImageConstPtr &pInImg, const ipReal32 inStdDev, const ipReal64 mu, const ipReal64 delta, const ipReal64 defocusDistance, const ipReal64 lambda, const ipReal64 lengthScale, const ipReal64 energy) |
| wrapper function for Phase retrieval from Paganin et al. 2004 More... | |
| IPSDKIPLFILTERING_API void | ipsdk::imaproc::filter::dicPhaseRetrieval2dImg (const image::ImageConstPtr &pInImg, const ipReal32 inStdDev, const image::ImagePtr &pOutImg) |
| wrapper function for Phase retrieval from Paganin et al. 2004 More... | |
| IPSDKIPLFILTERING_API void | ipsdk::imaproc::filter::dicPhaseRetrieval2dImg (const image::ImageConstPtr &pInImg, const ipReal32 inStdDev, const ipReal64 mu, const ipReal64 delta, const ipReal64 defocusDistance, const image::ImagePtr &pOutImg) |
| wrapper function for Phase retrieval from Paganin et al. 2004 More... | |
| IPSDKIPLFILTERING_API void | ipsdk::imaproc::filter::dicPhaseRetrieval2dImg (const image::ImageConstPtr &pInImg, const ipReal32 inStdDev, const ipReal64 mu, const ipReal64 delta, const ipReal64 defocusDistance, const ipReal64 lambda, const ipReal64 lengthScale, const ipReal64 energy, const image::ImagePtr &pOutImg) |
| wrapper function for Phase retrieval from Paganin et al. 2004 More... | |
| IPSDKIPLFILTERING_API boost::shared_ptr< DicPhaseRetrieval2dImgLvl1 > | ipsdk::imaproc::filter::dicPhaseRetrieval2dImg_async (const image::ImageConstPtr &pInImg, const ipReal32 inStdDev) |
| asynchronous wrappers | |
| IPSDKIPLFILTERING_API boost::shared_ptr< DicPhaseRetrieval2dImgLvl1 > | ipsdk::imaproc::filter::dicPhaseRetrieval2dImg_async (const image::ImageConstPtr &pInImg, const ipReal32 inStdDev, const ipReal64 mu, const ipReal64 delta, const ipReal64 defocusDistance) |
| asynchronous wrappers | |
| IPSDKIPLFILTERING_API boost::shared_ptr< DicPhaseRetrieval2dImgLvl1 > | ipsdk::imaproc::filter::dicPhaseRetrieval2dImg_async (const image::ImageConstPtr &pInImg, const ipReal32 inStdDev, const ipReal64 mu, const ipReal64 delta, const ipReal64 defocusDistance, const ipReal64 lambda, const ipReal64 lengthScale, const ipReal64 energy) |
| asynchronous wrappers | |
| IPSDKIPLFILTERING_API boost::shared_ptr< DicPhaseRetrieval2dImgLvl1 > | ipsdk::imaproc::filter::dicPhaseRetrieval2dImg_async (const image::ImageConstPtr &pInImg, const ipReal32 inStdDev, const image::ImagePtr &pOutImg) |
| asynchronous wrappers | |
| IPSDKIPLFILTERING_API boost::shared_ptr< DicPhaseRetrieval2dImgLvl1 > | ipsdk::imaproc::filter::dicPhaseRetrieval2dImg_async (const image::ImageConstPtr &pInImg, const ipReal32 inStdDev, const ipReal64 mu, const ipReal64 delta, const ipReal64 defocusDistance, const image::ImagePtr &pOutImg) |
| asynchronous wrappers | |
| IPSDKIPLFILTERING_API boost::shared_ptr< DicPhaseRetrieval2dImgLvl1 > | ipsdk::imaproc::filter::dicPhaseRetrieval2dImg_async (const image::ImageConstPtr &pInImg, const ipReal32 inStdDev, const ipReal64 mu, const ipReal64 delta, const ipReal64 defocusDistance, const ipReal64 lambda, const ipReal64 lengthScale, const ipReal64 energy, const image::ImagePtr &pOutImg) |
| asynchronous wrappers | |
| IPSDKIPLFILTERING_API ipsdk::image::ImagePtr | ipsdk::imaproc::filter::getAsyncProcessorOutput (boost::shared_ptr< DicPhaseRetrieval2dImgLvl1 > pProcessor) |
| function to retrieve the result of an asynchronous processor | |
Wrapper functions for Phase retrieval from Paganin et al. 2004.
1.8.14