eOperation Enumeration
|
|
Arithmetical operations between images or image and number
Namespace:
MediaCy.Commands
Assembly:
MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
SyntaxPublic Enumeration eOperation
Members
| Member name | Value | Description |
---|
| Add | 0 | |
| Subtract | 1 | |
| Mult | 2 |
Multiplication
|
| Div | 3 |
Division
|
| Diff | 4 |
Absolute difference
|
| Min | 5 | |
| Max | 6 | |
| Set | 7 |
Set value
|
| Avg | 8 | |
| Inv | 9 |
Inverse (1/X)
|
| Log | 10 | |
| Exp | 11 | |
| Sqrt | 12 |
Square root
|
| Sqared | 13 |
Square X^2
|
| Pow | 14 |
Power X^N
|
| AND | 15 |
Arithmetical AND operation
|
| Or | 16 | |
| Nand | 17 |
Arithmetical NOT AND operation
|
| XOR | 18 | |
| NOR | 19 |
Arithmetical NOT OR operation
|
| NOT | 20 | |
Remarks
See Also