Composite the foreground (image) onto a background using the alpha matte. Args: image: Original image in BGR format. matte: Alpha matte as a uint8 grayscale image. background: Background image in BGR format. Returns: Composited image.
(image: np.ndarray, matte: np.ndarray, background: np.ndarray)
source not stored for this graph (policy: none)