Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output module: Data Visualization #36

Open
cebe-bot opened this issue Jul 14, 2015 · 1 comment
Open

Output module: Data Visualization #36

cebe-bot opened this issue Jul 14, 2015 · 1 comment
Labels

Comments

@cebe-bot
Copy link

This issue has been imported from gitlab.

  • author: @rhaensch
  • assignee: @
  • created on: 2015-05-29T14:46:29.000Z

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

@cebe cebe added the module label Jul 14, 2015
@akarsh
Copy link
Contributor

akarsh commented Oct 15, 2015

I had started the coding for this module with reference to colormap documentation from opencv
(http://docs.opencv.org/modules/contrib/doc/facerec/colormaps.html)
As opencv provides 12 color variations.

There is no make error, when only trying to run the process chain i am encountering this strange error message (https://gist.githubusercontent.com/akarsh/0cb6c604096f4c57fbcc/raw/d89f560f2658664a2bac34586b8328b05bc10991/Colormap%2520error.txt)
you can checkout the colormap branch from my repository to know more about troubleshooting this error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants