imageproc

Module pixelops

Source
Expand description

Pixel manipulations.

Functionsยง

  • Equivalent to weighted_sum(left, right, left_weight, 1 - left_weight).
  • Adds pixels with the given weights. Results are clamped to prevent arithmetical overflows.