Is there a way to add axes to an ImageView? I need the interactive histogram that the ImageView offers, but I also need to be able to perform ROI selection and display axes. Can an ImageView be embedded into a larger GraphicsScene perhaps?
-- [ You are subscribed to pyqt...@googlegroups.com. To unsubscribe, send email to pyqtgraph+...@googlegroups.com ]
One more question-- is there a way to link cross-hairs and ROI's? I'd like to be able to create an ROI around a target in the image and export that data, but also display it in real-time using crosshairs...
So my image is a still from a sonar "video" where a target is present. I'd like to be able to mouse over the target and display the location (similar to the cross-hair example, only I can't seem to get that to work with this), but also save/export that location as data (I noticed that you can export data as a .csv, for example) using (I'm guessing) and ROI. Does that help?
-How can I adjust the size of the ROI that is inherently present in the ImageView?
-Can I attach cross-hairs to an ROI? I'd like to slice and export data from the ROI, but also display real-time x,y coordinates with crosshairs.
-How do I normalize the image/data, for the purposes of noise cancellation? Is this possible?