![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
computation of the square root of an image More...
| 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... | |
computation of the square root of an image
On output image values are given by:
Input and output images must have same size. Input and output types must be real32.
Attribute description for algorithm :
| Name | ToolTip | Default Initializer |
|---|---|---|
| ipsdk::imaproc::attr::InRealImg | [Input] image for processing operation (data contained in image buffer are reals) | X |
| ipsdk::imaproc::attr::OutImg | [Output] image for processing operation | ipsdk::imaproc::duplicateInOut (_pOutImg, _pInRealImg) |
Global rule description for algorithm :
ipsdk::imaproc::matchSize (_pInRealImg,_pOutImg)
| 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
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
| 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
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
1.8.14