Function accumulate

  • Parameters

    • src: Mat

      Input image of type CV_8UC(n), CV_16UC(n), CV_32FC(n) or CV_64FC(n), where n is a positive integer.

    • dst: Mat

      Accumulator image with the same number of channels as input image, and a depth of CV_32F or CV_64F.

    • Optional mask: Mat

      Optional operation mask.

    Returns void