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

Wrapper functions for algorithm allowing to invert 2d image intensity. More...

#include <IPSDKIPL/IPSDKIPLIntensityTransform/IPSDKIPLIntensityTransformExports.h>
#include <IPSDKImage/Image/ImageTypes.h>

Go to the source code of this file.

Namespaces

 ipsdk::imaproc::itrans
 Namespace aggregating intensity transformations on images.
 

Functions

IPSDKIPLINTENSITYTRANSFORM_API image::ImagePtr ipsdk::imaproc::itrans::invert2dImg (const image::ImageConstPtr &pInImg)
 wrapper function for algorithm allowing to invert 2d image intensity More...
 
IPSDKIPLINTENSITYTRANSFORM_API void ipsdk::imaproc::itrans::invert2dImg (const image::ImageConstPtr &pInImg, const image::ImagePtr &pOutImg)
 wrapper function for algorithm allowing to invert 2d image intensity More...
 
IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< Invert2dImgLvl1 > ipsdk::imaproc::itrans::invert2dImg_async (const image::ImageConstPtr &pInImg)
 asynchronous wrappers
 
IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< Invert2dImgLvl1 > ipsdk::imaproc::itrans::invert2dImg_async (const image::ImageConstPtr &pInImg, const image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLINTENSITYTRANSFORM_API image::ImagePtr ipsdk::imaproc::itrans::getAsyncProcessorOutput (boost::shared_ptr< Invert2dImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for algorithm allowing to invert 2d image intensity.

Author
E. Noirfalise
Date
2016/04/25