Module imageproc::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.