Run the complete matting pipeline on a single image. Args: image: Input image in BGR format. Returns: Alpha matte as a uint8 grayscale image.
(
self,
image: np.ndarray,
)
source not stored for this graph (policy: none)
no test coverage detected