Discussion:
guiqwt beginner
vprice1030
2012-07-26 18:59:33 UTC
Permalink
So, I need to display an image from binary data (in the form of a 2D numpy
array)... with that image, I need to be able to adjust contrasts and
thresholds. I need to set that data to a scale and have target
selection.... for example, click on a target and save the x,y data. How
would I go about doing this using guiqwt? I was trying to use pyqtgraph
but found that I couldn't plot an image, only display with adjustable
contrast/etc. Thanks!

Loading...