Python Forum
An interactive image that allows a selection of a specific point
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
An interactive image that allows a selection of a specific point
#1
Hi all,

I am creating a program/script that displays an image of a product with several hundred screw positions. I have a separate list of the coordinates in relation to the upper left corner of the image, and the size of the product in question.

What I am trying to achieve via python is to find a way to link my list of coordinates to this image in the way that a person can "select" a coordinate (in this case a screw) by clicking on it. Then I further process this information later in the script.

I did some googling and saw that there are multiple ways to approach this, but I'd like to know what would be the "least" stressful way.

See attachment for visual presentation of the question.    
Reply


Messages In This Thread
An interactive image that allows a selection of a specific point - by Saksa - Nov-01-2021, 12:30 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  "Interactive" figure in a GUI puje 2 4,650 Jun-24-2020, 06:55 PM
Last Post: puje
  python interactive output with Qt4 eegrek39 8 5,163 Mar-18-2018, 08:41 PM
Last Post: eegrek39

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020