Get user to click points on a folder of images, and write a CSV table of the coordinates.
Clicking on an image may be interrupted with the Esc key, which will advance to the next image. Pressing capital Q exits the component, capital F exits and FAILS the component. plus and minus keys zoom in and out.
Version | 1.2 |
---|---|
Bundle | anima |
Categories | Image Visualization |
Authors | Ville Rantanen (ville.rantanen@helsinki.fi) |
Issue tracker | View/Report issues |
Requires | Python |
Source files | component.xml clickImage.py |
Usage | Example with default values |
Name | Type | Mandatory | Description |
---|---|---|---|
in | ImageList | Mandatory | Source images. |
Name | Type | Description |
---|---|---|
out | CSV | Coordinate data |
Name | Type | Default | Description |
---|---|---|---|
annotation | string | "" | Value to be added in the output table for each coordinate. |
clicks | int | 1 | Number of clicks required per image. If set to 0, user must exit with Esc key (or closing the window). |
drawCircle | boolean | true | Draw a circle on the image at each clicked point. |
saveArea | boolean | false | Save all the pixels inside the zoom area circle. Implies 'zoom' |
title | string | "Click the image" | Title of the dialog window. "%f" is replaced with current image file name. |
zoom | boolean | false | Display a zoom window besides the image. |