concepts.gui.tk.point_picker.get_click_coordinates_from_array#
- get_click_coordinates_from_array(image_array, min_dimension=0)[source]#
Opens an image (from a numpy array) 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: