Function accumulateWeighted

  • Parameters

    • src: Mat

      Input image as 1- or 3-channel, 8-bit or 32-bit floating point.

    • dst: Mat

      Accumulator image with the same number of channels as input image, 32-bit or 64-bit floating-point.

    • alpha: number

      Weight of the input image.

    • Optional mask: Mat

      Optional operation mask.

    Returns void