pyclickimage.ClickImageApp#
- class pyclickimage.ClickImageApp(image: ndarray | None = None, output: str | None = None)[source]#
Bases:
QMainWindowPyQt application for collecting precise mouse clicks on images.
Features#
Subpixel precision (float coordinates)
Optional integer rounding mode
Multiple click groups
CSV export/import
Real-time overlay rendering
- get_selected_colormap()[source]#
Get the selected colormap for displaying the image.
- Returns:
The selected colormap.
- Return type:
str