Name
mad_scalar - multiply by the scalar the input image2 and add to the image1. image1 += scalar * image2
Usage
Util.mad_scalar(image1, image2, scalar)
Input
- image1
- input image
- image2
- input image
- scalar
- scalar (float)
Output
- image1
- the input image1 is modified
Description
image1 += scalar * image2
Author / Maintainer
Pawel A. Penczek
Keywords
- category 1
- UTILITIES
Files
util_sparx.cpp
See also
mul_scalar, add_img, add_img2, sub_img, mul_img
Maturity
- stable
- works for most people, has been tested; test cases/examples available.
Bugs
None. It is perfect.