Image
The Image block is dedicated to computer vision applications. It normalizes image data, and optionally reduce the color depth.
- Color depth: Color depth to use (RGB or grayscale)
The Image performs normalization, converting each pixel's channel of the image to a float value between 0 and 1. If Grayscale is selected, each pixel is converted to a single value following the ITU-R BT.601 conversion (Y' component only).
Last modified 1yr ago