You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a module, that can display arbitrary data that comes in matrix format on screen. You can assume a 1-channel, NxM matrix with real numbers. However, the range of the numbers is not predefined. The user should specify the range, otherwise the values are automatically scaled to [0,1] and displayed accordingly.
This module should provide the option to set up a color map, so that a specific gray value is mapped to a specific color (see eg. "colormap" in matlab).
Comments
mila-brandt on 2015-06-17T12:05:33.000Z:
Milestone changed to Milestone 4
mila-brandt on 2015-06-25T07:52:45.000Z:
Milestone removed
The text was updated successfully, but these errors were encountered:
This issue has been imported from gitlab.
Description
Implement a module, that can display arbitrary data that comes in matrix format on screen. You can assume a 1-channel, NxM matrix with real numbers. However, the range of the numbers is not predefined. The user should specify the range, otherwise the values are automatically scaled to [0,1] and displayed accordingly.
This module should provide the option to set up a color map, so that a specific gray value is mapped to a specific color (see eg. "colormap" in matlab).
Comments
mila-brandt on 2015-06-17T12:05:33.000Z:
Milestone changed to Milestone 4
mila-brandt on 2015-06-25T07:52:45.000Z:
Milestone removed
The text was updated successfully, but these errors were encountered: