vprice1030
2012-07-26 19:22:46 UTC
Hi all, I'm trying to display a 2D numpy array as an RGB image, with
contrast selection. I need to then set a scale to the image and use mouse
selection to determine the coordinates of targets within the image. I was
trying to use pyqtgraph to do this but it doesn't appear that I can plot an
image as data rather than just an image, so I need to start over using
guiqwt. I've attached my script... the frame data is read in as the slider
moves. If someone could look it over for me and point me in the correct
direction for embedding an image display widget like this, I'd be really
grateful... sorry if the code is sloppy, I'm an uber beginner both with
Python and PyQt.
contrast selection. I need to then set a scale to the image and use mouse
selection to determine the coordinates of targets within the image. I was
trying to use pyqtgraph to do this but it doesn't appear that I can plot an
image as data rather than just an image, so I need to start over using
guiqwt. I've attached my script... the frame data is read in as the slider
moves. If someone could look it over for me and point me in the correct
direction for embedding an image display widget like this, I'd be really
grateful... sorry if the code is sloppy, I'm an uber beginner both with
Python and PyQt.