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
Syntaxpublic static void InfoFlow(
IInputArray image,
IInputArray tmap,
IOutputArray result
)
Public Shared Sub InfoFlow (
image As IInputArray,
tmap As IInputArray,
result As IOutputArray
)
public:
static void InfoFlow(
IInputArray^ image,
IInputArray^ tmap,
IOutputArray^ result
)
static member InfoFlow :
image : IInputArray *
tmap : IInputArray *
result : IOutputArray -> unit
Parameters
- image
- Type: Emgu.CVIInputArray
The input image - tmap
- Type: Emgu.CVIInputArray
The trimap - result
- Type: Emgu.CVIOutputArray
The output mask
See Also