![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
affine operation on grey levels of an image More...
| IPSDKIPLARITHMETIC_API image::ImagePtr | ipsdk::imaproc::arithm::multiplyAddScalarImg (const image::ImageConstPtr &pInImg, const ipReal64 inFactor, const ipReal64 inOffset) |
| wrapper function for affine operation on an image More... | |
| IPSDKIPLARITHMETIC_API void | ipsdk::imaproc::arithm::multiplyAddScalarImg (const image::ImageConstPtr &pInImg, const ipReal64 inFactor, const ipReal64 inOffset, const image::ImagePtr &pOutImg) |
| wrapper function for affine operation on an image More... | |
affine operation on grey levels of an image
On output image values are given by:
with
and
parameters of the operations specified by the user.
The result of the operation automatically saturates if it is out of output image data type range.
Input and output images must have same size.
Attribute description for algorithm :
| Name | ToolTip | Default Initializer |
|---|---|---|
| ipsdk::imaproc::attr::InImg | [Input] image for processing operation | X |
| ipsdk::imaproc::attr::InFactor | [Input] Multiplying factor. Used for instance by shading correction algorithm | X |
| ipsdk::imaproc::attr::InOffset | [Input] Offset. Used for instance by shading correction algorithm | X |
| ipsdk::imaproc::attr::OutImg | [Output] image for processing operation | promoteUnary (_pOutImg, _pInImg, ipsdk::imaproc::ePromoteUnaryType::ePUT_Upper) |
Global rule description for algorithm :
ipsdk::imaproc::matchSize (_pInImg,_pOutImg)
| IPSDKIPLARITHMETIC_API image::ImagePtr ipsdk::imaproc::arithm::multiplyAddScalarImg | ( | const image::ImageConstPtr & | pInImg, |
| const ipReal64 | inFactor, | ||
| const ipReal64 | inOffset | ||
| ) |
wrapper function for affine operation on an image
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
| IPSDKIPLARITHMETIC_API void ipsdk::imaproc::arithm::multiplyAddScalarImg | ( | const image::ImageConstPtr & | pInImg, |
| const ipReal64 | inFactor, | ||
| const ipReal64 | inOffset, | ||
| const image::ImagePtr & | pOutImg | ||
| ) |
wrapper function for affine operation on an image
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
1.8.14