dlib.image.arithmetics

Per-pixel image arithmetics

Members

Functions

add
SuperImage add(SuperImage a, SuperImage b, SuperImage outp, float t)
SuperImage add(SuperImage a, SuperImage b, float t)

Add two images

divide
SuperImage divide(SuperImage a, SuperImage b, float t)

Divide two images

divide
SuperImage divide(SuperImage a, SuperImage b, SuperImage outp, float t)

Divide two images

invert
SuperImage invert(SuperImage a, SuperImage outp)
SuperImage invert(SuperImage a)

Invert image

multiply
SuperImage multiply(SuperImage a, SuperImage b, SuperImage outp, float t)
SuperImage multiply(SuperImage a, SuperImage b, float t)

Multiply two images

subtract
SuperImage subtract(SuperImage a, SuperImage b, SuperImage outp, float t)
SuperImage subtract(SuperImage a, SuperImage b, float t)

Subtract image b from image a

Meta

Authors

Timur Gafarov