AlphaCompTypes Enumeration |
http://www.emgu.com
Alpha composite types
Namespace:
Emgu.CV.Cuda
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic enum AlphaCompTypes
Public Enumeration AlphaCompTypes
public enum class AlphaCompTypes
Members
| Member name | Value | Description |
---|
| Over | 0 |
Over
|
| In | 1 |
In
|
| Out | 2 |
Out
|
| Atop | 3 |
Atop
|
| Xor | 4 |
Xor
|
| Plus | 5 |
Plus
|
| OverPremul | 6 |
Over Premul
|
| InPremul | 7 |
In Premul
|
| OutPremul | 8 |
Out Premul
|
| AtopPremul | 9 |
Atop Premul
|
| XorPremul | 10 |
Xor Premul
|
| PlusPremul | 11 |
Plus Premul
|
| Premul | 12 |
Premul
|
See Also