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

Wrapper functions for computation of the square root of an image, pixel by pixel. More...

#include <IPSDKIPL/IPSDKIPLArithmetic/IPSDKIPLArithmeticExports.h>
#include <IPSDKImage/Image/ImageTypes.h>

Go to the source code of this file.

Namespaces

 ipsdk::imaproc::arithm
 Namespace aggregating arithmetic operations on images, pixel by pixel.
 

Functions

IPSDKIPLARITHMETIC_API image::ImagePtr ipsdk::imaproc::arithm::sqrtImg (const image::ImageConstPtr &pInRealImg)
 wrapper functions for computation of the square root of an image, pixel by pixel More...
 
IPSDKIPLARITHMETIC_API void ipsdk::imaproc::arithm::sqrtImg (const image::ImageConstPtr &pInRealImg, const image::ImagePtr &pOutImg)
 wrapper functions for computation of the square root of an image, pixel by pixel More...
 
IPSDKIPLARITHMETIC_API boost::shared_ptr< SqrtImgLvl1 > ipsdk::imaproc::arithm::sqrtImg_async (const image::ImageConstPtr &pInRealImg)
 asynchronous wrappers
 
IPSDKIPLARITHMETIC_API boost::shared_ptr< SqrtImgLvl1 > ipsdk::imaproc::arithm::sqrtImg_async (const image::ImageConstPtr &pInRealImg, const image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLARITHMETIC_API image::ImagePtr ipsdk::imaproc::arithm::getAsyncProcessorOutput (boost::shared_ptr< SqrtImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for computation of the square root of an image, pixel by pixel.

Author
H. Delestre
Date
2014/05/09