![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Wrapper functions for function computing a contrasted image by ponderation along the Z axis. 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::zStackFocusPonderationImg (const image::ImageConstPtr &pInImg) |
| wrapper function for function computing a contrasted image by ponderation along the Z axis More... | |
| IPSDKIPLFILTERING_API image::ImagePtr | ipsdk::imaproc::filter::zStackFocusPonderationImg (const image::ImageConstPtr &pInImg, const ipUInt32 inOptContrastRadius) |
| wrapper function for function computing a contrasted image by ponderation along the Z axis More... | |
| IPSDKIPLFILTERING_API image::ImagePtr | ipsdk::imaproc::filter::zStackFocusPonderationImg (const image::ImageConstPtr &pInImg, const ipUInt32 inOptContrastRadius, const ipUInt32 inOptMeanSmoothingValue, const ipReal32 inOptZoomFactor) |
| wrapper function for function computing a contrasted image by ponderation along the Z axis More... | |
| IPSDKIPLFILTERING_API void | ipsdk::imaproc::filter::zStackFocusPonderationImg (const image::ImageConstPtr &pInImg, const image::ImagePtr &pOutImg) |
| wrapper function for function computing a contrasted image by ponderation along the Z axis More... | |
| IPSDKIPLFILTERING_API void | ipsdk::imaproc::filter::zStackFocusPonderationImg (const image::ImageConstPtr &pInImg, const ipUInt32 inOptContrastRadius, const image::ImagePtr &pOutImg) |
| wrapper function for function computing a contrasted image by ponderation along the Z axis More... | |
| IPSDKIPLFILTERING_API void | ipsdk::imaproc::filter::zStackFocusPonderationImg (const image::ImageConstPtr &pInImg, const ipUInt32 inOptContrastRadius, const ipUInt32 inOptMeanSmoothingValue, const ipReal32 inOptZoomFactor, const image::ImagePtr &pOutImg) |
| wrapper function for function computing a contrasted image by ponderation along the Z axis More... | |
| IPSDKIPLFILTERING_API boost::shared_ptr< ZStackFocusPonderationImgLvl1 > | ipsdk::imaproc::filter::zStackFocusPonderationImg_async (const image::ImageConstPtr &pInImg) |
| asynchronous wrappers | |
| IPSDKIPLFILTERING_API boost::shared_ptr< ZStackFocusPonderationImgLvl1 > | ipsdk::imaproc::filter::zStackFocusPonderationImg_async (const image::ImageConstPtr &pInImg, const ipUInt32 inOptContrastRadius) |
| asynchronous wrappers | |
| IPSDKIPLFILTERING_API boost::shared_ptr< ZStackFocusPonderationImgLvl1 > | ipsdk::imaproc::filter::zStackFocusPonderationImg_async (const image::ImageConstPtr &pInImg, const ipUInt32 inOptContrastRadius, const ipUInt32 inOptMeanSmoothingValue, const ipReal32 inOptZoomFactor) |
| asynchronous wrappers | |
| IPSDKIPLFILTERING_API boost::shared_ptr< ZStackFocusPonderationImgLvl1 > | ipsdk::imaproc::filter::zStackFocusPonderationImg_async (const image::ImageConstPtr &pInImg, const image::ImagePtr &pOutImg) |
| asynchronous wrappers | |
| IPSDKIPLFILTERING_API boost::shared_ptr< ZStackFocusPonderationImgLvl1 > | ipsdk::imaproc::filter::zStackFocusPonderationImg_async (const image::ImageConstPtr &pInImg, const ipUInt32 inOptContrastRadius, const image::ImagePtr &pOutImg) |
| asynchronous wrappers | |
| IPSDKIPLFILTERING_API boost::shared_ptr< ZStackFocusPonderationImgLvl1 > | ipsdk::imaproc::filter::zStackFocusPonderationImg_async (const image::ImageConstPtr &pInImg, const ipUInt32 inOptContrastRadius, const ipUInt32 inOptMeanSmoothingValue, const ipReal32 inOptZoomFactor, const image::ImagePtr &pOutImg) |
| asynchronous wrappers | |
| IPSDKIPLFILTERING_API image::ImagePtr | ipsdk::imaproc::filter::getAsyncProcessorOutput (boost::shared_ptr< ZStackFocusPonderationImgLvl1 > pProcessor) |
| function to retrieve the result of an asynchronous processor | |
Wrapper functions for function computing a contrasted image by ponderation along the Z axis.
1.8.14