Click or drag to resize

AlphamatInvokeInfoFlow Method

http://www.emgu.com
The implementation is based on Designing Effective Inter-Pixel Information Flow for Natural Image Matting by Yağız Aksoy, Tunç Ozan Aydın and Marc Pollefeys, CVPR 2019.

Namespace:  Emgu.CV.Alphamat
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public static void InfoFlow(
	IInputArray image,
	IInputArray tmap,
	IOutputArray result
)

Parameters

image
Type: Emgu.CVIInputArray
The input image
tmap
Type: Emgu.CVIInputArray
The trimap
result
Type: Emgu.CVIOutputArray
The output mask
See Also