-
Notifications
You must be signed in to change notification settings - Fork 66
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
[wip] layer values at cursor position #229
Open
paulhfu
wants to merge
12
commits into
ilastik:main
Choose a base branch
from
paulhfu:label-info-at-cursor-position
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
paulhfu
force-pushed
the
label-info-at-cursor-position
branch
from
April 3, 2019 14:25
47ab62c
to
11b3150
Compare
paulhfu
commented
Apr 3, 2019
volumina/sliceSelectorHud.py
Outdated
image = self.editor.imageViews[imgView].scene()._tileProvider._cache.layer(stack_id, layer_id, | ||
tile_id) | ||
if image is not None: | ||
colorVal = image.pixelColor(x%blockSize,y%blockSize) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @m-novikov, this is how I am getting the data right now. Hacking into tileProvider. As we discussed, these are not the raw dataSources...
paulhfu
force-pushed
the
label-info-at-cursor-position
branch
from
April 8, 2019 13:58
3534c53
to
2b6551d
Compare
Hey @k-dominik, sorry, I was too quick telling you that this can be looked at. There is still a bug which needs some attention. |
paulhfu
force-pushed
the
label-info-at-cursor-position
branch
from
April 29, 2019 11:40
2ae49a7
to
fe2a0d8
Compare
paulhfu
force-pushed
the
label-info-at-cursor-position
branch
from
June 14, 2019 16:06
05766bd
to
094a9b5
Compare
paulhfu
force-pushed
the
label-info-at-cursor-position
branch
4 times, most recently
from
October 7, 2019 08:35
2208c0b
to
ed0d755
Compare
There is strange behavior, when live update is not on.
…to reduce the updates only on the label positions
… caches, storing raw datasources
…that show respective layer value if showValue active. Exceptional case for segmentation.
…e the feature possible for layers that implement getPosInfo
…. Optimize the functions in layers
paulhfu
force-pushed
the
label-info-at-cursor-position
branch
from
October 11, 2019 13:31
55b205b
to
03e0310
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Display the respective values of a selected amount of layers at current position of cursor in image view.