Modeling Guide

Frame Converter

Converts messages, i.e. from the File Consumer, into images/frames.

Configuration Parameters

Parameter

Type

Description

use_color

bool

Changes the color dimension of the array representing the image (colorful: 3 dim., gray: 1 dim.)

Default: true

Input

None

Output

None

Intern

Internal images are represented by a numpy array with shape (1,n,n,c), where n stands for the pixel resolution and c for given colors. If use_color is true, c = 3. Otherwise, it will be loaded as grayscale, c = 1.