concepts.gui.tk.point_picker.get_click_coordinates_from_image_path#
- get_click_coordinates_from_image_path(image_path, min_dimension=0)[source]#
Opens an image in a UI window and waits for the user to click on the image. Returns the coordinates of the click and closes the window.
- Parameters:
- Returns:
a tuple containing the u and v coordinates of the click (axis 1 and axis 0).
- Return type: