DREAM.3D v6 User Manual
|
Processing (Image)
This Filter allows the user to select a flattening method for turning an array of RGB or RGBa values into grayscale values. The options available in this Filter are Average and Luminosity. If Average is selected, then the R, G and B values are averaged to get a single grayscale value. If Luminosity is selected, then the grayscale value equals (R*0.21)+(G*0.72)+(B*0.07).
Name | Type | Description |
---|---|---|
Flattening Method | Enumeration | Which method to use when flattening the RGB array |
Not Applicable
Kind | Default Name | Type | Component Dimensions | Description |
---|---|---|---|---|
Element Attribute Array | ImageData | uint8_t | (3) or (4) | RGB or ARGB values |
Kind | Default Name | Type | Component Dimensions (dimension, size) | Description |
---|---|---|---|---|
Element Attribute Array | FlatImageData | uint8_t | (1) | Grayscale values |
Please see the description file distributed with this Plugin
If you need more help with a Filter, please consider asking your question on the DREAM.3D Users Google group!