VisionX V4 | VRV | VisionX V4 |
vrv - X Windows VisionX Radiology Viewer. |
vrv [-display <displayname>] [-geometry <geometryspec>] [-r] [-H] [if=] [xp=] [yp=] [lut=] [nc=] [-newcmap] [-clean] [-shared] [-img] [+x,y] [t=] [-M] [-v] [-D] [xl= yl= xh= yh=] [-tk] [t=] [-vtitle] [-l] [-s] [-w] [-p] |
Vrv is the X-Windows VisionX Radiology Viewer display command. On color mapped displays Vrv attempts to efficiently allocate color-table entries. By default 128 colors will be allocated, and multiple copies of vrv will share common colors. The lookup tables are dynamically selected depending on the window the cursor is in. The window may be resized using one’s default window manager. The size of the image will be adjusted, using pixel replication or sampling. vrv handles bit and byte images, truecolor images, color-map images, and image sets. Error diffusion is used to display grayscale images on monochrome screens, and a byte image is created from a bit-plane image to display it on a color screen. Truecolor images are dithered for display on an 8-bit pseudocolor display. If vrv is given a VisionX file that does not contain one of the above image formats it will display a menu which enables the user to select how the data is to be displayed. |
The following keystrokes are available in the image window: |
q |
quits the program. |
||
i |
turns on/off the informational overlay. |
||
1 2 3 4 5 |
Selects one of the pre-defined viewing windows. |
||
M |
magnifies the image by a factor of two. |
||
m |
shrinks the image by by a factor of two. |
||
o |
Sets image and the image window to its original size |
||
g |
decrement the gamma setting by 0.025 (brightens image) |
||
G |
increment the gamma setting by 0.025 (darkens image) |
||
r |
set the gamma to its original value 1.0 |
||
f |
advances to the next image in an image set |
||
F |
Displays one complete cycle (going forward) of all the |
images in the image set beginning and ending with the current frame |
/ |
allows the user to specify the frame number of the image to be viewed |
||
b |
changes the view to the previous image in an image set |
||
B |
Displays one complete cycle (going backwards) of all the images in the image set beginning and ending with the current frame |
||
c |
advance to the next image in the sequence until the end then reverse. |
||
h |
moves subregion bounding box left. |
||
j |
moves subregion bounding box down. |
||
k |
moves subregion bounding box up. |
||
l |
moves subregion bounding box right. |
||
H |
expands subregion bounding box horizontally. |
||
J |
expands subregion bounding box vertically. |
||
K |
shrinks subregion bounding box vertically. |
||
L |
shrinks subregion bounding box horizontally. |
||
a |
set the color map to the default values. |
||
z |
set the color map to the zheat color table. |
||
x |
spawn a new vrv to display a selected region; region selection must have been previously made with the right mouse button. |
||
X |
similar to the x command except that the extracted region, if smaller than 256 X 256, is magnified by an integer amount to just fit into a 256 x 256 screen window. |
||
s |
save the displayed image to a specified file (image.vx is the default). If a region has been selected by the right mouse button then just the selected region is saved (segment.vx is the default file name in this case). |
||
d |
dumps the window to a specified file (dump.vx is the default) as a gray scale image. |
||
D |
dumps the window to a specified file (dump.vx is the default) as a pseudocolor image. |
||
p |
pops up a window that has controls to change the colormap. The window has three sliders. The left one changes the minimum value of the colormap, the middle one changes the maximum value of the colormap, and the right one controls the gamma (non-linear rate of change of the colors). There are two more sub-windows. The bottom right one displays the colormap, and the bottom left one shows a histogram of the image and a histogram of the R, G, B values of the colormap. Pressing the middle button on the image window, will display a line on the histogram window, indicating the gray value of the point selected. There are also two buttons. One of them pops down a menu for selecting different colormaps, and the other closes the colormap window. The colormap manipulation widget is only supported on 8 bit displays. |
-display <displayname> |
Use the specified X server for output. |
-geometry <geometryspec> |
Standard X-windows window placement/size. |