![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Wrapper functions for Differential Interference Contrast (DIC) line integration along a given orientation on 2d images. 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::dicIntegration2dImg (const image::ImageConstPtr &pInImg, const ipReal32 inStdDev, const ipReal32 theta) |
| wrapper function for Differential Interference Contrast (DIC) line integration along a given orientation on 2d images More... | |
| IPSDKIPLFILTERING_API void | ipsdk::imaproc::filter::dicIntegration2dImg (const image::ImageConstPtr &pInImg, const ipReal32 inStdDev, const ipReal32 theta, const image::ImagePtr &pOutImg) |
| wrapper function for Differential Interference Contrast (DIC) line integration along a given orientation on 2d images More... | |
| IPSDKIPLFILTERING_API boost::shared_ptr< DicIntegration2dImgLvl1 > | ipsdk::imaproc::filter::dicIntegration2dImg_async (const image::ImageConstPtr &pInImg, const ipReal32 inStdDev, const ipReal32 theta) |
| asynchronous wrappers | |
| IPSDKIPLFILTERING_API boost::shared_ptr< DicIntegration2dImgLvl1 > | ipsdk::imaproc::filter::dicIntegration2dImg_async (const image::ImageConstPtr &pInImg, const ipReal32 inStdDev, const ipReal32 theta, const image::ImagePtr &pOutImg) |
| asynchronous wrappers | |
| IPSDKIPLFILTERING_API image::ImagePtr | ipsdk::imaproc::filter::getAsyncProcessorOutput (boost::shared_ptr< DicIntegration2dImgLvl1 > pProcessor) |
| function to retrieve the result of an asynchronous processor | |
Wrapper functions for Differential Interference Contrast (DIC) line integration along a given orientation on 2d images.
1.8.14