Open
Conversation
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) |
Contributor
Author
There was a problem hiding this comment.
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...
3534c53 to
2b6551d
Compare
Contributor
Author
|
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. |
2ae49a7 to
fe2a0d8
Compare
05766bd to
094a9b5
Compare
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
55b205b to
03e0310
Compare
This file contains hidden or 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
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.