pyclickimage.run#
- pyclickimage.run(image: ndarray | None = None, output: str | None = None) None[source]#
Launch the ClickImageApp as a standalone application.
- Parameters:
image (numpy.ndarray, optional) – The image to be displayed. If None, a blank window will be shown. Default is None.
output (str, optional) – The path where the CSV file will be saved. If None, the app will not save to a file. Default is None.