pixelpos - extracts pixel values of points marked on an image and send them to the standard output.
pixelpos [-xm val] [-ym val] [-xM val] [-yM val] [-i input_file| --input input_file] [-q|--quiet] [-nof|--no-output-file] [-?|-h|--help] FILE
pixelpos displays an image and offers the possibility to define points on it (marked by small rings). Left clicking defines a point and sent its coordinates to 'standard error'. When the program is closed (pressing 'q'), the image coordinates of the points are sent to 'standard output' (see data format below). Alternatively, pressing key 'x', the coordinates of the selected point is directly sent to 'standard output'. By default, the last point marked is selected (red ring), the other points are unselected (grey rings). Any existing point can be selected or its position changed using the mouse (explained below). The image can be a jpg, a png or a tiff image (the type is recognised by the extension, 16bits images can also be opened). In order to offer very fast zooming and panning, only a part of the image is shown at a particular moment with full accuracy, the rest of the image is shown at a lower resolution. The region of interest can be changed interactively using the mouse. The luminosity and contrast of the region of interest can be changed very fast using the keyboard or reset to its original value.
Returns the manual page
INTEGER is the x coordinate of the bottom left corner of the bounding box.
INTEGER is the x coordinate of the upper right corner of the bounding box.
INTEGER is the y coordinate of the bottom left corner of the bounding box.
INTEGER is the y coordinate of the upper right corner of the bounding box.
FILE contains image coordinates of points on the image which are imported when the file opens.
Just output what is requested, no extra information.
the points are not sent to standard output when the program is closed (see effect of key 'x' below)
erase selected point
export selected point
wireframe mode (points are seen more clearly)
solid mode (the image is seen)
quit (and write the extracted points on the standard output)
lower contrast
higher contrast
lower luminosity
higher luminosity
reset contrast and luminosity
Written by Pierre Smars (first version: 2001)
Reports of bugs or problems should be submitted via electronic mail to <smars@yuntech.edu.tw>.
Copyright (C) 2015 Pierre Smars. License GPLv2 <http://www.gnu.org/licenses/gpl-2.0.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
homography, pickpoint, camera.tcl