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

Surface resolution influences heatmap visualization in non-obvious ways #1695

Open
pfaion opened this issue Oct 22, 2019 · 1 comment
Open
Labels
plugin: surface_tracker Issues and PRs related to the Surface Tracker plugin type: ui

Comments

@pfaion
Copy link
Contributor

pfaion commented Oct 22, 2019

In most cases the surface resolution seems to have no effect on the heatmap visualiation. It looks mostly similar in the following cases:

  • 1 x 1
  • 100 x 100
  • 1 x 100 (a bit pixelated though)

For some reason, choosing a resolution of 100 x 1 will result in a complete different heatmap visualization though. See last image.

1 x 1:
image

1 x 100:
image

100 x 100:
image

100 x 1:
image

@pfaion
Copy link
Contributor Author

pfaion commented Oct 22, 2019

Notes from @marc-tonsen :
Actually the 100x1 case is expected since the heatmap has only 1 bin in the y direction.
The 1x1 and 1x100 cases are unexpected and are probably the result of the algorithm for the visualization priorotizing good looks.

So this is very low priority.

@papr papr added plugin: surface_tracker Issues and PRs related to the Surface Tracker plugin type: ui labels Feb 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plugin: surface_tracker Issues and PRs related to the Surface Tracker plugin type: ui
Projects
None yet
Development

No branches or pull requests

2 participants