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
Namespace:
Emgu.CV.Alphamat
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic static class AlphamatInvoke
Public NotInheritable Class AlphamatInvoke
public ref class AlphamatInvoke abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type AlphamatInvoke = class end
The AlphamatInvoke type exposes the following members.
Methods
| Name | Description |
---|
  | InfoFlow |
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