|
|
StereoAnaglyphAlgorithm Enumeration |
Namespace: Accord.Imaging.Filters
| Member name | Value | Description | |
|---|---|---|---|
| TrueAnaglyph | 0 |
Creates anaglyph image using the below calculations:
| |
| GrayAnaglyph | 1 |
Creates anaglyph image using the below calculations:
| |
| ColorAnaglyph | 2 |
Creates anaglyph image using the below calculations:
| |
| HalfColorAnaglyph | 3 |
Creates anaglyph image using the below calculations:
| |
| OptimizedAnaglyph | 4 |
Creates anaglyph image using the below calculations:
|
See anaglyph methods comparison for descipton of different algorithms.