Click or drag to resize

AlphamatInvoke Class

http://www.emgu.com
Information Flow algorithm implementaton for alphamatting This module is dedicated to compute alpha matting of images, given the input image and an input trimap.
Inheritance Hierarchy
SystemObject
  Emgu.CV.AlphamatAlphamatInvoke

Namespace:  Emgu.CV.Alphamat
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public static class AlphamatInvoke

The AlphamatInvoke type exposes the following members.

Methods
  NameDescription
Public methodStatic memberInfoFlow
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.
Top
See Also