Filewatcher File Search
FTP Search
  
Directory 
  
Content Search 
   
pkg://XITE-3.3-3.src.rpm:5079357/xite.tar.gz  info  downloads

./004275000006000025174000000000000640375531200113515ustar00sveinblab00002440001134./doc/004275000006000025174000000000000640376104200121135ustar00sveinblab00002440001134./doc/bugs.html010064000006000025174000000040040630460153200137300ustar00sveinblab00002440001134<html>

<head>
  <title>Bugs in XITE
  </title>
  <link rev=made href="svein@ifi.uio.no">
</head>

<body background="mona_canny.jpg">

<h1> Known bugs in XITE </h1>

<hr>

<h2> Known bugs in version 3.3 </h2>

<ul>
  <li> Some algorithms only work for images with pixel type
       <code>UNS_BYTE</code>.
  <li> Choosing <code>send image</code> from the histogram window works
       properly only for <code>UNS_BYTE</code> images.
  <li> Manipulation of the histogram is not reflected in the image when
       the histogram is made via the xshow menu on platforms with multiple
       hardware colormaps (such as Silicon Graphics Indy). This is not
       serious, since a histogram can also be generated from using the
       mouse button (Shift-MB2) in the image window. In this latter case,
       manipulation of the histogram is reflected.
  <li> The scrollbars in the slice window do not influence each other
       when the application is run on a Silicon Graphics Indy.
  <li> When a very narrow image is displayed, the actual image may only
       occupy a vertical strip on the left side of the window. The rest of
       the window will be shown in the window background color (typically
       gray). This happens when the following conditions are met.
       <ul>
	 <li> The window width is smaller than the width of the window
	      manager decoration (window title above the image).
	 <li> The window is displayed with fixed aspect ratio.
       </ul>
       To solve this, either start <strong>xshow</strong> with the option
       "-aspect" (to use variable aspect ratio) or turn off the fixed aspect
       ratio of the particular window as soon as it has come up (via a
       menu entry in the Options image menu), or remove the window manager
       decoration (see the manual page for your choice of window manager
       or look for a decoration resource in the window manager's application
       defaults file).
</ul>

<hr>

</body>

<address> 
Updated by <a href="mailto:svein@ifi.uio.no">Svein Be</a>.
</address>

</html>
./doc/changes.html010064000006000025174000001533220634276343600144260ustar00sveinblab00002440001134
<html>

<head>
  <title>Changes between XITE versions
  </title>
  <link rev=made href="svein@ifi.uio.no">
</head>

<body background="mona_canny.jpg">

<h1>Changes between XITE versions</h1>

<hr>

Pay special attention to the descriptions of
<strong>version incompatibilities</strong>.
You will find these treated as the first topic for each version.

<h2>Contents</h2>
<ul>
  <li> <a href="#v3.2-3.3">Changes between versions 3.2 and 3.3</a>
  <li> <a href="#v3.1b-3.2">Changes between versions 3.1b and 3.2</a>
  <li> <a href="#v3.1a-3.1b">Changes between versions 3.1a and 3.1b</a>
  <li> <a href="#v3.1-3.1a">Changes between versions 3.1 and 3.1a</a>
  <li> <a href="#v3.0-3.1">Changes between versions 3.0 and 3.1</a>
  <li> <a href="#v3.0">Changes in version 3.0</a>
</ul>

<hr>

<h2><a NAME="v3.2-3.3">Changes between versions 3.2 and 3.3</a></h2>

<ul>
  <li> <a href="#v3.3_incompatibilities">Version incompatibilites</a>
  <li> <a href="#v3.3_documentation">Documentation</a>
  <li> <a href="#v3.3_new-visual">New X based visual programs</a>
  <li> <a href="#v3.3_new-non-visual">New non-visual programs</a>
  <li> <a href="#v3.3_fix-visual">
       New features and bug fixes for X based visual programs</a>
  <li> <a href="#v3.3_fix-non-visual">
       New features and bug fixes for non-visual programs</a>
  <li> <a href="#v3.3_fix-tools">
       New features and bug fixes for toolkit, widgets and functions</a>
  <li> <a href="#v3.3_other">Other</a>
</ul>

<hr>

<h3><a NAME="v3.3_incompatibilities">Version incompatibilities</a></h3>

This version is compatible with the previous version.

<h3><a NAME="v3.3_documentation">Documentation</a></h3>

A number of new man pages are available, e.g. for the <em>Image</em> and
<em>ImageOverlay</em> widgets. Several man pages have been extended, e.g. the
one for the <em>ximage</em> toolkit, and numerous pages have been revised.
</p>

Improved the html descriptions. Hopefully not as many dead-end links.

<h3><a NAME="v3.3_new-visual">New X based visual programs</a></h3>

<h4>xfilter</h4>

An X based visual program for filter design. The input image, filter
and output image are displayed simultaneously along with their Fourier
transform magnitudes. The filter type and window function can be
selected from menus.

<h3><a NAME="v3.3_new-non-visual">New non-visual programs</a></h3>

All the non-visual programs are included in the menu hierarchy for
<em>xshow</em>, the main visual program in XITE.

<h4>bandpass</h4>

Replaces <em>fftMakeBp</em> (which is retained as a script calling
<em>bandpass</em>). <em>bandpass</em> has more options than
<em>fftMakeBp</em>. The filter can be returned in the spatial
or Fourier domain, the window function can be chosen among several
predefined types, and the pixel type can be chosen among all
non-integral types (i.e. real, double, complex and double complex)
when the filter is returned in the spatial domain.

Refer to the new <em>window</em> program below.

<h4>bandstop</h4>

Replaces <em>fftMakeBs</em> (which is retained as a script calling
<em>bandstop</em>). See <em>bandpass</em> above.

<h4>bdf2biff</h4>
Converts a BDF font file to a BIFF image.

<h4>biffwrite</h4>
Writes text on a BIFF image. Depends on BDF font files.

<h4>butterworth</h4>
Makes a Butterworth lowpass filter in the spatial or Fourier domain.

<h4>exponential</h4>
Makes an exponential lowpass filter in the spatial or Fourier domain.

<h4>fftMagPhase</h4>
2D Fourier transform and conversion into linear/logarithmic magnitude
and/or phase.

<h4>highpass</h4>
Replaces <em>fftMakeHp</em> (which is retained as a script calling
<em>highpass</em>). See <em>bandpass</em> above.

<h4>imag</h4>
Replaces <em>fftImag</em> (which is retained as a script calling
<em>imag</em>).

<h4>logarithm</h4>
<ul>
  <li> Replaces <em>fftDisplay</em> (which is retained as a script calling
       <em>logarithm</em>).
  <li> Changed <em>logarithm()</em> to use log10, not log (which gives ln).
  <li> Output pixel type can be chosen among unsigned byte, real and double.
  <li> Can handle all pixel types directly in the input image, without
       converting to complex.
  <li> Improved efficiency for input pixeltypes UNS_BYTE, SIGN_BYTE,
       UNS_SHORT and SIGN_SHORT.
</ul>

<h4>lowpass</h4>
<ul>
  <li> Replaces <em>fftMakeLp</em> (which is retained as a script calling
       <em>lowpass</em>). See <em>bandpass</em> above.
  <li> Fixed bug when all filter-coefficients were zero (divide by zero in
       scaling).
  <li> Major revision of lowpass-generating function which should now work
       irrespective of odd/even filter size and odd/even band size.
</ul>

<h4>lowpassIdeal</h4>
Makes an ideal lowpass filter in the spatial or Fourier domain.

<h4>phase</h4>
<ul>
  <li> Replaces <em>fftPhase</em> (which is retained as a script calling
       <em>phase</em>).
  <li> Added option <em>-shift</em>.
  <li> Will give a real pixel type output for a complex pixel type input and
       a double pixel type output for a double complex pixel type input,
       unless option <em>-b</em> is used.
</ul>

<h4>power</h4>
<ul>
  <li> Replaces <em>fftPower</em> (which is retained as a script calling
       <em>power</em>).
  <li> Handles all input pixel types.
  <li> Can scale the result.
  <li> Output pixel type will be the same as the input pixel type, unless
       option <em>-real</em> is used. This will give a real output type for a
       complex input type and a double output type for a double complex input
       type.
</ul>

<h4>real</h4>
Replaces <em>fftReal</em> (which is retained as a script calling
<em>real</em>).

<h4>window</h4>
Makes a BIFF image containing a window function for filter design.

<h4>zernike</h4>
Computes Zernike moments for an image.

<h3><a NAME="v3.3_fix-visual">
New features and bug fixes for X based visual programs</a></h3>

<h4>General comments</h4>
<ul>
  <li> All the programs are based on the <em>ximage</em> toolkit which is a
       part of XITE. See comments about changes to the toolkit further down.
  <li> The images will by default be split from the control buttons. This
       enables ordinary resizing of all image widgets in all <em>ximage</em>
       based applications.
  <li> The visual class of an image does not need to equal the default visual
       class of the display server.
  <li> All the programs handle images displayed with different visual classes.
  <li> Added menubar to <em>Image</em> and <em>ImageOverlay</em> widgets (no
       OverlayColors menu button for an <em>Image</em> widget).
  <li> A new entry in the Tools menu can create a colorbar for the presently
       active colortable.
  <li> The cursor position in every image can be traced.
  <li> Honors setting of widget width without setting height, and vice
       versa, taking aspect ratio (fixed or variable) into consideration.
  <li> The histogram entry in the Tools menu will now calculate the total
       histogram for a three-band rgb image if the right mousebutton is used
       to select the input image. Previously this would result in three
       histograms, one for each band. Using the middle mouse button will still
       create the histogram only of band numer one (i.e. the red band).
  <li> Every image widget created via the "Send image" button in the histogram 
       window will have the correct callback functions installed and thus
       behave exactly as other image widgets.
  <li> Replaced some Xaw widgets by Xfwf widgets. Also see the <em>ximage</em>
       option <em>-widgetset</em>.
  <li> XPM (X Pixmap) pixmaps and functions are used. XITE supplies the
       necessary code and links with its own libxpm library, to avoid problems
       with non-existent or old versions of local XPM libraries.
  <li> Renamed and added some options and application resources, including
       all the ones which <em>xshow</em> had.
  <li> Fixed segmentation fault when the image display window only consisted
       of one screen pixel.
  <li> The applications do not exit when a single image is closed.
</ul>

<h4>xshow</h4>
<ul>
  <li> Also refer to the general comments about changes to visual programs
       above and changes to the <em>ximage</em> toolkit, <em>Image</em> and
       <em>ImageOverlay</em> widgets described below.
  <li> Improved dialog appearance and input checking when <em>xshow</em>
       starts a program from the menu hierarchy.
  <li> If a colortable or overlay table was produced by the same program
       which produced an image, this colortable will be used for the image.
       Otherwise, the default "Work-map" will be used.
  <li> Fixed bug which sometimes made the main <em>xshow</em> menu disappear
       (e.g. when selecting FFT forward).
  <li> Fixed bug where <em>xshow</em> sometimes would not pop up a submenu.
  <li> Fixed old bug which sometimes made <em>xshow</em> crash when one widget
       among two or more from the same image was killed with the <kbd>q</kbd>
       key.
  <li> The menu file format has been changed, but <em>xshow</em> can still
       read the old format.
  <li> The XTERMOUT code (&lt;xterm&gt;) in a menu file entry is no longer
       removed, but replaced by (-1), the negative of the stdout
       filedescriptor. This means that the XTERMOUT code should be used when
       a program requires a filename for ascii output.
</ul>

<h4>xfft</h4>
<ul>
  <li> Also refer to to the general comments about changes to visual programs
       above and changes to the <em>ximage</em> toolkit, <em>Image</em> and
       <em>ImageOverlay</em> widgets described below.
  <li> Changed pixeltype of Fourier-transform band from unsigned byte to
       real. The old version could only handle unsigned byte output band,
       and the result would be truncated unless a scale-factor was supplied.
       This would give a saturated image. Now, the image should always appear
       correctly.
  <li> The ROI (Region of interest) changes according to expand, shrink, zoom
       and pan.
</ul>

<h4>xhistogram</h4>
<ul>
  <li> Also refer to to the general comments about changes to visual programs
       above and changes to the <em>ximage</em> toolkit, <em>Image</em> and
       <em>ImageOverlay</em> widgets described below.
  <li> Added option <em>-split</em> to the main program. Default behavior is to
       calculate total histogram for all bands of an image. <em>-split</em>
       will calcaulate for each band separately.
</ul>

<h4>xmovie</h4>
<ul>
  <li> Also refer to the general comments about changes to visual programs
       above and changes to the <em>ximage</em> toolkit, <em>Image</em> and
       <em>ImageOverlay</em> widgets described below.
  <li> Removed limitation of maximum 256 bands.
  <li> Added option <em>-f</em>.
</ul>

<h4>xpyramid</h4>
<ul>
  <li> Changed to use the <em>ximage</em> toolkit.
  <li> Also refer to to the general comments about changes to visual programs
       above and changes to the <em>ximage</em> toolkit, <em>Image</em> and
       <em>ImageOverlay</em> widgets described below.
  <li> Fixed bug so that it will now really use the number of colors chosen.
</ul>

<h3><a NAME="v3.3_fix-non-visual">
New features and bug fixes for non-visual programs</a></h3>

<h4>General comments</h4>
<ul>
  <li> Each pixel type has a string representation which can be used on the
       command line of programs which need pixel type input.
  <li> All (hopefully) programs and public functions check that the pixel type
       of image bands are correct.
</ul>

<h4>absValue</h4>
<ul>
  <li> Added option <em>-real</em>.
  <li> Changed absolute value of complex from separate absolute value of
       real and imaginary parts to length of complex vector.
  <li> Allowing complex input band to result in real output band and
       double complex input band to result in double output band.
</ul>

<h4>ascii2biff</h4>
Can now also read ascii images which have coordinate system added by
<em>biff2ascii</em>.

<h4>average</h4>
<ul>
  <li> The bands in the averaging can now have different pixeltypes.
       This could previously give erroneous results, because only the type
       of the first band was tested.
  <li> Can now process bands from several input images.
  <li> Changed scale parameter from integer to double.
</ul>

<h4>biff2pnm</h4>
Now works correctly with all BIFF pixeltypes (converting to unsigned
byte or unsigned short, though without scaling).

<h4>biff2ps</h4>
Requiring arguments for input- and output-files (could be "-" variants
as usual).

<h4>biff2sunraster</h4>
Can now handle all pixeltypes (but without scaling).

<h4>biff2tiff</h4>
Fixed crash.

<h4>biffcopy</h4>
Accepts multiple <em>-band</em> options.

<h4>binarize</h4>
Removed "bus error" for method Ab.

<h4>canny</h4>
Fixed bug in generation of canny filters.

<h4>color2ascii</h4>
Changed interpretation of filename argument. Empty filename is no
longer interpreted. Both <kbd>-</kbd> and <kbd>-1</kbd> mean stdout.
Removed option <em>-o</em>.

<h4>colorquant</h4>
Fixed bug in pixelvalue calculation for BIFF colortable file.

<h4>crossSection</h4>
Fixed functions to really be able to handle any pixeltype.

<h4>fht2d</h4>
Changed the fht2d function so as not to change the input band. Also fixed
memory read error.

<h4>glcmParameter</h4>
Avoiding "bus error".

<h4>houghCircle</h4>
Initializing band correctly.

<h4>houghLine</h4>
Fixed rounding error.

<h4>linearTrans</h4>
Fixed addressing which caused "segmentation fault" on some architectures.

<h4>matlab2biff</h4>
Removed mxFree-statement which caused errors in conversion.

<h4>maxarea</h4>
Made sure that index does not go outside image bounds.

<h4>pnm2biff</h4>
Fixed addressing bug in BIFF image band.

<h4>pseudo2rgb</h4>
Fixed "bus error" bug caused by the color handling using the complete
24-bit pixel-value in a colortable, not only the pseudocolor part.

<h4>pyramid</h4>
Testing that the number of levels is not too high. This would
generate bands of size 0 which <em>xshow</em> does not like.

<h4>rainbow</h4>
Requiring &lt;outfile&gt; argument to be given.

<h4>rms</h4>
Added all pixeltypes.

<h4>segmSpannWilson</h4>
Avoiding "segmentation fault" error.

<h4>statistics</h4>
<ul>
  <li> Fixed bug in calculating standard deviation (at least buggy on
       SGI). Now works fine also on e.g. unsigned short pixeltype.
  <li> Can now read from multiple <kbd>-</kbd> file arguments.
</ul>

<h3><a NAME="v3.3_fix-tools">
New features and bug fixes for toolkit, widgets and functions</a></h3>

<h4>ximage toolkit</h4>
<ul>
  <li> Also see the general comments about
       <a href="#v3.3_fix-visual">changes to X-based visual programs</a>.
  <li> The toolkit has been almost completely rewritten.
  <li> Several new toolkit command-line options and application resources.
  <li> <em>Image</em> and <em>ImageOverlay</em> widgets can now be displayed
       separately from buttons, sliders etc. The old behavior is still
       supported. The options <em>-layout</em>, <em>-panelcontainer</em> and
       <em>-adjustwidth</em> can be used to get the desired behavior.
  <li> Displaying images separately from buttons etc. has the advantage that
       the images can be resized with the mouse, as usual for images controlled
       by the window manager.
  <li> Image menus for Colors, OverlayColors, Tools, Options and Visuals
       are available to all applications based on the <em>ximage</em> toolkit.
       The OverlayColors menu is only available for <em>ImageOverlay</em>
       image widgets.
  <li> Added widgettype "P" (Prompt), "l" (list) and "E" (small ascii).
  <li> The user can choose between using Athena widgets Command and Toggle or
       the Free Widget Foundation widgets XfwfButton and XfwfToggle (with a
       runtime option).
  <li> A new function <em>ximageLayout</em> can be used as an alternative to
       <em>ximage_layout</em>. The new function is more flexible.
  <li> Widget types can now also be specified by descriptive words, not only
       one-letter codes.
  <li> Added code to handle passing of callback-function-data to display
       functions (e.g. via histogram). This will make image widgets produced
       via the "Send image" button in the histogram window behave exactly
       like other image widgets.
  <li> Added function close_shell (action function CloseShell) which replaces
       several other similar functions defined in some <em>ximage</em>-based
       applications.
  <li> Changed resource instance name of image widgets to always be "image"
       when the widget is created via the <em>ximage_layout</em> or
       <em>ximageLayout</em> functions.
  <li> Removed setting of fallback-resources.       
  <li> Moved some of the color-resource checking to the <em>Image</em> and
       <em>ImageOverlay</em> widgets (in Initialize and SetValues methods).
</ul>

<h4>Image widget</h4>
<ul>
  <li> Added a manual page comment for the widget.
  <li> Added the readonly resource XtNimageRgb which keeps track of whether
       the widget displays one band or a three-band rgb image.
  <li> Added checking of color resources (some code moved in from ximage.c,
       formerly Xdisplay.c). Checking is done both for Initialize() and
       SetValues() methods.
  <li> Improved the SetValues() method to handle more situations of resource
       setting.
  <li> Now only freeing pixmap memory if the pixmap size must change. This
       saves allocation time.
  <li> Added WMColormap action-function. This will inform the window manager
       about which widgets need their colormap installed when the mouse pointer
       is inside the widgets. It was needed especially for the case of
       DirectColor visual and "reduced-color" display.
  <li> Added tables tab128_s and tab256_s as default values for the XtNcolorPtr
       resource (set by the function deftab()).
  <li> Added functions ImageCopyResources, ImageGetResources and
       ImageGetImageResources.
  <li> Added functions ImageScreenToWidth(), ImageScreenToHeight(),
       ImageWidthToScreen() and ImageHeightToScreen().
  <li> Made sure widget width or height does not become zero.
</ul>

<h4>ImageOverlay widget</h4>
<ul>
  <li> Added checking of color resources in methods Initialize() and
       SetValues().
  <li> Added resource <em>roiZoomPan</em> to enable resizing and panning of
       the ROI (Region of interest) along with widget zooming and panning.
  <li> Changed the Redisplay() function (expose method) to take care of a ROI
       which should be zoomed and panned (via the resource roiZoomPan).
  <li> Added functions ImageOverlayCopyResources, ImageOverlayGetResources
       and ImageOverlayGetImageOverlayResources.
  <li> Made sure widget width or height does not become zero.
</ul>

<h4>InitMessage function</h4>
<ul>
  <li> InitMessage now strips a trailing <kbd>.bin</kbd> from the program
       name, in order to work properly for the X based applications which
       are started via shell scripts.
</ul>

<h3><a NAME="v3.3_other">Other</a></h3>

<h4>Code improvements</h4>
<ul>
  <li> Most of the code for the <em>ximage</em> toolkit and the main display
       program <em>xshow</em> has been rewritten.
  <li> The header files related to image processing can now be used with C++.
</ul>

<h4>cxite</h4>
The compilation/linking script also links with libxiteX.a and libxpm.a.

<hr>

<h2><a NAME="v3.1b-3.2">Changes between versions 3.1b and 3.2</a></h2>

<ul>
  <li> <a href="#v3.2_incompatibilities">Version incompatibilites</a>
  <li> <a href="#v3.2_fix-visual">
       New features and bug fixes for X based visual programs</a>
  <li> <a href="#v3.2_fix-non-visual">
       New features and bug fixes for non-visual programs</a>
  <li> <a href="#v3.2_fix-tools">
       New features and bug fixes for toolkit, widgets and functions</a>
</ul>

<hr>

<h3><a NAME="v3.2_incompatibilities">Version incompatibilities</a></h3>

This version is incompatible with the previous version in the following areas
<ul>
  <li> Changed parameter list for <em>ximage_layout()</em>. The first
       parameter must now always be non-NULL. It should be equal to the
       widget reference returned from <em>ximage_init()</em>. Setting this
       parameter equal to NULL in previous versions, resulted in a new window
       on the screen. This is now instead controlled by the new last parameter
       <em>res_inst_name</em> (short for <dfn>resource_instance_name</dfn>).
       This should supply the X instance name of the new widget (if you don't
       understand this, just supply an arbitrary string). If equal to NULL,
       there will not be a new window.
  <li> Some widgets have changed class or instance name. If you have set
       X resources for these in an X resource file, the behaviour may not be
       what you expect. Check the documentation for the program you are running
       (if this is supplied with XITE). If you have written the program
       yourself, based on the ximage toolkit supplied with XITE, check the
       documentation for ximage.
  <li> The widget hierarchies in the XITE display programs have changed.
       You may want to adjust any X resource settings you have made.
</ul>

<h3><a NAME="v3.2_fix-visual">
New features and bug fixes for X based visual programs</a></h3>

<h4>xshow</h4>
<ul>
  <li> Bug fixes
  <ul>
    <li> Fixed bug which caused crash if path in FileSelector window was
	 given as a single <kbd>~</kbd>.
    <li> Fixed bug which sometimes caused crash during zooming.
    <li> Removed warning if bits-per-rgb does not equal 8. bits-per-rgb
	 different from 8 has no influence on the way XITE display programs
	 behave. The bits-per-rgb characteristic is a measure of the
	 resolution of the D/A convertor in the display hardware.
    <li> Fixed bug which caused crash if empty directory field was returned
	 in fileselector widget.
  </ul>
  <li> Changes to main menu hierarchy
  <ul>
    <li> Introduced a permanent separate window for the program menu
	 hierarchy, not launched by the "Run program" button in the Control
	 window.
    <li> Submenus in the main menu-window require a mouse click to pop up.
	 Lower-level submenus may still pop up because of mouse movement.
    <li> Made sure that submenus don't pop up too low or too far to the right
	 to be visible on the screen.
    <li> Introduced possilibity for saving/sticking submenus on the screen.
    <li> Installed keyboard accelerators/shortcuts in the Control window
	 for the quit, help and macro buttons as well as for popping up
	 submenus (temporary and permanent) and executing command entries.
    <li> One may navigate in the permanent submenus with the keyboard
	 (arrow down/up or ctrl n/p) and command entries can be executed
	 with the Return key.
    <li> Permanent submenus can be popped down with the <kbd>q</kbd> key.
    <li> Added menu items for reading and copying only certain bands from
	 an image.
  </ul>
  <li> Changes/additions to menu entries
  <ul>
    <li> Made rainbow (in menu entry "Create ihs-based colormap") send output
	 to a separate xterm window which can be saved with Shift+Btn2.
    <li> Made color2ascii (in menu entry "Colortable --> Ascii") send output
	 to a separate xterm window which can be saved with Shift+Btn2.
    <li> Added menu entries for reading and copying only specific bands from
	 an image.
    <li> The menu entry "Rgb --> pseudocolor" is now processed entirely
	 by colorquant, not by makepseudo.
  </ul>
  <li> Other user-interface changes
  <ul>
    <li> Removed "Run program" button from Control window.
    <li> Changed position of Macro button in Control window.
    <li> Removed macro filename from label in macro button.
    <li> Added confirmation box for stopping macro logging.
    <li> Made the Control window, histogram and slice applications better
	 at handling user-selected fonts, i.e. label/command
         widget widths are determined by chosen font/string.
    <li> Control window now behaves better during a window manager resize.
    <li> Changed width of term widget from 80 times max_bounds for font to
         80 times the width of the character <var>m</var>.
    <li> Histogram data are now back in the top label of the histogram
	 window (accidentally removed).
    <li> A fileselector widget is now used when saving the contents of an
	 xterm window to file.
    <li> A fileselector widget is now used when sending a colortable from
	 the histogram application to a file.
  </ul>
  <li> Changes to X resources
  <ul>
    <li> The application resource file is no longer installed in the standard
	 app-defaults directory by the XITE installation procedure. Instead
	 <em>xshow</em> sets the environment variable XAPPLRESDIR (and possibly also
	 XUSERFILESEARCHPATH) appropriately, so that the resource file is
	 found in the directory $XITE_HOME/etc/app-defaults. This should not
	 make any difference to the typical user.
    <li> The Control window is now also the main application shell generated
	 when the application is initialized.
    <li> Changed the widgets of class Box to class Form in the Control window.
         This improves the behaviour when the window is resized.
    <li> Changed instance names of Form widgets (which used to be Box widgets)
	 in the Control window.
    <li> Added some constraint resources (like XtNfromHoriz and XtNright)
	 because of the above change of class from Box to Form.
    <li> Instance name of macro button changed to action1Button.
    <li> Main menu hierarchy starts with a widget of class TopLevelShell,
         popped up below the top application shell (Control window).
    <li> Changed popup menus in the program menu hierarchy from class
	 MenuShell to class OverrideShell (to avoid the popup location to
	 depend on pointer position).
    <li> Changed classes of menu command entry buttons and submenu buttons to
         MenuCommand and SubMenuCommand respectively (in order to be able to
         set common resources for all the widgets in each class).
    <li> Changed image shell from separate ApplicationShell to a
	 TopLevelShell which is popped up from the Control window.
    <li> Several Xslice resources removed because of hardcoding in source-code.
    <li> Improved setting of width of stderr widget.
    <li> Changed class of histogram application from ApplicationShell to
         TopLevelShell which is popped up from the corresponding image widget
         shell.
    <li> Changed some hardcoded resource-settings for the histogram
	 application.
    <li> Added setting of some constraint resources for the slice application.
    <li> Changed xterm shell widget from ApplicationShell class to
	 TopLevelShell class which is popped up from the Control window.
    <li> Set font of menu dialog-widget to fixed-width.
  </ul>
  <li> Other changes
  <ul>
    <li> If <em>xshow</em> is used at the end of a pipe, an argument of
	 <kbd>-</kbd> must be given to indicate that it should read from
	 stdin. Previously this argument was not needed.
  </ul>
</ul>

<h4>xadd, xfft, xhistogram, xmovie, xpyramid, xregion</h4>
<ul>
  <li> The application resource file is no longer installed in the standard
       app-defaults directory by the XITE installation procedure. Instead
       each program sets the environment variable XAPPLRESDIR (and possibly
       also XUSERFILESEARCHPATH) appropriately, so that the resource file is
       found in the directory $XITE_HOME/etc/app-defaults. This should not
       make any difference to the typical user.
</ul>

<h4>xadd</h4>
Using file-selector widget to get filenames.

<h4>xfft, xmovie, xshow</h4>
<ul>
  <li> Additional toplevel widgets are now pop-up
       widgets of class TopLevelShell, not ApplicationShell.
       This means that some X resource specifications have changed.
  <li> Fixed bug which sometimes caused crash during zooming.
</ul>

<h4>xfft</h4>
<ul>
  <li> Fixed info() to report current values, not constants.
  <li> Improved treatment of roixsize and roiysize (independent).
  <li> Using file-selector widget to get filenames.
</ul>

<h4>ximage_example</h4>
<ul>
  <li> Updated since several changes have been made to the ximage toolkit.
  <li> Upgraded to better adhere to XITE standard.
</ul>

<h4>xpyramid</h4>
Fixed bug which sometimes caused crash during zooming.

<h4>xregion</h4>
<ul>
  <li> Can now produce histogram without crashing.
  <li> Made the "Send colortab" entry in the histogram application sensitive.
  <li> Using file-selector widget to get filenames.
</ul>

<h3><a NAME="v3.2_fix-non-visual">
New features and bug fixes for non-visual programs</a></h3>

<h4>addw</h4>
Fixed bug (introduced in version 3.1) when bands were of pixeltype
unsigned-byte.

<h4>binarize</h4>
Introduced limitation on region size to minimum of xsize and ysize
of image.

<h4>color2ascii</h4>
<ul>
  <li> Should now give correct ascii result regardless of byteorder.
  <li> Error message if input file is not BIFF colortable. Earlier versions
       also processed BIFF images.
  <li> Removed option <em>-ind</em>.
</ul>

<h4>colorquant</h4>
<ul>
  <li> Implemented option <em>-c</em> (for BIFF colortable output).
  <li> Added options <em>-ct</em> and <em>-t</em> (for colortable and image
       titles).
</ul>

<h4>makepseudo</h4>
<ul>
  <li> Fixed usage message.
  <li> Temporary storage area is determined by environment variable TMPDIR.
  <li> Updated because of changes to colorquant.
</ul>

<h4>mct</h4>
<ul>
  <li> Responds with usage message if no argument is given.
  <li> Changed to only store 8 bits from pixel-value, not 3x8 bits.
</ul>

<h4>rainbow</h4>
Output pixel-values written as hexadecimal numbers.

<h4>regionAnalyse</h4>
Added "M" (i.e. mean) as possibility for option <em>-if</em>.

<h4>saturmod</h4>
<ul>
  <li> Can now read pixel-values in hexadecimal format.
  <li> Lines in colormap file can start with initial <samp>#</samp> (for
       comments).
</ul>

<h3><a NAME="v3.2_fix-tools">
New features and bug fixes for toolkit, widgets and functions</a></h3>

<h4>ximage toolkit</h4>
<ul>
  <li> Fix to avoid segmentation fault when changing overlay color.
  <li> Changed parameters to ximage_layout().
  <li> Fixed bug in ximage_info().
  <li> Fixed bug which sometimes caused crash during zooming.
  <li> Added widget type MenuButton to the possibilities handled by
       ximage_layout().
  <li> Added manual page comments, especially on arguments to callback function
       ximage_work_fun.
</ul>

<h4>Image and ImageOverlay widgets</h4>
<ul>
  <li> Changes because image is now a popup child of Control widget.
  <li> Made sure that widget is really resized fully when the window manager
       requests a resize.
  <li> Changed SetValues() in terms of how the widget instance variable
       "update" is set and to give return-value depending on what instance
       variables were changed.
  <li> Moved contents of SetValuesHook() into SetValues() (the hook procedure
       is obsolete since X11R4, though called by Xt for compatibility).
  <li> Moved UPDATE_* constants from private header-file to public header-file.
  <li> Fixed bug which sometimes caused crash during zooming.
</ul>

<h4>PrintColortable</h4>
<ul>
  <li> Changed so that printed ascii colortable with hex-format pixelvalues
       has leading <samp>0x</samp>, not zeros. In this way, the program
       <em>mct</em> will determine the correct number base.
  <li> Fixed bug so that it now should give the same output ascii format
       for pixelvalues in colortable regardless of host byteorder.
  <li> Removed function argument "ind".
</ul>

<h4>tilde_expand</h4>
Fixed bug which caused crash if filename was given as a single <kbd>~</kbd>.

<hr>

<h2><a NAME="v3.1a-3.1b">Changes between versions 3.1a and 3.1b</a></h2>

<ul>
  <li> <a href="#v3.1b_incompatibilities">Version incompatibilites</a>
  <li> <a href="#v3.1b_new">New programs</a>
  <li> <a href="#v3.1b_fix-visual">
       New features and bug fixes for X based visual programs</a>
  <li> <a href="#v3.1b_fix-non-visual">
       New features and bug fixes for non-visual programs</a>
  <li> <a href="#v3.1b_other">Other code changes</a>
</ul>

<hr>

<h3><a NAME="v3.1b_incompatibilities">Version incompatibilities</a></h3>

This version is compatible with the previous version.

<h3><a NAME="v3.1b_new">New programs</a></h3>

<h4>biff2pnm and pnm2biff</h4>
For conversion between BIFF and pbm/pgm/ppm (from the pbmplus or netpbm
free software package).

<h4>kMeansCluster</h4>
Renamed from KmeansCluster.

<h3><a NAME="v3.1b_fix-visual">
New features and bug fixes for X based visual programs</a></h3>

<h4>xshow</h4>
Made sure that also the color menus available from the menu-bar will
mark current colormaps (fixed by adding translations to resource file).

<h4>xadd, xfft, xmovie, xregion</h4>
Enabled marking of current colormap and overlay colormap in Colors
and OverlayColors menus in menubar.

<h3><a NAME="v3.1b_fix-non-visual">
New features and bug fixes for non-visual programs</a></h3>

<h4>biff2sunraster</h4>
Removed segmentation fault and updated menu-file.

<h3><a NAME="v3.1b_other">Other code changes</a></h3>

<h4>src-directory </h4>
<ul>
  <li> biff/biff.h: Added definition of NULL.
  <li> sunraster/biff2sunraster.c: Added colormap-length parameter to
	function write_sunraster.
</ul>

<hr>

<h2><a NAME="v3.1-3.1a">Changes between versions 3.1 and 3.1a</a></h2>

<ul>
  <li> <a href="#v3.1a_incompatibilities">Version incompatibilites</a>
  <li> <a href="#v3.1a_documentation">Documentation</a>
  <li> <a href="#v3.1a_fix-visual">
       New features and bug fixes for X based visual programs</a>
  <li> <a href="#v3.1a_fix-non-visual">
       New features and bug fixes for non-visual programs</a>
  <li> <a href="#v3.1a_fix-tools">
       New features and bug fixes for functions</a>
  <li> <a href="#v3.1a_other">Other code changes</a>
</ul>

<hr>

<h3><a NAME="v3.1a_incompatibilities">Version incompatibilities</a></h3>

This version is incompatible with the previous version in the following areas
<ul>
  <li> Added arguments for window name and icon name to functions
	<em>InformationBox</em>, <em>ConfirmationBox</em>,
	<em>SimpleDialog</em> and <em>CreateDialog</em>.
	These arguments determine what appears in the window manager
	title field of each window (or icon).
  <li> Extra arguments to function <em>Init_color()</em>. This function
	is probably not used by anyone except internally by the XITE
	display programs.
</ul>

<h3><a NAME="v3.1a_documentation">Documentation</a></h3>

New version of User's Manual. Updates to several man-pages (and online
hypertext reference manual html-pages).

<h3><a NAME="v3.1a_fix-visual">
New features and bug fixes for X based visual programs</a></h3>

<h4>xshow</h4>
<ul>
  <li> The file-browser widgets should now work also for Suns running
       Solaris 2.x (SunOS 5.x).
  <li> The colortable in use for a particular image window will now be
       marked by an <samp>x</samp> next to the corresponding entry in the
       Colors menu. Likewise with the overlay colortable in use for a
       particular image window, it will be marked by an <samp>x</samp> next
       to the corresponding entry in the OverlayColors menu.
  <li> The above changes mean that <em>xshow</em> now is able to keep track
       of which colortable and which overlay colortable is in use for each
       particular image window when more than one window are displayed at
       the same time. The behavior was rather confusing in the past.
  <li> Not really a change, just a comment about behavior related to the
       handling of colortables and overlay colortables:

       All image windows still share the same list of colortables and
       overlay colortables. This means that two images with overlays
       can not use the same colortable and at the same time different
       overlay colortables. This is because the overlay colortables are
       installed as part of the ordinary colortables.

       Of course, one may add an extra copy of one of the colortables
       and use a different overlay colortable with this copy.
  <li> Fixed the behavior of option <em>-overlay</em>. Now, each overlay given
       on the command-line will get the specified overlay colortable.
  <li> Enabled reading of overlay colortables when a command-line argument
       has a leading <kbd>+</kbd> and the remaining argument refers to a
       colortable file. This was a documented possibility already, but it
       didn't work.

       An overlay will get the last overlay colortable specified in front of
       it on the command-line.
  <li> The option <em>-p</em> for protection of the overlays has been fixed.
  <li> Fixed the option <em>-i &lt;chan&gt;</em>. This makes it possible to
       fork <em>xshow</em>
       from inside another program and pipe images along a specified channel.
       This was a documented possiblity already, but it didn't work.
  <li> An image overlay will now not disappear when colortable or overlay
       colortable is changed.
  <li> Added a "Background" overlay colortable.
  <li> Changed title of Overlay colortable menu, from Overlays to
       OverlayColors.
  <li> Changed names of some standard colortables.
</ul>

<h4>xregion</h4>
<ul>
  <li> Removed covar push-button. It didn't do anything anyway.
  <li> Fixed bug which could sometimes result in the error message
       "broken pipe" and abortion on Silicon Graphics, when the statistics
       pushbutton is used.
  <li> Mask image command-line argument is now checked to see that it is of
       type unsigned-byte.
  <li> The option <em>-p</em> for protection of the overlays has been fixed.
  <li> An image overlay will now not disappear when colortable or overlay
       colortable is changed.
</ul>

<h3><a NAME="v3.1a_fix-non-visual">
New features and bug fixes for non-visual programs</a></h3>

<h4>biffinfo</h4>
Changed behaviour so that a usage message is given if no image
is given on the command line (as filename or the special symbols
accepted by Iread_image()). This is standard XITE behaviour.

<h4>cdoc</h4>
Improvements to LaTeX, troff and html output.

<h4>statistics</h4>
<ul>
  <li> Added option <em>-a</em> for user-decision of output format (number of
       significant digits) of integer and floating-point results.
  <li> Added option <em>-h</em> for printing horizontal header above results.
  <li> Fixed bugs which sometimes returned incorrect minimum and
       maximum values.
  <li> Minor changes to semantics for some options.
</ul>

<h3><a NAME="v3.1a_fix-tools">New features and bug fixes for functions</a></h3>
<ul>
  <li> statistics/statistics.c: Fixed bugs in statisticsMask
       which sometimes returned incorrect minimum and maximum values
  <li> Added resource XtNoverlaytab to <em>ImageOverlay</em> Widget, to
       keep track of the overlay colortable in use.
</ul>

<h3><a NAME="v3.1a_other">Other code changes</a></h3>

<h4>include-directory</h4>
xite_random.h: Changed declarations under IBM AIX.


<h4>src-directory </h4>
<ul>
  <li> ximage/xmovie.c: Renamed function usleep to avoid conflict under
       IBM AIX.
  <li> xshow/Xdialog.c: Added arguments for window name and icon name to
       functions InformationBox, ConfirmationBox, SimpleDialog and
       CreateDialog
  <li> xshow/Xcolor.c: Cleaned up in global variables and removed function
       Get_color() because keeping track of the colortable in use must be
       done by each image widget separately.
  <li> xshow/Xcolor.c: Added functions ColorHook() and OverlayHook() to
       handle marking of color menu entries to show present colortable and
       overlay colortable in use for each image window.
  <li> xshow/Xcolor.c: Fixed indexing of overlay colortables.
  <li> xshow/Xcolor.c: Added function Color_ovl_max().
  <li> xshow/Xfunc.c: Extra arguments to function Init_color().
  <li> matlab/saveBiff.c: Avoided error message under IBM AIX.
</ul>

<hr>

<h2><a NAME="v3.0-3.1">Changes between versions 3.0 and 3.1</a></h2>

<ul>
  <li> <a href="#v3.1_incompatibilities">Version incompatibilites</a>
  <li> <a href="#v3.1_documentation">Documentation</a>
  <li> <a href="#v3.1_fix-visual">
       New features and bug fixes for X based visual programs</a>
  <li> <a href="#v3.1_fix-non-visual">
       New features and bug fixes for non-visual programs</a>
  <li> <a href="#v3.1_fix-tools">
       New features and bug fixes for toolkit</a>
  <li> <a href="#v3.1_other">Other</a>
</ul>

<hr>

<h3><a NAME="v3.1_incompatibilities">Version incompatibilities</a></h3>

This version is incompatible with the previous version in the following areas
<ul>
  <li> Function <em>ximage_init()</em> has an additional parameter
       <em>warn</em>. You should probably set this equal to zero.
       Setting it equal to 1 makes the function check that
       the version of the X app-defaults file is synchronized with the
       version of XITE. 
</ul>

<h3><a NAME="v3.1_documentation">Documentation</a></h3>

A <em>reference manual</em> is available in hypertext (html) format. This is
built automatically from the <code>man</code> pages when you install XITE.
The reference manual reflects the traditional <code>man</code> grouping into
sections as well as the <em>xshow</em> menu hierarchy.
</p>
The reference manual can be read independently with an html reader or be
shown from inside <em>xshow</em>. See the comments on <em>xshow</em> below.

<h3><a NAME="v3.1_fix-visual">
New features and bug fixes for X based visual programs</a></h3>

<h4>xshow</h4>
<ul>
  <li> Can also display images with signed byte pixels.
  <li> Improved widget geometry negotiation when very narrow images are
       displayed.
  <li> Fixed bug which made <em>xshow</em> crash when zooming in on images with
       very large pixelvalues (when the pixelvalues would be shown in
       ascii).
  <li> There used to be a lower limit on how small subimages one could
       choose with the left mouse-button as input to a program. This limit
       has now been decreased so that images consisting of more than one
       pixel may now be chosen.
  <li> The action of the help-button in the control window can now be chosen
       by the user. The action is to start one of a list of chosen help
       programs, such as <kbd>netscape, Mosaic, lynx, man</kbd>
       or <kbd>xman</kbd>.
       Choosing one of the three WWW browsers will bring up the front page
       of the XITE online hypertext reference manual. See <kbd>man xshow</kbd>
       for more information on this.
  <li> <em>xshow</em> not only compiles and builds but now also runs under
       Linux. Tested briefly under Linux 1.2.13 on a Pentium.
</ul>

<h3><a NAME="v3.1_fix-non-visual">
New features and bug fixes for non-visual programs</a></h3>

<h4>addw</h4>
Works for all pixeltypes.

<h4>cdoc</h4>
<ul>
  <li> Additional markup-codes introduced for manual-page comments.
  <li> Can also handle html format in output-files (for hypertext reference
       manual).
</ul>

<h4>convolve</h4>
The convolution kernel can also be a BIFF image.

<h4>image_minmax</h4>
Works also for signed-byte images.

<h4>mean</h4>
Works for all non-complex pixel-types.

<h4>signDiff</h4>
Works for all pixeltypes.

<h4>statistics</h4>
<ul>
  <li> Works also for signed byte pixeltype.
  <li> Avoids abortion if mask size is different from band size (by checking
       for this condition).
  <li> Changed behaviour when no image argument is given, to echo a
       usage message (standard XITE behaviour).
</ul>

<h3><a NAME="v3.1_fix-tools">New features and bug fixes for toolkit</a></h3>

<h4>ximage_init</h4>
This function now has an extra parameter "warn".

<h3><a NAME="v3.1_other">Other</a></h3>

<h4>makexite</h4>
Fixed bug in installation script for Linux.

<hr>

<h2><a NAME="v3.0">Changes in version 3.0</a></h2>

<ul>
  <li> <a href="#v3.0_incompatibilities">Version incompatibilites</a>
  <li> <a href="#v3.0_main-features">Main new features</a>
  <li> <a href="#v3.0_fix-visual">
       New features and bug fixes for X based visual programs</a>
  <li> <a href="#v3.0_fix-non-visual">
       New features and bug fixes for non-visual programs</a>
  <li> <a href="#v3.0_code">Code improvements</a>
  <li> <a href="#v3.0_tools">New tools for programmers</a>
  <li> <a href="#v3.0_installation">Installation etc.</a>
</ul>

<hr>

<h3><a NAME="v3.0_incompatibilities">Version incompatibilities</a></h3>

This version is incompatible with the previous version in the following area

<h4>Byte-ordering for images</h4>

This version does automatic byte-swapping, as explained below in the section
Architectures/platforms. BIFF images written with a previous
version of XITE may give peculiar results when reading them with
version 3.0 or higher.
This will happen if an image with pixeltype other than unsigned byte or signed
byte was written with a little-endian host. Examples of little-endian
platforms are DecStation and Intel ix86, while most other platforms are
big-endian.</p>

The peculiar results may be an error message like "bus error" or
strange-looking images. Running the XITE program
<em>statistics</em>(1) on such an image
will typically give rather extreme values for Min and Max and the value NaN for
Mean and St.dev.</p>

The solution is to explicitly perform byte-swapping on the images. This is done
with the XITE program <em>byteswap</em>(1). Note that this is only
necessary for multi-byte pixeltypes.

<h3><a NAME="v3.0_main-features">Main new features</a></h3>

<h4>Menus</h4>
<ul>
  <li> A simple macro-generator for <em>xshow</em>. It generates
       macros from mouse-button activity. This minimizes mouse usage when
       running a sequence of algorithms on different images.</p>

       The macro may optionally be appended as an entry in the menu
       hierarchy which will be updated on-the-fly.
  <li> Multiple menufiles are handled by <em>xshow</em>, e.g. the
       menufile supplied
       with the XITE distribution, one site-specific file, one
       project-specific file and a personal file. They are all linked in
       the menu hierarchy in <em>xshow</em>.
  <li> An expanded menu interface in <em>xshow</em>(1). Virtually
       all XITE programs are available from menu entries.
</ul>

<h4>Architectures/platforms</h4>
<ul>
  <li> XITE also runs on 64-bit architectures (tested on Dec Alpha
       under OSF1).
  <li> Architectures tested include: Silicon Graphics Indy under IRIX 5,
       Sun Sparc under SunOS 4, Dec Alpha under OSF1, Pentium PC under Linux,
       IBM RS 6000 under AIX and DecStation 5000 under ULTRIX 4.
  <li> Automatic byte-swapping when reading BIFF images from a file with
       a foreign byte-ordering (little-endian versus big-endian).
</ul>

<h4>Format converters</h4>
<ul>
  <li> Converters between XITE's file format BIFF and TIFF (Tag Image File
       Format) are included. See <em>biff2tiff(1), biff2tiff(3),
       tiff2biff(1)</em> and <em>tiff2biff(3)</em>.
  <li> Converters between XITE's file format BIFF and MATLAB binary files
       are included. See <em>matlab2biff(1), matlab2biff(3),
       biff2matlab(1), biff2matlab(3)</em> and the MATLAB
       functions <em>loadBiff</em> and <em>saveBiff</em>.
  <li> New program <em>color2ascii</em>(1).
</ul>

<h4>Algorithms</h4>
<ul>
  <li> Lots of new thresholding/binarization algorithms, see
       <em>binarize(1)</em>.
  <li> Routines and programs to extract rows, columns, cross-sections and
       lines with arbitrary inclination.  See <em>profile(1), profile(3),
       crossSection(1), crossSection(3)</em> and
       <em>vectorPeak(3)</em>.
</ul>

<h4>Colors and such</h4>
<ul>
  <li> All the X11 programs now handle 24-bit color displays of visual types
       DirectColor and TrueColor, as well as 8-bit PseudoColor and
       GrayScale.
  <li> All the supplied colortables work for both 8-bit and 24-bit pixels.
  <li> New program <em>color2ascii</em>(1).
</ul>

<h4>Other changes to X user interface</h4>
<ul>
  <li> New widgets (file browsers) for selecting input/output files in
       <em>xshow</em>(1).
  <li> X11 resources can now be set by each individual user.
  <li> Default X11 application resources files for the programs
       <em>xshow, xregion, xmovie, xfft, xadd, xhistogram</em>
       and <em>xpyramid</em>.
  <li> All the X11 applications will behave gracefully when the window
       manager tries to kill a window.
  <li> Fixed or variable aspect ratio in <em>xshow</em> is now
       local to each image, not a global setting. Can be controlled via
       menu and <em>xshow</em> option <em>-aspect</em>.
  <li> Each image in <em>xshow</em> may have a menubar attached
       above it. Can be controlled via menu and <em>xshow</em>
       option <em>-mb</em>.
</ul>

<h3><a NAME="v3.0_fix-visual">
New features and bug fixes for X based visual programs</a></h3>

<h4>xshow</h4>

<ul>
<li> Menus
<ul>
  <li> A simple macro-generator which generates macros from
       mouse-button activity. This minimizes mouse usage when running a
       sequence of algorithms on different images.</p>

       The macro may optionally be appended as an entry in the menu
       hierarchy which will be updated on-the-fly.

       The macro-generator is limited to the programs accessed via the
       control window menu button and does not record activity in the
       image menubar or image popup menus.</p>
  <li> Multiple menufiles are handled, e.g. the menufile supplied
       with the XITE distribution, one site-specific file, one
       project-specific file and a personal file. They are all linked in
       the menu hierarchy.
  <li> An expanded menu interface. Virtually all XITE programs
       are available from menu entries.
  <li> Each image may have a menubar attached above it. The menubar gives
       access to the same facilities as the popup menus inside the image.
       Can be controlled via menu and option <em>-mb</em>.
</ul>

<li> Colors and such
<ul>
  <li> Added the ability to load colortables into the slice tool, from file or
       from the corresponding image.
  <li> Can handle displays with 24-bit DirectColor or TrueColor as their
       default visual type, as well as 8-bit PseudoColor and GrayScale.
  <li> Made reduced-color the default at startup for 24-bit DirectColor.
  <li> Changed the setting of colormap for text widgets to be the default
       colormap of the display. Should rather use Xmu functions which can
       give colormaps for available, non-default visuals.
  <li> Checking inclusive or of color-masks when getting the list of
       available visuals. Must match what <em>xshow</em> expects (i.e. 0bbbbbb,
       where each <var>b</var> denotes 4 consecutive high bits).
  <li> Added a warning if the bits_per_rgb of the display does not match
       what <em>xshow</em> expects.
  <li> Denying change of overlay colors when default colormap is in use.
  <li> Fixed a bug so that the line in the histogram widget with red
       mode is no longer blue, and vice versa.
  <li> Generates better names for the colortables menu entries referring
       to the colortables used by the histogram and slice tools.
</ul>

<li> Other changes to X user interface
<ul>
  <li> Fixed or variable aspect ratio is now local to each image,
       not a global setting. Can be controlled individually via menu and
       initially via the option <em>-aspect</em>.
  <li> Fixed options for width and height of image window.
  <li> Added scrollbar to feedback widget.
  <li> Added horizontal scrollbar to textual results widget.
  <li> Changed flag menu entry label text form <samp>128 colors</samp> to
       <samp>Reduced colors</samp>.
  <li> Changed Histogram widget button name from <samp>Hist.spec.</samp> to
       <samp>Piecewise linear</samp>.
  <li> Made window name (as displayed by window manager) for the histogram
       and slice windows dependent on the particular image name.
  <li> Added trailing <samp>...</samp> to submenu entries and the ability to
       have menu separators.
</ul>

<li> Miscellaneous
<ul>
  <li> Cleaned up in command-line options and usage message.
  <li> Added warning for "Send image" (in Histogram widget) when image is
       not unsigned byte.
  <li> Fixed bug to avoid some crashes when the number of widgets is high.
  <li> Added option <em>-ver</em> to echo XITE version number.
</ul>

</ul>

<h3><a NAME="v3.0_fix-non-visual">
New features and bug fixes for non-visual programs</a></h3>

<h4>biffswap</h4>
<ul>
  <li> Added byte-swapping for complex and double complex pixel types.
  <li> Fixed bug in byte-swapping for double pixel type.
</ul>

<h4>biff2ps</h4>
Fixed gray level option and added more gray level choices.

<h4>biff2tiff and tiff2biff</h4>
<ul>
  <li> Added TIFF palette (BIFF pseudocolor) images.
  <li> Added several extra image/pixel type conversions.
</ul>

<h4>histo2ps</h4>
<ul>
  <li> Removed rotation and translation code (better done by e.g.
       LaTeX or Framemaker).
  <li> Fixed BoundingBox.
  <li> Added option <em>-ps</em> to choose between EPSF and plain PS.
  <li> Added some PostScript Document Structuring comments.
</ul>

<h4>makepseudo</h4>
New name for makergb.

<h4>makergb</h4>
Changed name to makepseudo.

<h4>mct</h4>
Made possible the use of <kbd>-</kbd>, <kbd>-0</kbd> and <kbd>-1</kbd> for
file names.

<h4>pixel_mapper</h4>
Standard XITE file naming now works.

<h4>pyramid</h4>
<ul>
  <li> The ordering of the levels in the pyramid is changed.
       Level one is now the original image.
  <li> Gaussian pyramid is included and a switch for number of levels
       wanted.
</ul>

<h4>rainbow</h4>
Added the outfile argument.

<h4>regionAnalyse</h4>
Added option <em>-cursor</em>.

<h4>scale</h4>
Special treatment for rounding of negative bytes, shorts and ints.

<h3><a NAME="v3.0_code">Code improvements</a></h3>
<ul>
  <li> All the source code has been prototyped to enable type checking of
       parameters as described by the ANSI standard. Traditional compilers
       (K&R code) can still be used, except for building the TIFF converters.
  <li> XITE now also runs on 64-bit architectures (tested on Dec Alpha
       under OSF1).
  <li> Platform-specific includes are handled by special header files, to
       isolate such dependencies.
  <li> XITE has been compiled with different compilers. Some parts
       (like the TIFF converters and the file browser widgets) may prefer
       an ANSI compiler, like the GNU compiler gcc.
</ul>

<h3><a NAME="v3.0_tools">New tools for programmers</a></h3>
<em>cxite</em>, a script for compiling and linking code
which uses the XITE library and possibly X libraries.

<h3><a NAME="v3.0_installation">Installation etc.</a></h3>
<ul>
  <li> An improved installation procedure in general.
  <li> Script for rebuilding XITE (<em>makexite</em>).
  <li> Utiltiy scripts to get a more automatic and robust installation
       procedure.
</ul>

<hr>

</body>

<address> 
Updated by <a href="mailto:svein@ifi.uio.no">Svein Be</a>.
</address>

</html>
happen if an image with pixeltype other than unsigned byte or signed
byte was written with a little-endian host. Examples of little-endian
platforms are DecStation and Intel ix86, while most other platforms are
big-endian.</p>

The peculiar results may be an error message like "bus error" or
strange-l./doc/WHAT_IS_XITE.html010064000006000025174000000211660637157447400150110ustar00sveinblab00002440001134
<html>

<head>
  <title>XITE -- X-based Image processing Tools and Environment</title>
  <link rev=made href="svein@ifi.uio.no">
</head>

<body background="mona_canny.jpg">

<center>
<h1>XITE</h1>
<h3>X-based Image processing Tools and Environment<br>
    Free Software for Image Processing
</h3>
<h3>Image Processing Laboratory <br>
    Department of Informatics <br>
    University of Oslo <br>
    Norway
</h3>
</center>

<hr>

<h2>Overview</h2>

This UNIX software consists of X11-based display programs with image widget and
graphical user interface, more than 200 programs for image processing, 600
subroutines for image processing and widget handling, and 60 subroutines for
image format handling, on-line documentation of all routines and programs, and
more. XITE uses its own image file format (BIFF), but comes with converters
between BIFF and TIFF, pnm, sunraster, raw, MATLAB and ascii.
</p>

xshow, the main display program, works with images of arbitrary size and pixel
type, on 8 bitplane PseudoColor and 24 bitplane DirectColor and TrueColor X11
displays. The images may be scaled, zoomed and panned. Look up tables may be
selected from a menu of predefined and userdefined LUTs. The LUTs may also be
specified in a histogram window.
</p>

The user may design menus of programs and activate a program by selecting the
program from the menues. If the result of the program is a new image, this
will appear as a new window on the display. In this way xshow works as a
graphical interface to the program library.
</p>

The available programs include operations such as statistics, merging,
resampling, arithmetic/logical/relational operations, rotation, mirroring,
affine transformations, convolution, filter design, Fourier/Hartley/Haar/Hough
transforms, color manipulation, histogram transformations, global and local
thresholding, binary thinning, edge detection, morphological operations,
classification, image analysis and texture estimation.
</p>

A toolkit is supplied to simplify writing X11 based applications.

<h2>Platforms</h2>

XITE runs on (at least) the following platforms
<ul>
  <li> Sun Sparc under SunOS 4.1.3 and Solaris 2.5.
  <li> Silicon Graphics Indy under IRIX 5.3.
  <li> Silicon Graphics Power Challenge under IRIX 6.1.
  <li> DecStation  under Ultrix V4.4.
  <li> Dec Alpha under OSF/1 V4.0.
  <li> IBM RS 6000  under AIX 4.1.
  <li> Linux on Intel i486 and i586.
</ul>
  
<h2>File format</h2>

The file format is a raster format for 2D and 3D images. In case of 3D, the
image is viewed as a sequence of bands, the image may contain any number of
bands. Each band may have its own size and pixel type. The image file contains
the neccessary parameters (e.g. sizes and pixel types), pixel data ordered
band by band, line by line; any amount of textual data, regularly used to
store the processing history of the image; and finally any amount of other
data. An internal C data structure is also defined, able to hold the whole
image, information as well as pixels. The individual pixels are accessed by
normal indexing. Simple routines are used to read (write) a whole image from
(to) file or a channel, more complex routines are provided if you want to
access only a part of the file.

<h2>Programs</h2>

<ul>
  <li> X display programs, in particular xshow which has a graphical user
       interface to most of the other command-based programs.
  <li> Format conversions for TIFF, pnm (pbm, pgm, ppm), raw binary, ascii,
       MATLAB, sunraster, PostScript.
  <li> Statistics: size, min, max, median, mean, standard deviation.
  <li> Image representation: subimages, merging images, pyramid, resample
  <li> Arithmetic operations: negate, scale, absolute value, complex
       conjugate, add, subtract, multiply, divide, square, square root, rms
       difference.
  <li> Logical operations.
  <li> Relational operations.
  <li> Rotation, mirroring, affine transformations.
  <li> Convolution, mean, Compass, Laplace, Gradient, Roberts, Sobel, Prewitt.
  <li> Filter design: Ideal lowpass, highpass, bandpass and bandstop filters.
  <li> Fourier transform, Hartley transform, Haar transform, Hough
       transform, geometric transformations, Zernike moments.
  <li> Color manipulation: Gamma correction, dithering, quantization,
       ihs-to-rgb, rgb-to-ihs, rgb-to-pseudocolor, pseudocolor-to-rgb
  <li> Histogram, scattergram, histogram transformations (equalization,
       normalization).
  <li> Global and local tresholding.
  <li> Binary thinning.
  <li> Canny edge detection.
  <li> Local operators median, min, max, sigma, knn, kncn, snn and others
       based on local standard deviation.
  <li> Genererate, add or multiply gaussian noise; generate or add Poisson
       noise.
  <li> Morphological operations.
  <li> Non-supervised classification.
  <li> Image analysis: measuring area, perimeter, moments etc.
  <li> Texture estimation: lit, lit-snn, glcm, gray-level run etc.
</ul>

<h2>Routines</h2>

All routines are written in C, and you will find
<ul>
  <li> Everything listed above.
  <li> Biff-routines for image treatment (mainly I/O).
  <li> Image widget, histogram widget and ximage toolkit for writing X11 based
       applications.
</ul>

<h2>Documentation</h2>

Manual pages are supplied for all functions and programs, in "man" format as
well as html. A User's Manual and System Administrator's Manual are included
as PostScript documents and available in html format from the XITE WWW
homepage.

<h2>Time consumption</h2>

The algorithms below are tested on images of size 512x512x1 byte. Time
consumption (user time) is measured by the program "time" under UNIX, and
displayed in seconds.
<br>
<table border=5>
<tr>
<td> Algorithm       </td> <td>  D5  </td> <td> S10 </td> <td> PLin </td> <td> Alph  </td> <td> Indy  </td> <td>  Pow  </td> <td>  U1  </td>
</tr>
<tr>
<td> convolution 3x3 </td> <td> 0.78 </td> <td> 0.6 </td> <td> 0.55 </td> <td> 0.149 </td> <td> 0.107 </td> <td> 0.129 </td> <td> 0.13 </td>
</tr>
<tr>
<td> convolution 7x7 </td> <td> 8.96 </td> <td> 3.9 </td> <td> 2.36 </td> <td> 2.119 </td> <td> 1.168 </td> <td> 1.625 </td> <td> 0.86 </td>
</tr>
<tr>
<td> sobel           </td> <td> 0.50 </td> <td> 0.2 </td> <td> 0.28 </td> <td> 0.096 </td> <td> 0.070 </td> <td> 0.083 </td> <td> 0.04 </td>
</tr>
<tr>
<td> median 3x3      </td> <td> 1.50 </td> <td> 0.8 </td> <td> 0.41 </td> <td> 0.302 </td> <td> 0.239 </td> <td> 0.486 </td> <td> 0.21 </td>
</tr>
<tr>
<td> median 11x11    </td> <td> 3.80 </td> <td> 1.9 </td> <td> 1.01 </td> <td> 0.788 </td> <td> 0.595 </td> <td> 1.127 </td> <td> 0.48 </td>
</tr>
<tr>
<td> mean 3x3        </td> <td> 0.60 </td> <td> 0.6 </td> <td> 0.23 </td> <td> 0.120 </td> <td> 0.164 </td> <td> 0.125 </td> <td> 0.12 </td>
</tr>
<tr>
<td> mean 11x11      </td> <td> 0.60 </td> <td> 0.6 </td> <td> 0.23 </td> <td> 0.126 </td> <td> 0.166 </td> <td> 0.125 </td> <td> 0.12 </td>
</tr>
<tr>
<td> minarea 11x11   </td> <td> 0.91 </td> <td> 0.5 </td> <td> 0.30 </td> <td> 0.265 </td> <td> 0.129 </td> <td> 0.196 </td> <td> 0.08 </td>
</tr>
<tr>
<td> 2D FFT float    </td> <td> 9.59 </td> <td> 3.7 </td> <td> 1.85 </td> <td> 1.130 </td> <td> 1.267 </td> <td> 1.256 </td> <td> 0.64 </td>
</tr>
</table>

where the machine types specified in each column are
<ul>
 <li> D5: Decstation 5000/200
 <li> S10: Sun Sparcstation 10, SunOS 4.1.3
 <li> PLin: Pentium, 100 MHz, 48 MB RAM, Linux
 <li> U1: Sun Ultra-1, 167 MHz, 188 MB RAM, SunOS 5.5
 <li> Indy: SGI Indy SC, 200 MHz R4400/R4010, 64 MB RAM, IRIX 5.3
 <li> Pow: SGI Power Challenge, 75 MHz R8000/R8010, 512 MB RAM, IRIX 6.1
 <li> Alph: Dec 3000 AXP-500 (alpha), OSF1 V4.0

</ul>
and the commands for each algorithm are
<ul>
 <li> convolution 3x3: time conv3x3 mona.img m.img 1 2 3 4 5 6 7 8 9
 <li> convolution 7x7: time convolve mona.img m.img 7 7 1 2 3 4 5 6 7 8 9 10 1 2 3 4 5 6 7 8 9 10 1 2 3 4 5 6 7 8 9 10 1 2 3 4 5 6 7 8 9 10 1 2 3 4 5 6 7 8 9
 <li> sobel: time sobel mona.img m.img
 <li> median 3x3: time median mona.img m.img 3 3
 <li> median 11x11: time median mona.img m.img 11 11
 <li> mean 3x3: time mean mona.img m.img 3 3
 <li> mean 11x11: time mean mona.img m.img 11 11
 <li> minarea 11x11: time minarea mona.img m.img 11 11
 <li> 2D FFT float: biffConvert mona.img mona_r.img r;
      time fft2d mona_r.img m.img
</ul>

<h2>How to get the software</h2>

You can get the software with a WWW browser from
http://www.ifi.uio.no/~blab/Software/Xite/ or with anonymous ftp from
ftp.ifi.uio.no (presently 129.240.64.41). A "README" file gives further
instructions.

<pre>
  % ftp ftp.ifi.uio.no
  Name (ftp.ifi.uio.no): anonymous
  Password: (your e-mail address)
  ftp> cd pub/blab/xite
  ftp> ascii
  ftp> get README
  ftp> quit
  %
</pre>

</body>

<hr>

<address> 
Updated by <a href="mailto:svein@ifi.uio.no">Svein Be</a>.
</address>

</html>
./doc/mona_canny.jpg010064000006000025174000000024070630457576500147550ustar00sveinblab00002440001134JFIFHCREATOR: XV Version 3.10a  Rev: 12/29/94  Quality = 75, Smoothing = 0
C		

 $.' ",#(7),01444'9=82<.342dd	
}!1AQa"q2#BR$3br	
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz?(kF2=I4\B4d*J((ڏ1ؗX9-9MOY3
qסt>z7=?>9XD0ȧR)	@*ZBBǀ$L&xl`FqUǵѨ.F75uFj$O*
zj_1}qI`GJC})YpP*Nss^xҟ6ȯ<ۜvN
&'pǛ}Caw_4đ#呓袊)3>[=23ٟqUPp32WsR{ԈA#	ai76AڹpQԄfa$H=ˀ'֡K"xtc}
Hx|`<'QEhJ42a?l[KΏz(UVRq
)CM
p{qNF(瑊ZCd=h~Mfʏ!K8Uiij0iq>jjS})iwğ.yRM
P`'=
SP@MDj?-U)Q#Hzq&GPPYrUqZAqHM_>/Ӊ9~5,O'oC_ߏf=R)*@NA^SFcw46_ASC.{46A-Ӱ):=)0_aKIRRl㱥 F)qGzLRc3KEQEQEQE./doc/ReferenceManual/004275000006000025174000000000000640375767200151655ustar00sveinblab00002440001134./doc/ReferenceManual/Contents.html010064000006000025174000000036500640375767200176500ustar00sveinblab00002440001134<html>

<head>
  <title>XITE Reference Manual
  </title>
  <link rev=made href="svein@ifi.uio.no">
</head>

<body background="../mona_canny.jpg">

<center>
<h1> XITE Reference Manual </h1>
<h4> For version 3.3 </h4>
</center>
</p>

The XITE Reference Manual provides access to all documented XITE executable
programs and functions, including those which handle the BIFF image format and
the ximage toolkit. </p>

There is more information available about
<a href="http://www.ifi.uio.no/~blab/Software/Xite/">XITE</a> from the
<a href="http://www.ifi.uio.no/~blab/">Image Processing Laboratory</a>
in
<a href="http://www.ifi.uio.no/">Department of Informatics</a>,
<a href="http://www.uio.no/">University of Oslo</a>. </p>

<hr>

<h2>Sorted lists</h2>
<ul>
  <li> <a href="Programs_Index.html">XITE programs</a> <br>
  <li> <a href="Routines_Index.html">XITE routines</a> <br>
  <li> <a href="Format_Index.html">BIFF format/routines</a> <br>
</ul>

<hr>

<h2><a href="xshow_1.html">xshow</a> menu hierarchy</h2>
<ul> 
  <li> <a href="File_Index.html"> File...</a>
  <li> <a href="Image_information_Index.html"> Image information...</a>
  <li> <a href="Format_conversions_Index.html"> Format conversions...</a>
  <li> <a href="Color_Index.html"> Color...</a>
  <li> <a href="Histogram_Index.html"> Histogram...</a>
  <li> <a href="Image_representation_Index.html"> Image representation...</a>
  <li> <a href="Arithmetic_logical_Index.html"> Arithmetic/logical...</a>
  <li> <a href="Local_operators_Index.html"> Local operators...</a>
  <li> <a href="Global_operators_Index.html"> Global operators...</a>
  <li> <a href="Filter_design_Index.html"> Filter design...</a>
  <li> <a href="Image_analysis_Index.html"> Image analysis...</a>
  <li> <a href="System_Index.html"> System...</a>
  <li> <a href="Site_specific_programs_Index.html"> Site-specific programs...</a>
  <li> <a href="My_programs_Index.html"> My programs...</a>
</ul> 

  <hr>
  </body>
  </html>
./doc/ReferenceManual/Format_Index.html010064000006000025174000000163300640375766400204320ustar00sveinblab00002440001134<html>

<head>
  <title>XITE format routines
  </title>
  <link rev=made href="svein@ifi.uio.no">
</head>

<body background="../mona_canny.jpg">

<h1> XITE format  routines </h1>

Here is an alphabetic list of all the documented XITE routines for the BIFF
image format and widget data structures.
Some reference pages contain hypertext links to other pages.
</p>

[
  <a href="Contents.html"> Up to Reference manual </a>
| <a href="Programs_Index.html"> Programs </a>
| <a href="Routines_Index.html"> Routines </a>
]
</p>

<hr>

<pre>
<a href="Iappend_line_5.html">Iappend_line</a>                     append a line to BIFF image text field
<a href="Iband_status_5.html">Iband_status</a>                     return the status of a BIFF band
<a href="Ibandsize_5.html">Ibandsize</a>                        Return BIFF band size in bytes
<a href="Iclearbit_5.html">Iclearbit</a>                        clear a single bit in a byte band
<a href="Iclose_image_5.html">Iclose_image</a>                     close a BIFF image file
<a href="Icopy_band_5.html">Icopy_band</a>                       copy a BIFF band
<a href="Icopy_init_5.html">Icopy_init</a>                       Create BIFF image with equal size as old
<a href="Icopy_text_5.html">Icopy_text</a>                       copy textfield from one BIFF image to another
<a href="Idel_band_5.html">Idel_band</a>                        delete a BIFF band
<a href="Idel_image_5.html">Idel_image</a>                       delete a BIFF image
<a href="Idel_text_5.html">Idel_text</a>                        delete some text in the BIFF image textfield
<a href="Iedit_text_5.html">Iedit_text</a>                       edit the text in the BIFF image textfield
<a href="Iend_of_text_5.html">Iend_of_text</a>                     return TRUE if at end of BIFF image text field
<a href="Ierr_action_5.html">Ierr_action</a>                      perform error handling
<a href="Ierr_message_5.html">Ierr_message</a>                     return BIFF format error message
<a href="Iget_line_5.html">Iget_line</a>                        read a line from BIFF image text field
<a href="Iget_param_5.html">Iget_param</a>                       get a parameter from the BIFF image
<a href="Iget_roi_5.html">Iget_roi</a>                         return Region Of Interest of BIFF band
<a href="Igetbit_5.html">Igetbit</a>                          get a single bit from a byte band
<a href="Igetchar_5.html">Igetchar</a>                         read a character from BIFF image text field
<a href="Igetpos_5.html">Igetpos</a>                          return character position in BIFF image text field
<a href="Ihistory_5.html">Ihistory</a>                         append a history line in the BIFF image text field
<a href="Imake_band_5.html">Imake_band</a>                       create a new BIFF band
<a href="Imake_bands_5.html">Imake_bands</a>                      create all bands of a BIFF image
<a href="Imake_image_5.html">Imake_image</a>                      Create the whole BIFF image data structure
<a href="Imake_subband_5.html">Imake_subband</a>                    define subband of existing BIFF band
<a href="Inbands_5.html">Inbands</a>                          return the number of bands in the BIFF image
<a href="Inchars_5.html">Inchars</a>                          Report number of characters in text field
<a href="Inegbit_5.html">Inegbit</a>                          negate a single bit in a byte band
<a href="Init_band_5.html">Init_band</a>                        initiate a BIFF band
<a href="Init_bands_5.html">Init_bands</a>                       initialize all bands of a BIFF image
<a href="Init_image_5.html">Init_image</a>                       initialize a BIFF image
<a href="Iopen_image_5.html">Iopen_image</a>                      open a BIFF-file
<a href="IparsePixtyp_5.html">IparsePixtyp</a>                     return the BIFF pixeltype from a string representation
<a href="Ipixname_5.html">Ipixname</a>                         return the pixeltype name of a BIFF pixel type
<a href="Ipixsize_5.html">Ipixsize</a>                         return the BIFF pixel size in bits
<a href="Ipixtyp_5.html">Ipixtyp</a>                          return the pixel type of the BIFF band
<a href="Iput_text_5.html">Iput_text</a>                        insert text at current position of BIFF image text field
<a href="Iputchar_5.html">Iputchar</a>                         insert character at current position in BIFF image text field
<a href="Iread_band_5.html">Iread_band</a>                       read a BIFF band from file
<a href="Iread_block_5.html">Iread_block</a>                      read a block from a BIFF image file
<a href="Iread_image_5.html">Iread_image</a>                      read a BIFF image from file
<a href="Iread_text_5.html">Iread_text</a>                       read text field from file into BIFF image
<a href="Iset_abort_5.html">Iset_abort</a>                       turn BIFF error abort on/off
<a href="Iset_mag_5.html">Iset_mag</a>                         set the magnification attributes of BIFF band
<a href="Iset_message_5.html">Iset_message</a>                     turn BIFF error messaging on/off
<a href="Iset_nbands_5.html">Iset_nbands</a>                      change number of bands in the BIFF image
<a href="Iset_overwrite_5.html">Iset_overwrite</a>                   turn BIFF image file overwrite on/off
<a href="Iset_param_5.html">Iset_param</a>                       assign new value to BIFF image parameter
<a href="Iset_roi_5.html">Iset_roi</a>                         set new Region Of Interest values for BIFF band
<a href="Iset_start_5.html">Iset_start</a>                       set the xstart and ystart attributes of BIFF band
<a href="Iset_title_5.html">Iset_title</a>                       assign a new title to the BIFF image
<a href="Isetbit_5.html">Isetbit</a>                          set a single bit in a byte band
<a href="Isetpos_5.html">Isetpos</a>                          set new character position in BIFF image text field
<a href="Istatus_5.html">Istatus</a>                          return the BIFF image status
<a href="Ititle_5.html">Ititle</a>                           Return the title of the BIFF image
<a href="Itype_text_5.html">Itype_text</a>                       send all text in BIFF image textfield to a file
<a href="Iwrite_band_5.html">Iwrite_band</a>                      Write a BIFF band to file
<a href="Iwrite_block_5.html">Iwrite_block</a>                     write a block to BIFF image file
<a href="Iwrite_image_5.html">Iwrite_image</a>                     write a BIFF image to file
<a href="Iwrite_text_5.html">Iwrite_text</a>                      write text field from BIFF image to file
<a href="Ixmag_5.html">Ixmag</a>                            return the horizontal magnification of BIFF band
<a href="Ixsize_5.html">Ixsize</a>                           return horizontal BIFF band size
<a href="Ixstart_5.html">Ixstart</a>                          return horizontal starting point of BIFF band
<a href="Iymag_5.html">Iymag</a>                            return the vertical magnification of BIFF band
<a href="Iysize_5.html">Iysize</a>                           return vertical BIFF band size
<a href="Iystart_5.html">Iystart</a>                          return vertical starting point of BIFF band
  </pre>
  </body>
  </html>
 a BIFF band
<a href="Ibandsize_5.html">Ibandsize</a>                        Return BIFF band size in bytes
<a href="Iclearbit_5.html">Iclearbit</a>                        clear a single bit in a byte band
<a href="Iclose_image_5.html">Iclose_image</a>                     close a BIFF image file./doc/ReferenceManual/Programs_Index.html010064000006000025174000000510710640375766400207750ustar00sveinblab00002440001134<html>

<head>
  <title>XITE programs
  </title>
  <link rev=made href="svein@ifi.uio.no">
</head>

<body background="../mona_canny.jpg">

<h1> XITE programs </h1>

Here is a list of all the documented XITE programs.
Some reference pages contain hypertext links to other pages.
</p>

[
  <a href="Contents.html"> Up to Reference manual </a>
| <a href="Routines_Index.html"> Routines </a>
| <a href="Format_Index.html"> Format </a>
]
</p>

<hr>

<pre>
<a href="xite_1.html">XITE</a>                             X-based Image Processing Tools and Environment
<a href="xite_1.html">Xite</a>                             X-based Image Processing Tools and Environment
<a href="absDiff_1.html">absDiff</a>                          absolute difference between two images
<a href="absValue_1.html">absValue</a>                         Take the absolute value of an image
<a href="addGauss_1.html">addGauss</a>                         add gaussian random noise to an image
<a href="addPoisson_1.html">addPoisson</a>                       add Poisson noise to the output image
<a href="addw_1.html">addw</a>                             add two bands pixel by pixel, with weights
<a href="affine_1.html">affine</a>                           affine geometric transform
<a href="ascii2biff_1.html">ascii2biff</a>                       convert an ascii file to BIFF format
<a href="average_1.html">average</a>                          computes the average of several bands in an input image
<a href="lowpass_1.html">bandpass</a>                         make an "ideal", truncated, lowpass filter in the spatial or Fourier domain
<a href="lowpass_1.html">bandstop</a>                         make an "ideal", truncated, lowpass filter in the spatial or Fourier domain
<a href="bdf2biff_1.html">bdf2biff</a>                         converts a Bitmap Distribution Format font file to a BIFF file
<a href="biff2ascii_1.html">biff2ascii</a>                       dump part of an image in ascii format
<a href="biff2pnm_1.html">biff2pnm</a>                         BIFF to Portable Bit/Gray/Pixel Map conversion
<a href="biff2ps_1.html">biff2ps</a>                          convert BIFF image to PostScript
<a href="biff2raw_1.html">biff2raw</a>                         write part of an image as raw, binary data
<a href="biff2sunraster_1.html">biff2sunraster</a>                   convert BIFF-file to sunraster-file
<a href="biff2tiff_1.html">biff2tiff</a>                        Convert an image from BIFF to TIFF format
<a href="biffConvert_1.html">biffConvert</a>                      convert image between different pixel types
<a href="biffDump_1.html">biffDump</a>                         dump a part of an image to stdout or file
<a href="biffcopy_1.html">biffcopy</a>                         copy a biff file
<a href="biffinfo_1.html">biffinfo</a>                         extract information from biff-file
<a href="biffmerge_1.html">biffmerge</a>                        merge several images into one image
<a href="biffswap_1.html">biffswap</a>                         swap byte order for bands in biff-file
<a href="bifftext_1.html">bifftext</a>                         append a text line or edit text on image
<a href="biffwrite_1.html">biffwrite</a>                        write text on a biff image
<a href="lowpass_1.html">butterworth</a>                      make an "ideal", truncated, lowpass filter in the spatial or Fourier domain
<a href="canny_1.html">canny</a>                            detect edges in image using Canny operator
<a href="cdoc_1.html">cdoc</a>                             Extract documentation from comments in c-programs.
<a href="closestMinMax_1.html">closestMinMax</a>                    closest of minimum and maximum, noise reduction
<a href="color2ascii_1.html">color2ascii</a>                      dump a colortable in ascii format
<a href="colorquant_1.html">colorquant</a>                       qolor quantization and rgb to pseudocolor conversion
<a href="combine_1.html">combine</a>                          combine two images
<a href="complexConjug_1.html">complexConjug</a>                    Take the complex conjugate value of an image
<a href="contour_1.html">contour</a>                          make a contour map
<a href="conv3x3_1.html">conv3x3</a>                          convolution between image and 3x3 matrix
<a href="convolve_1.html">convolve</a>                         perform an n x m convolution
<a href="crossSection_1.html">crossSection</a>                     Find cross sections, row or column of image
<a href="crossing_1.html">crossing</a>                         find zero crossing or any other crossing
<a href="cxite_1.html">cxite</a>                            Compile and link XITE-dependent source code
<a href="dither_1.html">dither</a>                           create a dithering image
<a href="divide_1.html">divide</a>                           divide two images pixel by pixel
<a href="lowpass_1.html">exponential</a>                      make an "ideal", truncated, lowpass filter in the spatial or Fourier domain
<a href="extrema1_1.html">extrema1</a>                         detection of local minima and maxima
<a href="extrema2_1.html">extrema2</a>                         detection of local minima and maxima
<a href="fft2d_1.html">fft2d</a>                            Two dimensional Fourier Transform
<a href="absValue_1.html">fftAmp</a>                           Take the absolute value of an image
<a href="logarithm_1.html">fftDisplay</a>                       Take logarithm of BIFF band (compress dynamic range)
<a href="imag_1.html">fftImag</a>                          extract imaginary part of complex band
<a href="fftMagPhase_1.html">fftMagPhase</a>                      2D Fourier transform and conversion into magnitude and phase
<a href="lowpass_1.html">fftMakeBp</a>                        make an "ideal", truncated, lowpass filter in the spatial or Fourier domain
<a href="lowpass_1.html">fftMakeBs</a>                        make an "ideal", truncated, lowpass filter in the spatial or Fourier domain
<a href="lowpass_1.html">fftMakeHp</a>                        make an "ideal", truncated, lowpass filter in the spatial or Fourier domain
<a href="lowpass_1.html">fftMakeLp</a>                        make an "ideal", truncated, lowpass filter in the spatial or Fourier domain
<a href="multiply_1.html">fftMult</a>                          multiply two bands pixel by pixel
<a href="phase_1.html">fftPhase</a>                         phase of complex image
<a href="power_1.html">fftPower</a>                         take the power of each pixel value
<a href="real_1.html">fftReal</a>                          extract real part of complex band
<a href="fht2d_1.html">fht2d</a>                            2 dimensional fast Hartley transform
<a href="fhtPhase_1.html">fhtPhase</a>                         find Fourier transform phase from Hartley transform
<a href="fhtPower_1.html">fhtPower</a>                         calculate power spectrum from Hartley transform
<a href="fork_xshow_1.html">fork_xshow</a>                       an example of how to pass data to xshow
<a href="fractile_1.html">fractile</a>                         noise reduction filtering
<a href="ft2ht_1.html">ft2ht</a>                            2d fourier to hartley conversion
<a href="gammaAdjust_1.html">gammaAdjust</a>                      Simple gamma correction
<a href="glRunLength_1.html">glRunLength</a>                      Grey value distribution of run lengths
<a href="glcm_1.html">glcm</a>                             Computes Grey Level Cooccurrence Matrix
<a href="glcmParameter_1.html">glcmParameter</a>                    Computes different features from the Grey Level Co-occurrence Matrix (GLCM)
<a href="gradient_1.html">grad</a>                             gradient like operators
<a href="gradInv_1.html">gradInv</a>                          gradient invers noise reduction
<a href="gradient_1.html">gradient</a>                         gradient like operators
<a href="haar_1.html">haar</a>                             Two dimensional forward or inverse Haar transform
<a href="haar_1.html">haar2d</a>                           Two dimensional forward or inverse Haar transform
<a href="haarTexture_1.html">haarTexture</a>                      texture extraction from 2D Haar transform
<a href="lowpass_1.html">highpass</a>                         make an "ideal", truncated, lowpass filter in the spatial or Fourier domain
<a href="histo2ps_1.html">histo2ps</a>                         make a Postscript plot of a histogram
<a href="histoEq_1.html">histoEq</a>                          histogram equalization
<a href="histoEqCol_1.html">histoEqCol</a>                       histogram equalization color table
<a href="histoMeanStd_1.html">histoMeanStd</a>                     linear scaling to desired mean and std.
<a href="histoNorm_1.html">histoNorm</a>                        histogram normalization
<a href="houghCircle_1.html">houghCircle</a>                      Hough transform to detect circles
<a href="houghLine_1.html">houghLine</a>                        Hough transform for line detection
<a href="ht2ft_1.html">ht2ft</a>                            2d hartley to fourier conversion
<a href="ihs2rgb_1.html">ihs2rgb</a>                          Convert from IHS to RGB
<a href="imag_1.html">imag</a>                             extract imaginary part of complex band
<a href="image_minmax_1.html">image_minmax</a>                     find min and max in an image
<a href="isoCluster_1.html">isoCluster</a>                       ISODATA clustering, unsupervised classification
<a href="kMeansCluster_1.html">kMeansCluster</a>                    Kmeans clustering
<a href="kncn_1.html">kncn</a>                             k nearest connected neighbour noise reduction
<a href="knn_1.html">knn</a>                              k nearest neighbour noise reduction
<a href="lapZeroCross_1.html">lapZeroCross</a>                     find zero crossing of lapacian
<a href="laplace_1.html">laplace</a>                          edge and line detection
<a href="linearTrans_1.html">linearTrans</a>                      linear image to image transformation
<a href="lit_1.html">lit</a>                              Local Information Transform texture measure
<a href="litSnn_1.html">litSnn</a>                           texture measure, combination of lit and snn
<a href="logarithm_1.html">logarithm</a>                        Take logarithm of BIFF band (compress dynamic range)
<a href="logical_1.html">logical</a>                          logical pixel by pixel operations
<a href="lowpass_1.html">lowpass</a>                          make an "ideal", truncated, lowpass filter in the spatial or Fourier domain
<a href="lowpass_1.html">lowpassIdeal</a>                     make an "ideal", truncated, lowpass filter in the spatial or Fourier domain
<a href="makepseudo_1.html">makepseudo</a>                       Make a pseudocolor image with corresponding colortable from rgb color image
<a href="maxHisto_1.html">maxHisto</a>                         texture measure
<a href="maxSimilar3x3_1.html">maxSimilar3x3</a>                    maximum similarity 3x3 noise reduction
<a href="maxarea_1.html">maxarea</a>                          max operator over a local window
<a href="maxima_1.html">maxima</a>                           detection of local maxima
<a href="mbkncn_1.html">mbkncn</a>                           multi band k nearest connected neighbour noise reduction
<a href="mbknn_1.html">mbknn</a>                            multi band k nearest neighbour noise reduction
<a href="mct_1.html">mct</a>                              Create a color table from ascii data.
<a href="mean_1.html">mean</a>                             compute local mean
<a href="median_1.html">median</a>                           noise reduction filtering
<a href="minarea_1.html">minarea</a>                          min operator over a local window
<a href="minima_1.html">minima</a>                           detection of local minima
<a href="minmaxTexture_1.html">minmaxTexture</a>                    Min-Max filters for texture measurement
<a href="mkFractalSra_1.html">mkFractalSra</a>                     make fractal brownian motion noise
<a href="mkGauss_1.html">mkGauss</a>                          make an image with gaussian random noise
<a href="mkHisto_1.html">mkHisto</a>                          make and print a histogram
<a href="mkImg_1.html">mkImg</a>                            make an image with specified size, pixel type and value
<a href="mkPoisson_1.html">mkPoisson</a>                        make an image with Poisson random noise.
<a href="mode_1.html">mode</a>                             noise removal and edge sharpening
<a href="morphClose_1.html">morphClose</a>                       morphological grayscale close on an image.
<a href="morphDilate_1.html">morphDilate</a>                      morphological grayscale dilate on an image.
<a href="morphErode_1.html">morphErode</a>                       morphological grayscale erode on an image.
<a href="morphOpen_1.html">morphOpen</a>                        morphological grayscale open on an image.
<a href="mosaic_1.html">mosaic</a>                           combine several images to a new one band image
<a href="multGauss_1.html">multGauss</a>                        multiply image with random gaussian noise
<a href="multiply_1.html">multiply</a>                         multiply two bands pixel by pixel
<a href="negate_1.html">negate</a>                           negate an image
<a href="newtitle_1.html">newtitle</a>                         insert new title into an image
<a href="overlap_1.html">overlap</a>                          calculate overlapping band areas
<a href="peanoScan_1.html">peanoScan</a>                        scan an image in "peano" order
<a href="phase_1.html">phase</a>                            phase of complex image
<a href="pixel_mapper_1.html">pixel_mapper</a>                     map pixel values into new value
<a href="pnm2biff_1.html">pnm2biff</a>                         Portable Bit/Gray/Pixel Map to BIFF conversion
<a href="power_1.html">power</a>                            take the power of each pixel value
<a href="gradient_1.html">prewitt</a>                          gradient like operators
<a href="profile_1.html">profile</a>                          Calculate pixel values along a line
<a href="pseudo2rgb_1.html">pseudo2rgb</a>                       convert 1band image + colortable to rgb image
<a href="pseudomedian3x3_1.html">pseudomedian3x3</a>                  median like noise reduction filtering
<a href="pyramid_1.html">pyramid</a>                          create a pyramid data structure
<a href="quadratic_1.html">quadratic</a>                        quadratic geometric transform
<a href="rainbow_1.html">rainbow</a>                          create a color map based on ihs
<a href="rank_1.html">rank</a>                             noise reduction filter
<a href="raw2biff_1.html">raw2biff</a>                         convert raw data to BIFF file
<a href="real_1.html">real</a>                             extract real part of complex band
<a href="regionAnalyse_1.html">regionAnalyse</a>                    split BIFF image into regions and describe regions
<a href="regionConvexHull_1.html">regionConvexHull</a>                 find the convex hull of regions
<a href="reorganize_1.html">reorganize</a>                       rotate, mirror or transpose an image
<a href="resample_1.html">resample</a>                         stretch or compress an image
<a href="rgb2ihs_1.html">rgb2ihs</a>                          Convert from RGB to IHS
<a href="rms_1.html">rms</a>                              root mean square difference between two images
<a href="gradient_1.html">roberts</a>                          gradient like operators
<a href="rotate_1.html">rotate</a>                           rotate an image
<a href="saturmod_1.html">saturmod</a>                         modify saturation in color map file
<a href="scale_1.html">scale</a>                            linear scaling of pixel values
<a href="scatter_1.html">scatter</a>                          make a scatterplot
<a href="segmRandom_1.html">segmRandom</a>                       Create image with two regions, random border.
<a href="segmSpannWilson_1.html">segmSpannWilson</a>                  segmentation by the Spann and Wilson method
<a href="shift_img_1.html">shift_img</a>                        Set new origo on a BIFF image
<a href="sigma_1.html">sigma</a>                            noise reduction filtering
<a href="signDiff_1.html">signDiff</a>                         signed difference between two images
<a href="snn_1.html">snn</a>                              symmetric nearest neighbour noise reduction
<a href="gradient_1.html">sobel</a>                            gradient like operators
<a href="square_1.html">square</a>                           take the square of each pixel value
<a href="squareRoot_1.html">squareRoot</a>                       take the square root of each pixel value
<a href="statistics_1.html">statistics</a>                       extract statistical information from an image
<a href="stdev_1.html">stdev</a>                            calculation of local standard deviation
<a href="stdiff_1.html">stdiff</a>                           local statistical differencing
<a href="stvar_1.html">stvar</a>                            local variance
<a href="subcopy_1.html">subcopy</a>                          copy a part of an image into a new image
<a href="sunraster2biff_1.html">sunraster2biff</a>                   convert sunraster-file to BIFF-file
<a href="thresBernsen_1.html">thresBernsen</a>                     local variable treshold by the method of Bernsen.
<a href="thresLloyd_1.html">thresLloyd</a>                       threshold by the method of Lloyd
<a href="thresMinErr_1.html">thresMinErr</a>                      minimum error threshold.
<a href="thresMl_1.html">thresMl</a>                          multi level supervised thresholding
<a href="thresMlCentroid_1.html">thresMlCentroid</a>                  multi level thresholding by local centroid method
<a href="thresMlComCur_1.html">thresMlComCur</a>                    multi-level thresholding by Reddi using complexity curve
<a href="thresMlReddi_1.html">thresMlReddi</a>                     multi-level thresholding by Reddi et al.
<a href="thresMlWaHa_1.html">thresMlWaHa</a>                      Finds multiple thresholds by Wang & Haralick method
<a href="thresOtsu_1.html">thresOtsu</a>                        threshold by the method of Otsu
<a href="thresPtile_1.html">thresPtile</a>                       threshold at specified percentage
<a href="thresRidCal_1.html">thresRidCal</a>                      threshold by the Ridler and Calvard method
<a href="thresSigma_1.html">thresSigma</a>                       threshold at fraction of standard deviation
<a href="thresUniErr_1.html">thresUniErr</a>                      Uniform Error Threshold
<a href="threshold_1.html">threshold</a>                        threshold an image with specified threshold
<a href="tiff2biff_1.html">tiff2biff</a>                        Convert an image from TIFF to BIFF format.
<a href="transpose_img_1.html">transpose_img</a>                    transpose every band of a BIFF image
<a href="warp_1.html">warp</a>                             polynomial control point mapping
<a href="window_1.html">window</a>                           Make a BIFF image containing a window function
<a href="xadd_1.html">xadd</a>                             add two BIFF images and display under X11
<a href="xfft_1.html">xfft</a>                             X based interactive 2D fourier transform and display
<a href="xfilter_1.html">xfilter</a>                          filter image and display power spectra
<a href="xhistogram_1.html">xhistogram</a>                       Show the histogram of an image in XITE.
<a href="ximage_example_1.html">ximage_example</a>                   example application for the XITE ximage toolkit
<a href="xite_1.html">xite</a>                             X-based Image Processing Tools and Environment
<a href="xiteStdOpt_1.html">xiteStdOpt</a>                       process standard XITE options
<a href="xmovie_1.html">xmovie</a>                           X-based animation (movie) program for BIFF images in XITE
<a href="xpyramid_1.html">xpyramid</a>                         pyramid representation of image
<a href="xregion_1.html">xregion</a>                          interactively draw regions in an XITE overlay image
<a href="xshow_1.html">xshow</a>                            XITE X11 displayprogram for images and GUI for image processing
<a href="zernike_1.html">zernike</a>                          zernike moment image of a gray scale or binary image
  </pre>
  </body>
  </html>
 domain
<a href="lowpass_1.html">lowpassIdeal</a>                     make an "ideal", truncated, lowpass filter in the spatial or Fourier domain
<a href="makepseudo_1.html">makepseudo</a>                       Make a pseudocolor image with corresponding colortable from rgb color image
<a href="maxHisto_1.html">maxHisto</a>                         texture measure
<a href="maxSimilar3x3_1.html">maxSimilar3x3</a>                    maximum similarity 3x./doc/ReferenceManual/Routines_Index.html010064000006000025174000001714770640375766400210300ustar00sveinblab00002440001134<html>

<head>
  <title>XITE routines
  </title>
  <link rev=made href="svein@ifi.uio.no">
</head>

<body background="../mona_canny.jpg">

<h1> XITE routines </h1>

Here is an alphabetical list of all the documented XITE routines, except
format routines dealing with BIFF files and widget data structures.
Some reference pages contain hypertext links to other pages.
</p>

[
  <a href="Contents.html"> Up to Reference manual </a>
| <a href="Programs_Index.html"> Programs </a>
| <a href="Format_Index.html"> Format </a>
]
</p>

<hr>

<pre>
<a href="InitializeVisual_3.html">AddAction</a>                        XITE shell widgets.
<a href="ColorsMenuInit_3.html">AddColormapCopy</a>                  XITE color routines
<a href="ximage_3.html">Add_entry_layout</a>                 toolkit for creating X11 applications in XITE
<a href="ColorsMenuInit_3.html">Color_add</a>                        XITE color routines
<a href="ColorsMenuInit_3.html">Color_exit</a>                       XITE color routines
<a href="ColorsMenuInit_3.html">Color_map</a>                        XITE color routines
<a href="ColorsMenuInit_3.html">Color_map2</a>                       XITE color routines
<a href="ColorsMenuInit_3.html">Color_max</a>                        XITE color routines
<a href="ColorsMenuInit_3.html">Color_ovl_add</a>                    XITE color routines
<a href="ColorsMenuInit_3.html">Color_ovl_max</a>                    XITE color routines
<a href="ColorsMenuInit_3.html">Color_ovl_read</a>                   XITE color routines
<a href="ColorsMenuInit_3.html">Color_ovl_set</a>                    XITE color routines
<a href="ColorsMenuInit_3.html">Color_read</a>                       XITE color routines
<a href="ColorsMenuInit_3.html">Color_set</a>                        XITE color routines
<a href="GetImageColormap_3.html">ColormapCopy</a>                     XITE module for initializing X11 colormaps.
<a href="GetImageColormap_3.html">ColormapStd</a>                      XITE module for initializing X11 colormaps.
<a href="ColorsMenuInit_3.html">ColorsMenuInit</a>                   XITE color routines
<a href="ColorsMenuInit_3.html">ColortabName</a>                     XITE color routines
<a href="SimpleDialog_3.html">ConfirmationBox</a>                  Popup dialog widgets
<a href="InitializeVisual_3.html">CreateAppShell</a>                   XITE shell widgets.
<a href="SimpleDialog_3.html">CreateDialog</a>                     Popup dialog widgets
<a href="InitializeVisual_3.html">CreatePopOver</a>                    XITE shell widgets.
<a href="InitializeVisual_3.html">CreatePopTopShell</a>                XITE shell widgets.
<a href="InitializeVisual_3.html">CreatePopupShell</a>                 XITE shell widgets.
<a href="InitializeVisual_3.html">CreateTopLevelShell</a>              XITE shell widgets.
<a href="message_3.html">DefaultMessage</a>                   print error/warning/info/usage messages
<a href="message_3.html">DefaultNoMessage</a>                 print error/warning/info/usage messages
<a href="Visual_3.html">DepthOfVisual</a>                    XITE module for handling X11 display visuals.
<a href="Visual_3.html">DepthToReducedPlanes</a>             XITE module for handling X11 display visuals.
<a href="Visual_3.html">Direct24VisualInfo</a>               XITE module for handling X11 display visuals.
<a href="message_3.html">Error</a>                            print error/warning/info/usage messages
<a href="message_3.html">ExitOnError</a>                      print error/warning/info/usage messages
<a href="FilenamePart_3.html">FilenamePart</a>                     Return only the filename part of a path.
<a href="utl_malloc_3.html">Fmatrix_1d</a>                       allocates memory for various purposes
<a href="utl_malloc_3.html">Fmatrix_2d</a>                       allocates memory for various purposes
<a href="utl_malloc_3.html">Fmatrix_3d</a>                       allocates memory for various purposes
<a href="SimpleDialog_3.html">FormDialog</a>                       Popup dialog widgets
<a href="GetImageColormap_3.html">GetImageColormap</a>                 XITE module for initializing X11 colormaps.
<a href="ColorsMenuInit_3.html">Has_changeable_map</a>               XITE color routines
<a href="Histogram_3.html">Histogram</a>                        Widget class for histograms in XITE programs
<a href="Image_3.html">Image</a>                            XITE X11 image widget
<a href="ImageFormat_3.html">ImageAddress</a>                     Format dependent module for XITE Image Widget
<a href="ImageResize_3.html">ImageByteResize</a>                  Resize XITE Image (pixeltype-specific routines)
<a href="Image_3.html">ImageCopyImagePart</a>               XITE X11 image widget
<a href="Image_3.html">ImageCopyResources</a>               XITE X11 image widget
<a href="ImageResize_3.html">ImageDoubleResize</a>                Resize XITE Image (pixeltype-specific routines)
<a href="Image_3.html">ImageError</a>                       XITE X11 image widget
<a href="ImageResize_3.html">ImageFloatResize</a>                 Resize XITE Image (pixeltype-specific routines)
<a href="ImageFormat_3.html">ImageFormat</a>                      Format dependent module for XITE Image Widget
<a href="InitializeVisual_3.html">ImageFromMenu</a>                    XITE shell widgets.
<a href="Image_3.html">ImageGetImageResources</a>           XITE X11 image widget
<a href="Image_3.html">ImageGetResources</a>                XITE X11 image widget
<a href="Image_3.html">ImageGetZoom</a>                     XITE X11 image widget
<a href="Image_3.html">ImageGetZoomAll</a>                  XITE X11 image widget
<a href="Image_3.html">ImageHasColormap</a>                 XITE X11 image widget
<a href="ImageFormat_3.html">ImageHeight</a>                      Format dependent module for XITE Image Widget
<a href="Image_3.html">ImageHeightToScreen</a>              XITE X11 image widget
<a href="Image_3.html">ImageInstallPixelType</a>            XITE X11 image widget
<a href="Image_3.html">ImageKill</a>                        XITE X11 image widget
<a href="ImageFormat_3.html">ImageLineLength</a>                  Format dependent module for XITE Image Widget
<a href="ImageResize_3.html">ImageLongResize</a>                  Resize XITE Image (pixeltype-specific routines)
<a href="ImageOverlay_3.html">ImageOverlay</a>                     XITE X11 image overlay widget
<a href="ImageOverlay_3.html">ImageOverlayColor</a>                XITE X11 image overlay widget
<a href="ImageOverlay_3.html">ImageOverlayCopyImageOverlayPart</a> XITE X11 image overlay widget
<a href="ImageOverlay_3.html">ImageOverlayCopyImagePart</a>        XITE X11 image overlay widget
<a href="ImageOverlay_3.html">ImageOverlayCopyResources</a>        XITE X11 image overlay widget
<a href="ImageOverlay_3.html">ImageOverlayDisplay</a>              XITE X11 image overlay widget
<a href="ImageOverlay_3.html">ImageOverlayDrawBox</a>              XITE X11 image overlay widget
<a href="ImageOverlay_3.html">ImageOverlayDrawLine</a>             XITE X11 image overlay widget
<a href="ImageOverlay_3.html">ImageOverlayDrawOrigo</a>            XITE X11 image overlay widget
<a href="ImageOverlay_3.html">ImageOverlayDrawPoint</a>            XITE X11 image overlay widget
<a href="ImageOverlay_3.html">ImageOverlayDrawRectangle</a>        XITE X11 image overlay widget
<a href="ImageOverlay_3.html">ImageOverlayFill</a>                 XITE X11 image overlay widget
<a href="ImageOverlay_3.html">ImageOverlayGetResources</a>         XITE X11 image overlay widget
<a href="ImageOverlay_3.html">ImageOverlayPosXYtoAdr</a>           XITE X11 image overlay widget
<a href="ImageOverlay_3.html">ImageOverlayProtect</a>              XITE X11 image overlay widget
<a href="ImageOverlay_3.html">ImageOverlayRedisplay</a>            XITE X11 image overlay widget
<a href="ImageResize_3.html">ImageOverlayResize</a>               Resize XITE Image (pixeltype-specific routines)
<a href="ImageOverlay_3.html">ImageOverlayScreenXYtoAdr</a>        XITE X11 image overlay widget
<a href="ImageFormat_3.html">ImagePixName</a>                     Format dependent module for XITE Image Widget
<a href="Image_3.html">ImagePosXYtoAdr</a>                  XITE X11 image widget
<a href="Image_3.html">ImagePosXtoScreen</a>                XITE X11 image widget
<a href="Image_3.html">ImagePosYtoScreen</a>                XITE X11 image widget
<a href="Image_3.html">ImageRedisplay</a>                   XITE X11 image widget
<a href="Image_3.html">ImageRedisplayArea</a>               XITE X11 image widget
<a href="Image_3.html">ImageRedisplayScreen</a>             XITE X11 image widget
<a href="ImageResize_3.html">ImageResize</a>                      Resize XITE Image (pixeltype-specific routines)
<a href="Image_3.html">ImageScreenToHeight</a>              XITE X11 image widget
<a href="Image_3.html">ImageScreenToWidth</a>               XITE X11 image widget
<a href="Image_3.html">ImageScreenXYtoAdr</a>               XITE X11 image widget
<a href="Image_3.html">ImageScreenXtoPos</a>                XITE X11 image widget
<a href="Image_3.html">ImageScreenYtoPos</a>                XITE X11 image widget
<a href="Image_3.html">ImageSetZoom</a>                     XITE X11 image widget
<a href="Image_3.html">ImageSetZoomAll</a>                  XITE X11 image widget
<a href="ImageResize_3.html">ImageShortResize</a>                 Resize XITE Image (pixeltype-specific routines)
<a href="ImageResize_3.html">ImageSignedByteResize</a>            Resize XITE Image (pixeltype-specific routines)
<a href="ImageFormat_3.html">ImageTitle</a>                       Format dependent module for XITE Image Widget
<a href="Image_3.html">ImageTranslateZoomPanArgs</a>        XITE X11 image widget
<a href="ImageResize_3.html">ImageUnsignedShortResize</a>         Resize XITE Image (pixeltype-specific routines)
<a href="ImageFormat_3.html">ImageWidth</a>                       Format dependent module for XITE Image Widget
<a href="Image_3.html">ImageWidthToScreen</a>               XITE X11 image widget
<a href="ImageFormat_3.html">ImageXstart</a>                      Format dependent module for XITE Image Widget
<a href="ImageFormat_3.html">ImageYstart</a>                      Format dependent module for XITE Image Widget
<a href="message_3.html">Info</a>                             print error/warning/info/usage messages
<a href="SimpleDialog_3.html">InformationBox</a>                   Popup dialog widgets
<a href="GetImageColormap_3.html">InitColortableGray</a>               XITE module for initializing X11 colormaps.
<a href="GetImageColormap_3.html">InitColortableGrayPart</a>           XITE module for initializing X11 colormaps.
<a href="GetImageColormap_3.html">InitColortablePixels</a>             XITE module for initializing X11 colormaps.
<a href="message_3.html">InitMessage</a>                      print error/warning/info/usage messages
<a href="InitializeVisual_3.html">InitializeVisual</a>                 XITE shell widgets.
<a href="Visual_3.html">InitializeVisualInfos</a>            XITE module for handling X11 display visuals.
<a href="message_3.html">LastMessage</a>                      print error/warning/info/usage messages
<a href="ximage_3.html">LogPosition</a>                      toolkit for creating X11 applications in XITE
<a href="ximage_3.html">LogPositionCallback</a>              toolkit for creating X11 applications in XITE
<a href="ximage_3.html">Make_command_layout</a>              toolkit for creating X11 applications in XITE
<a href="ximage_3.html">Make_entry_layout</a>                toolkit for creating X11 applications in XITE
<a href="ximage_3.html">Make_image_layout</a>                toolkit for creating X11 applications in XITE
<a href="ximage_3.html">Make_label_layout</a>                toolkit for creating X11 applications in XITE
<a href="ximage_3.html">Make_list_layout</a>                 toolkit for creating X11 applications in XITE
<a href="ximage_3.html">Make_menu_layout</a>                 toolkit for creating X11 applications in XITE
<a href="ximage_3.html">Make_prompt_layout</a>               toolkit for creating X11 applications in XITE
<a href="ximage_3.html">Make_scroll_layout</a>               toolkit for creating X11 applications in XITE
<a href="MallocFloatP_3.html">MallocFloatP</a>                     Allocate memory for a number and return pointer
<a href="MallocFloatP_3.html">MallocIntP</a>                       Allocate memory for a number and return pointer
<a href="message_3.html">Message</a>                          print error/warning/info/usage messages
<a href="message_3.html">MessageStream</a>                    print error/warning/info/usage messages
<a href="utl_malloc_3.html">Mmatrix_1d</a>                       allocates memory for various purposes
<a href="utl_malloc_3.html">Mmatrix_2d</a>                       allocates memory for various purposes
<a href="utl_malloc_3.html">Mmatrix_3d</a>                       allocates memory for various purposes
<a href="NextFilename_3.html">NextFilename</a>                     Extract next string in a ":"-separated list of strings.
<a href="ColorsMenuInit_3.html">OverlaysMenuInit</a>                 XITE color routines
<a href="ColorsMenuInit_3.html">OvltabName</a>                       XITE color routines
<a href="Visual_3.html">PlanesToDepth</a>                    XITE module for handling X11 display visuals.
<a href="message_3.html">PopMessage</a>                       print error/warning/info/usage messages
<a href="InitializeVisual_3.html">PopupAdd</a>                         XITE shell widgets.
<a href="InitializeVisual_3.html">PopupExit</a>                        XITE shell widgets.
<a href="InitializeVisual_3.html">PopupInit</a>                        XITE shell widgets.
<a href="InitializeVisual_3.html">PopupLine</a>                        XITE shell widgets.
<a href="InitializeVisual_3.html">PopupMenu</a>                        XITE shell widgets.
<a href="InitializeVisual_3.html">PopupWidget</a>                      XITE shell widgets.
<a href="InitializeVisual_3.html">Popup_add</a>                        XITE shell widgets.
<a href="GetImageColormap_3.html">PrintColormap</a>                    XITE module for initializing X11 colormaps.
<a href="colorfile_3.html">PrintColortable</a>                  Read, write and create colortables and colormaps
<a href="GetImageColormap_3.html">PrintWidgetColormap</a>              XITE module for initializing X11 colormaps.
<a href="Visual_3.html">Pseudo8VisualInfo</a>                XITE module for handling X11 display visuals.
<a href="message_3.html">PushMessage</a>                      print error/warning/info/usage messages
<a href="GetImageColormap_3.html">RGBPixel</a>                         XITE module for initializing X11 colormaps.
<a href="Visual_3.html">RequestedImageVisual</a>             XITE module for handling X11 display visuals.
<a href="InitializeVisual_3.html">RequestedImageVisualAndColormap</a>  XITE shell widgets.
<a href="Visual_3.html">RequestedPlanes</a>                  XITE module for handling X11 display visuals.
<a href="SimpleDialog_3.html">SelectReadFile</a>                   Popup dialog widgets
<a href="SimpleDialog_3.html">SelectWriteFile</a>                  Popup dialog widgets
<a href="SimpleDialog_3.html">SimpleDialog</a>                     Popup dialog widgets
<a href="GetImageColormap_3.html">SpreadGray</a>                       XITE module for initializing X11 colormaps.
<a href="InitializeVisual_3.html">TopLevelWidget</a>                   XITE shell widgets.
<a href="Visual_3.html">True24VisualInfo</a>                 XITE module for handling X11 display visuals.
<a href="message_3.html">Usage</a>                            print error/warning/info/usage messages
<a href="message_3.html">Verbose</a>                          print error/warning/info/usage messages
<a href="Visual_3.html">Visual</a>                           XITE module for handling X11 display visuals.
<a href="Visual_3.html">VisualInfoFromClass</a>              XITE module for handling X11 display visuals.
<a href="message_3.html">Warning</a>                          print error/warning/info/usage messages
<a href="ColorsMenuInit_3.html">Xcolor_deftab</a>                    XITE color routines
<a href="XfwfBoard_3.html">XfwfBoard</a>                        Free Widget Foundation Board widget
<a href="XfwfButton_3.html">XfwfButton</a>                       Free Widget Foundation Button widget
<a href="XfwfCommon_3.html">XfwfCommon</a>                       Free Widget Foundation Common widget
<a href="XfwfFileSelector_3.html">XfwfFileSelector</a>                 Free Widget Foundation FileSelector widget
<a href="XfwfFrame_3.html">XfwfFrame</a>                        Free Widget Foundation Frame widget
<a href="XfwfGroup_3.html">XfwfGroup</a>                        Free Widget Foundation Group widget
<a href="XfwfLabel_3.html">XfwfLabel</a>                        Free Widget Foundation Label widget
<a href="XfwfMenuBar_3.html">XfwfMenuBar</a>                      Free Widget Foundation MenuBar widget
<a href="XfwfMultiList_3.html">XfwfMultiList</a>                    Free Widget Foundation MultiList widget
<a href="XfwfOptionButton_3.html">XfwfOptionButton</a>                 Free Widget Foundation OptionButton widget
<a href="XfwfPrompt_3.html">XfwfPrompt</a>                       Free Widget Foundation Prompt widget
<a href="XfwfPullDown_3.html">XfwfPullDown</a>                     Free Widget Foundation PullDown widget
<a href="XfwfRowCol_3.html">XfwfRowCol</a>                       Free Widget Foundation RowCol widget
<a href="XfwfRows_3.html">XfwfRows</a>                         Free Widget Foundation Rows widget
<a href="XfwfScrolledList_3.html">XfwfScrolledList</a>                 Free Widget Foundation ScrolledList widget
<a href="XfwfTextMenu_3.html">XfwfTextMenu</a>                     Free Widget Foundation TextMenu widget
<a href="XfwfToggle_3.html">XfwfToggle</a>                       Free Widget Foundation Toggle widget
<a href="XptyInit_3.html">XptyClose</a>                        Start and stop child process to execute jobs
<a href="XptyInit_3.html">XptyInit</a>                         Start and stop child process to execute jobs
<a href="XptyInit_3.html">XptyJobs</a>                         Start and stop child process to execute jobs
<a href="XptyInit_3.html">XptyKill</a>                         Start and stop child process to execute jobs
<a href="XptyInit_3.html">XptyList</a>                         Start and stop child process to execute jobs
<a href="XptyInit_3.html">XptyMessage</a>                      Start and stop child process to execute jobs
<a href="XptyInit_3.html">XptyStartProgram</a>                 Start and stop child process to execute jobs
<a href="absDiff_3.html">absDiff</a>                          absolute difference between two bands
<a href="absValue_3.html">absValue</a>                         take the absolute value of a band
<a href="addGauss_3.html">addGauss</a>                         add gaussian random noise to a band
<a href="addPoisson_3.html">addPoisson</a>                       add Poisson noise to the output band
<a href="ximage_3.html">add_callback_first</a>               toolkit for creating X11 applications in XITE
<a href="ximage_3.html">add_callback_last</a>                toolkit for creating X11 applications in XITE
<a href="ximage_3.html">add_callback_to_image</a>            toolkit for creating X11 applications in XITE
<a href="ximage_3.html">add_callback_to_image_layout</a>     toolkit for creating X11 applications in XITE
<a href="ximage_3.html">add_to_image_callbacks</a>           toolkit for creating X11 applications in XITE
<a href="addw_3.html">addw</a>                             add two bands pixel by pixel, with weights
<a href="affine_3.html">affine</a>                           affine geometric transform
<a href="argvOptions_3.html">argvOptions</a>                      Concatenate all the command-line options and arguments in one string.
<a href="ascii2biff_3.html">ascii2biff</a>                       convert an ascii file to BIFF format
<a href="average_3.html">average</a>                          computes the average of several bands in an input image
<a href="band_minmax_3.html">band_minmax</a>                      find minimum and maximum in a BIFF image band
<a href="band_minmax_3.html">band_minmax_disp</a>                 find minimum and maximum in a BIFF image band
<a href="lowpass_3.html">bandpass</a>                         "Ideal" filters truncated with window function in the spatial domain
<a href="lowpassf_3.html">bandpassf</a>                        make a filter in the Fourier domain
<a href="lowpass_3.html">bandstop</a>                         "Ideal" filters truncated with window function in the spatial domain
<a href="lowpassf_3.html">bandstopf</a>                        make a filter in the Fourier domain
<a href="bartlett_3.html">bartlett</a>                         circularly symmetric window functions for filters and parsing of window function name
<a href="bdf2biff_3.html">bdf2biff</a>                         converts a Bitmap Distribution Format font file into a BIFF image of at least 255 bands
<a href="biff2ascii_3.html">biff2ascii</a>                       write a biff band to an ascii data file
<a href="biff2raw_3.html">biff2raw</a>                         write a biff band to a raw data file
<a href="biff2tiff_3.html">biff2tiff</a>                        Convert a BIFF image to TIFF
<a href="biff2tiff_3.html">biff2tiff1</a>                       Convert a BIFF image to TIFF
<a href="biff2tiff_3.html">biff2tiff16</a>                      Convert a BIFF image to TIFF
<a href="biff2tiff_3.html">biff2tiff16c</a>                     Convert a BIFF image to TIFF
<a href="biff2tiff_3.html">biff2tiff16s</a>                     Convert a BIFF image to TIFF
<a href="biff2tiff_3.html">biff2tiff16sc</a>                    Convert a BIFF image to TIFF
<a href="biff2tiff_3.html">biff2tiff32fp</a>                    Convert a BIFF image to TIFF
<a href="biff2tiff_3.html">biff2tiff32fpc</a>                   Convert a BIFF image to TIFF
<a href="biff2tiff_3.html">biff2tiff32i</a>                     Convert a BIFF image to TIFF
<a href="biff2tiff_3.html">biff2tiff32ic</a>                    Convert a BIFF image to TIFF
<a href="biff2tiff_3.html">biff2tiff64</a>                      Convert a BIFF image to TIFF
<a href="biff2tiff_3.html">biff2tiff64c</a>                     Convert a BIFF image to TIFF
<a href="biff2tiff_3.html">biff2tiff8</a>                       Convert a BIFF image to TIFF
<a href="biff2tiff_3.html">biff2tiff8c</a>                      Convert a BIFF image to TIFF
<a href="biff2tiff_3.html">biff2tiff8p</a>                      Convert a BIFF image to TIFF
<a href="biff2tiff_3.html">biff2tiff8s</a>                      Convert a BIFF image to TIFF
<a href="biff2tiff_3.html">biff2tiff8sc</a>                     Convert a BIFF image to TIFF
<a href="biff_swap_3.html">biff_swap</a>                        swap byte order in biff-band
<a href="lowpassf_3.html">butterworthf</a>                     make a filter in the Fourier domain
<a href="canny_3.html">canny</a>                            detect edges in image using Canny operator
<a href="canny_3.html">canny_filters</a>                    detect edges in image using Canny operator
<a href="canny_3.html">canny_scale</a>                      detect edges in image using Canny operator
<a href="classMeans_3.html">classMeans</a>                       calculate class means
<a href="classifyNearest_3.html">classifyNearest</a>                  classify to nearest class
<a href="closestMinMax_3.html">closestMinMax</a>                    closest of minimum and maximum, noise reduction
<a href="GetImageColormap_3.html">cmapOfVisual</a>                     XITE module for initializing X11 colormaps.
<a href="GetImageColormap_3.html">cmapOfVisualClass</a>                XITE module for initializing X11 colormaps.
<a href="vectorPeak_3.html">colMax</a>                           Maximum and minimum of BIFF band row or column
<a href="crossSection_3.html">colMaxArr</a>                        Horizontal and vertical cross-sections, row or column of BIFF band
<a href="crossSection_3.html">colMaxArrBand</a>                    Horizontal and vertical cross-sections, row or column of BIFF band
<a href="vectorPeak_3.html">colMaxBand</a>                       Maximum and minimum of BIFF band row or column
<a href="vectorPeak_3.html">colMin</a>                           Maximum and minimum of BIFF band row or column
<a href="crossSection_3.html">colMinArr</a>                        Horizontal and vertical cross-sections, row or column of BIFF band
<a href="crossSection_3.html">colMinArrBand</a>                    Horizontal and vertical cross-sections, row or column of BIFF band
<a href="vectorPeak_3.html">colMinBand</a>                       Maximum and minimum of BIFF band row or column
<a href="color2ascii_3.html">color2ascii</a>                      write a biff band to an ascii data file
<a href="colorfile_3.html">color_convertfromimg</a>             Read, write and create colortables and colormaps
<a href="colorfile_3.html">color_create</a>                     Read, write and create colortables and colormaps
<a href="colorfile_3.html">color_read</a>                       Read, write and create colortables and colormaps
<a href="colorfile_3.html">color_write</a>                      Read, write and create colortables and colormaps
<a href="xslice_3.html">colorbar_image</a>                   Mix image colors in a palette
<a href="xslice_3.html">colorbar_widget</a>                  Mix image colors in a palette
<a href="colorfile_3.html">colorfile</a>                        Read, write and create colortables and colormaps
<a href="crossSection_3.html">column</a>                           Horizontal and vertical cross-sections, row or column of BIFF band
<a href="crossSection_3.html">columnBand</a>                       Horizontal and vertical cross-sections, row or column of BIFF band
<a href="combine_3.html">combine</a>                          combine two bands
<a href="combineTransf_3.html">combineTransf</a>                    combine two histo. transformations to one
<a href="complexConjug_3.html">complexConjug</a>                    take the complex conjugate of a band
<a href="compute_3.html">compute</a>                          Simple calculator.
<a href="compute_3.html">compute_answer</a>                   Simple calculator.
<a href="compute_3.html">compute_define</a>                   Simple calculator.
<a href="compute_3.html">compute_error</a>                    Simple calculator.
<a href="compute_3.html">compute_line</a>                     Simple calculator.
<a href="contour_3.html">contour</a>                          create a contour map
<a href="conv3x3_3.html">conv3x3</a>                          convolution between band and 3x3 matrix
<a href="convertBand_3.html">convertBand</a>                      convert a band to another pixel type
<a href="convolve_3.html">convolve</a>                         perform an n x m convolution
<a href="copyBand_3.html">copyBand</a>                         copy a band
<a href="crossSection_3.html">crossSection</a>                     Horizontal and vertical cross-sections, row or column of BIFF band
<a href="crossSection_3.html">crossSectionBand</a>                 Horizontal and vertical cross-sections, row or column of BIFF band
<a href="crossing_3.html">crossing</a>                         find zero crossing or any other crossing
<a href="curveToBand_3.html">curveToBand</a>                      Make BIFF image band visualize 1-D curve
<a href="dither_3.html">dither</a>                           create a dithering band
<a href="divide_3.html">divide</a>                           divide two bands pixel by pixel
<a href="drawBand_3.html">drawBand</a>                         draw constant value into a whole band
<a href="enter_function_debug_3.html">enter_function_debug</a>             Handle debug printouts in XITE
<a href="envfindfile_3.html">envfindfile</a>                      search for file in an environment path
<a href="envfindfile_3.html">envfindfilemulti</a>                 search for file in an environment path
<a href="lowpassf_3.html">exponentialf</a>                     make a filter in the Fourier domain
<a href="extrema1_3.html">extrema1</a>                         detection of local minima and maxima
<a href="extrema2_3.html">extrema2</a>                         detection of local minima and maxima
<a href="fft2d_3.html">fft</a>                              Two dimensional Fourier Transform
<a href="fft2d_3.html">fft2d</a>                            Two dimensional Fourier Transform
<a href="absValue_3.html">fftAmp</a>                           take the absolute value of a band
<a href="logarithm_3.html">fftDisplay</a>                       Take logarithm of BIFF band (compress dynamic range)
<a href="imag_3.html">fftImag</a>                          extract imaginary part of complex band
<a href="lowpassf_3.html">fftMakeBp</a>                        make a filter in the Fourier domain
<a href="lowpassf_3.html">fftMakeBs</a>                        make a filter in the Fourier domain
<a href="lowpassf_3.html">fftMakeHp</a>                        make a filter in the Fourier domain
<a href="lowpassf_3.html">fftMakeLp</a>                        make a filter in the Fourier domain
<a href="multiply_3.html">fftMult</a>                          multiply two bands pixel by pixel
<a href="phase_3.html">fftPhase</a>                         phase of complex image band
<a href="power_3.html">fftPower</a>                         take the power of each pixel value
<a href="real_3.html">fftReal</a>                          extract real part of complex band
<a href="fht1d_3.html">fht1d</a>                            1 dimensional fast Hartley transform
<a href="fht2d_3.html">fht2d</a>                            2 dimensional fast Hartley transform
<a href="fhtInitTables_3.html">fhtInitTables</a>                    initialize tables for fast Hartley transform
<a href="fhtPhase_3.html">fhtPhase</a>                         find Fourier transform phase from Hartley transform
<a href="fhtPower_3.html">fhtPower</a>                         calculate power specter from Hartley transform
<a href="fractile_3.html">fractile</a>                         noise reduction filtering
<a href="fractile_mask_3.html">fractile_mask</a>                    noise reduction filtering
<a href="ft2ht_3.html">ft2ht</a>                            2d fourier to hartley conversion
<a href="gammaAdjust_3.html">gammaAdjust</a>                      Simple gamma correction
<a href="gaussRandom_3.html">gaussRandom</a>                      random function with gaussian distribution
<a href="glRunLength_3.html">glRunLength</a>                      create the Grey level run length matrix
<a href="glcm_3.html">glcm</a>                             Computes Grey Level Cooccurrence Matrix
<a href="glcmParameter_3.html">glcmAsm</a>                          Computes features from the Grey Level Co-occurrence Matrix (GLCM)
<a href="glcmParameter_3.html">glcmCont</a>                         Computes features from the Grey Level Co-occurrence Matrix (GLCM)
<a href="glcmParameter_3.html">glcmCorr</a>                         Computes features from the Grey Level Co-occurrence Matrix (GLCM)
<a href="glcmParameter_3.html">glcmDiagmoment</a>                   Computes features from the Grey Level Co-occurrence Matrix (GLCM)
<a href="glcmParameter_3.html">glcmEntropy</a>                      Computes features from the Grey Level Co-occurrence Matrix (GLCM)
<a href="glcmParameter_3.html">glcmIdm</a>                          Computes features from the Grey Level Co-occurrence Matrix (GLCM)
<a href="glcmParameter_3.html">glcmInertia</a>                      Computes features from the Grey Level Co-occurrence Matrix (GLCM)
<a href="glcmParameter_3.html">glcmParameter</a>                    Computes features from the Grey Level Co-occurrence Matrix (GLCM)
<a href="glcmParameter_3.html">glcmProm</a>                         Computes features from the Grey Level Co-occurrence Matrix (GLCM)
<a href="glcmParameter_3.html">glcmShade</a>                        Computes features from the Grey Level Co-occurrence Matrix (GLCM)
<a href="glcmParameter_3.html">glcmVar</a>                          Computes features from the Grey Level Co-occurrence Matrix (GLCM)
<a href="glrlParameters_3.html">glrlGln</a>                          extract grey level run length parameters
<a href="glrlParameters_3.html">glrlLgre</a>                         extract grey level run length parameters
<a href="glrlParameters_3.html">glrlLre</a>                          extract grey level run length parameters
<a href="glrlParameters_3.html">glrlParameters</a>                   extract grey level run length parameters
<a href="glrlParameters_3.html">glrlRln</a>                          extract grey level run length parameters
<a href="glrlParameters_3.html">glrlRp</a>                           extract grey level run length parameters
<a href="glrlParameters_3.html">glrlSgre</a>                         extract grey level run length parameters
<a href="glrlParameters_3.html">glrlSre</a>                          extract grey level run length parameters
<a href="gradient_3.html">grad</a>                             gradient operator for edge detection
<a href="gradInv_3.html">gradInv</a>                          gradient invers noise reduction
<a href="gradient_3.html">gradient</a>                         gradient operator for edge detection
<a href="haar_3.html">haar</a>                             1D and 2D forward and inverse Haar Transform
<a href="haar_3.html">haar1d</a>                           1D and 2D forward and inverse Haar Transform
<a href="haar_3.html">haar2d</a>                           1D and 2D forward and inverse Haar Transform
<a href="haarTexture_3.html">haarTexture</a>                      texture extraction from 2D Haar transform
<a href="haar_3.html">haari1d</a>                          1D and 2D forward and inverse Haar Transform
<a href="haar_3.html">haari2d</a>                          1D and 2D forward and inverse Haar Transform
<a href="bartlett_3.html">hamming</a>                          circularly symmetric window functions for filters and parsing of window function name
<a href="bartlett_3.html">hanning</a>                          circularly symmetric window functions for filters and parsing of window function name
<a href="lowpass_3.html">highpass</a>                         "Ideal" filters truncated with window function in the spatial domain
<a href="lowpassf_3.html">highpassf</a>                        make a filter in the Fourier domain
<a href="histo_3.html">histo</a>                            Functions for histogram transformations
<a href="histoCentroid_3.html">histoCentroid</a>                    move histogram mass to local centroid iteratively
<a href="histoEq_3.html">histoEq</a>                          histogram equalization
<a href="histoEqCol_3.html">histoEqCol</a>                       histogram equalization color table
<a href="histoMeanStd_3.html">histoMeanStd</a>                     linear scaling to desired mean and std.
<a href="histoNorm_3.html">histoNorm</a>                        histogram normalization
<a href="histoSpecify_3.html">histoSpecify</a>                     histo transformation to specified function
<a href="histoTransf_3.html">histoTransf</a>                      perform general histogram transformation
<a href="houghCircle_3.html">houghCircle</a>                      Hough transform for circle detection
<a href="houghCircle_3.html">houghCircles</a>                     Hough transform for circle detection
<a href="houghLine_3.html">houghLine</a>                        Hough transform for line detection
<a href="statistics_3.html">hstatistics</a>                      extract statistical information from a band
<a href="ht2ft_3.html">ht2ft</a>                            2d hartley to fourier conversion
<a href="ihs_3.html">ihs</a>                              Convert between RGB and IHS
<a href="ihs_3.html">ihs2rgb</a>                          Convert between RGB and IHS
<a href="ihs_3.html">ihs2rgb_byte</a>                     Convert between RGB and IHS
<a href="ihs2rgb_img_3.html">ihs2rgb_img</a>                      Convert image from IHS to RGB
<a href="ihs_3.html">ihs2rgb_word</a>                     Convert between RGB and IHS
<a href="imag_3.html">imag</a>                             extract imaginary part of complex band
<a href="SimpleDialog_3.html">init_button_table</a>                Popup dialog widgets
<a href="ximage_3.html">init_image_callbacks</a>             toolkit for creating X11 applications in XITE
<a href="invertHisto_3.html">invertHisto</a>                      invert a histogram transformation
<a href="kncn_3.html">kncn</a>                             k nearest connected neighbours noise reduction
<a href="knn_3.html">knn</a>                              k nearest neighbour noise reduction
<a href="lapZeroCross_3.html">lapZeroCross</a>                     find zero crossing of lapacian
<a href="laplace_3.html">laplace</a>                          edge and line detection
<a href="enter_function_debug_3.html">leave_function_debug</a>             Handle debug printouts in XITE
<a href="linearTrans_3.html">linearTrans</a>                      Linear image to image transformation
<a href="lit_3.html">lit</a>                              Local Information Transform texture measure
<a href="litSnn_3.html">litSnn</a>                           texture measure, combination of lit and snn
<a href="logarithm_3.html">logarithm</a>                        Take logarithm of BIFF band (compress dynamic range)
<a href="logical_3.html">logical</a>                          logical operators on bands
<a href="logical_3.html">logical_and</a>                      logical operators on bands
<a href="logical_3.html">logical_band</a>                     logical operators on bands
<a href="logical_3.html">logical_bandc</a>                    logical operators on bands
<a href="logical_3.html">logical_bnot</a>                     logical operators on bands
<a href="logical_3.html">logical_bor</a>                      logical operators on bands
<a href="logical_3.html">logical_borc</a>                     logical operators on bands
<a href="logical_3.html">logical_bxor</a>                     logical operators on bands
<a href="logical_3.html">logical_bxorc</a>                    logical operators on bands
<a href="logical_3.html">logical_eq</a>                       logical operators on bands
<a href="logical_3.html">logical_eqc</a>                      logical operators on bands
<a href="logical_3.html">logical_ge</a>                       logical operators on bands
<a href="logical_3.html">logical_gec</a>                      logical operators on bands
<a href="logical_3.html">logical_gt</a>                       logical operators on bands
<a href="logical_3.html">logical_gtc</a>                      logical operators on bands
<a href="logical_3.html">logical_le</a>                       logical operators on bands
<a href="logical_3.html">logical_lec</a>                      logical operators on bands
<a href="logical_3.html">logical_lshift</a>                   logical operators on bands
<a href="logical_3.html">logical_lt</a>                       logical operators on bands
<a href="logical_3.html">logical_ltc</a>                      logical operators on bands
<a href="logical_3.html">logical_mask</a>                     logical operators on bands
<a href="logical_3.html">logical_ne</a>                       logical operators on bands
<a href="logical_3.html">logical_nec</a>                      logical operators on bands
<a href="logical_3.html">logical_not</a>                      logical operators on bands
<a href="logical_3.html">logical_or</a>                       logical operators on bands
<a href="logical_3.html">logical_rshift</a>                   logical operators on bands
<a href="logical_3.html">logical_xor</a>                      logical operators on bands
<a href="lowpass_3.html">lowpass</a>                          "Ideal" filters truncated with window function in the spatial domain
<a href="lowpassf_3.html">lowpassIdealf</a>                    make a filter in the Fourier domain
<a href="lowpassf_3.html">lowpassf</a>                         make a filter in the Fourier domain
<a href="lowpass_3.html">lowpassu</a>                         "Ideal" filters truncated with window function in the spatial domain
<a href="maxHisto_3.html">maxHisto</a>                         texture measure
<a href="maxSimilar3x3_3.html">maxSimilar3x3</a>                    maximum similarity 3x3 noise reduction
<a href="maxarea_3.html">maxarea</a>                          max operator over a local window
<a href="maxima_3.html">maxima</a>                           detection of local maxima
<a href="mbkncn_3.html">mbkncn</a>                           multi band k nearest connected neighbour noise reduction
<a href="mbknn_3.html">mbknn</a>                            multi band k nearest neighbour noise removal
<a href="mean_3.html">mean</a>                             compute local mean
<a href="median_3.html">median</a>                           noise reduction filtering
<a href="message_3.html">message</a>                          print error/warning/info/usage messages
<a href="minarea_3.html">minarea</a>                          min operator over a local window
<a href="minima_3.html">minima</a>                           detection of local minima
<a href="mkComCur_3.html">mkComCur</a>                         make complexity curve for a band
<a href="convertBand_3.html">mkConvertBand</a>                    convert a band to another pixel type
<a href="mkCumHisto_3.html">mkCumHisto</a>                       make a cumulative histogram
<a href="mkHisto_3.html">mkDhistogram</a>                     make a histogram
<a href="mkFractalSra_3.html">mkFractalSra</a>                     make fractal brownian motion noise
<a href="mkGauss_3.html">mkGauss</a>                          make a band with gaussian random noise
<a href="mkHisto_3.html">mkHisto</a>                          make a histogram
<a href="mkHisto_3.html">mkIhistogram</a>                     make a histogram
<a href="mkPoisson_3.html">mkPoisson</a>                        make a band with Poisson random noise.
<a href="pyramid_3.html">mkPyramidAver2</a>                   create a pyramidal raster data structure
<a href="pyramid_3.html">mkPyramidGauss5</a>                  create a pyramidal raster data structure
<a href="pyramid_3.html">mkPyramidRank2</a>                   create a pyramidal raster data structure
<a href="mode_3.html">mode</a>                             noise removal and edge sharpening
<a href="morphClose_3.html">morphClose</a>                       morphological grayscale close on a band.
<a href="morphDilate_3.html">morphDilate</a>                      morphological grayscale dilate on a band.
<a href="morphErode_3.html">morphErode</a>                       morphological grayscale erode on a band.
<a href="morphOpen_3.html">morphOpen</a>                        morphological grayscale open on a band.
<a href="multGauss_3.html">multGauss</a>                        multiply band with random gaussian noise
<a href="multiply_3.html">multiply</a>                         multiply two bands pixel by pixel
<a href="negate_3.html">negate</a>                           negate a band
<a href="sigma_3.html">noiseStDev</a>                       noise reduction filtering
<a href="overlap_3.html">overlap</a>                          calculate overlapping area of two bands
<a href="lowpassf_3.html">parseFilterTypeName</a>              make a filter in the Fourier domain
<a href="bartlett_3.html">parseWindowName</a>                  circularly symmetric window functions for filters and parsing of window function name
<a href="peanoScan_3.html">peanoScan</a>                        scan a band in "peano" order
<a href="phase_3.html">phase</a>                            phase of complex image band
<a href="power_3.html">power</a>                            take the power of each pixel value
<a href="enter_function_debug_3.html">prepend_debug_blanks</a>             Handle debug printouts in XITE
<a href="gradient_3.html">prewitt</a>                          gradient operator for edge detection
<a href="profile_3.html">profile</a>                          Calculate pixel values along a line.
<a href="pseudo2rgb_3.html">pseudo2rgb</a>                       convert band + colortable to rgb image
<a href="pseudomedian3x3_3.html">pseudomedian3x3</a>                  median like noise reduction filtering
<a href="pyramid_3.html">pyramid</a>                          create a pyramidal raster data structure
<a href="pyramid_3.html">pyramidAver2</a>                     create a pyramidal raster data structure
<a href="pyramid_3.html">pyramidGauss5</a>                    create a pyramidal raster data structure
<a href="pyramid_3.html">pyramidRank2</a>                     create a pyramidal raster data structure
<a href="quadratic_3.html">quadratic</a>                        quadratic geometric transform
<a href="rank_3.html">rank</a>                             noise reduction filter
<a href="read_switch_3.html">read_bswitch</a>                     read switches from command line
<a href="colorfile_3.html">read_colormap</a>                    Read, write and create colortables and colormaps
<a href="read_switch_3.html">read_dswitch</a>                     read switches from command line
<a href="read_switch_3.html">read_iswitch</a>                     read switches from command line
<a href="read_sunraster_3.html">read_sunraster</a>                   read sunraster file to BIFF image
<a href="read_switch_3.html">read_switch</a>                      read switches from command line
<a href="real_3.html">real</a>                             extract real part of complex band
<a href="realloc_string_3.html">realloc_string</a>                   Reallocate string to ensure enough memory is available for an extension.
<a href="reclassifyBoundary_3.html">reclassifyBoundary</a>               reclassify the boundary pixels
<a href="bartlett_3.html">rectangle</a>                        circularly symmetric window functions for filters and parsing of window function name
<a href="regionArea_3.html">regionArea</a>                       find the area of one or more regions
<a href="regionMoment_3.html">regionCMoment</a>                    the moment of one or more regions
<a href="regionConvexHull_3.html">regionConvexHull</a>                 find the convex hull of a region
<a href="regionCopy_3.html">regionCopy</a>                       create a copy of a region
<a href="regionCreate_3.html">regionCreate</a>                     create a new region
<a href="regionDeleteYline_3.html">regionDeleteYline</a>                delete yline from a region
<a href="regionDraw_3.html">regionDraw</a>                       draw one or more y-line regions in a band
<a href="regionEndInsert_3.html">regionEndInsert</a>                  clean up region at end of yline insertion
<a href="regionFree_3.html">regionFree</a>                       free the memory occupied by a region
<a href="regionHisto_3.html">regionHisto</a>                      make a histogram of pixels in a region
<a href="regionHisto_3.html">regionHistoUpdate</a>                make a histogram of pixels in a region
<a href="regionImoment_3.html">regionImoment</a>                    compute invariant moments
<a href="regionInsertYline_3.html">regionInsertYline</a>                insert yline into newly created region
<a href="regionIsPoint_3.html">regionIsPoint</a>                    Is (x, y) a point in the region/list
<a href="regionMean_3.html">regionMean</a>                       calculate xmean or ymean of one or more regions
<a href="regionMinMax_3.html">regionMinMax</a>                     calc xmin, ymin, xmax, ymax of a region(s)
<a href="regionMoment_3.html">regionMoment</a>                     the moment of one or more regions
<a href="regionNeighbor_3.html">regionNeighbor</a>                   are two regions neighbors?
<a href="regionOverlap_3.html">regionOverlap</a>                    do two regions overlap?
<a href="regionMoment_3.html">regionPMoment</a>                    the moment of one or more regions
<a href="regionPerform_3.html">regionPerform</a>                    perform any procedure for each point in region
<a href="regionPerimeter_3.html">regionPerimeter</a>                  find the perimeter of one or more regions
<a href="regionPoint_3.html">regionPoint</a>                      return a point (x, y) in the region
<a href="regionSearch_3.html">regionSearch</a>                     searc through and create a region
<a href="regionSort_3.html">regionSort</a>                       sort regions according to object number
<a href="regionUnion_3.html">regionUnion</a>                      calculate the union of two regions
<a href="regionVolume_3.html">regionVolume</a>                     find the volume under one or more regions
<a href="regionMinMax_3.html">regionXmax</a>                       calc xmin, ymin, xmax, ymax of a region(s)
<a href="regionMean_3.html">regionXmean</a>                      calculate xmean or ymean of one or more regions
<a href="regionMinMax_3.html">regionXmin</a>                       calc xmin, ymin, xmax, ymax of a region(s)
<a href="regionYline_3.html">regionYline</a>                      split an image into homogenous regions
<a href="regionMinMax_3.html">regionYmax</a>                       calc xmin, ymin, xmax, ymax of a region(s)
<a href="regionMean_3.html">regionYmean</a>                      calculate xmean or ymean of one or more regions
<a href="regionMinMax_3.html">regionYmin</a>                       calc xmin, ymin, xmax, ymax of a region(s)
<a href="resample_3.html">resample</a>                         stretch or compress a band
<a href="ihs_3.html">rgb2ihs</a>                          Convert between RGB and IHS
<a href="ihs_3.html">rgb2ihs_byte</a>                     Convert between RGB and IHS
<a href="rgb2ihs_img_3.html">rgb2ihs_img</a>                      Convert image from RGB to IHS
<a href="ihs_3.html">rgb2ihs_word</a>                     Convert between RGB and IHS
<a href="rms_3.html">rms</a>                              root mean square difference between two bands
<a href="gradient_3.html">roberts</a>                          gradient operator for edge detection
<a href="rotate_3.html">rotate</a>                           rotate transform
<a href="crossSection_3.html">row</a>                              Horizontal and vertical cross-sections, row or column of BIFF band
<a href="crossSection_3.html">rowBand</a>                          Horizontal and vertical cross-sections, row or column of BIFF band
<a href="vectorPeak_3.html">rowMax</a>                           Maximum and minimum of BIFF band row or column
<a href="crossSection_3.html">rowMaxArr</a>                        Horizontal and vertical cross-sections, row or column of BIFF band
<a href="crossSection_3.html">rowMaxArrBand</a>                    Horizontal and vertical cross-sections, row or column of BIFF band
<a href="vectorPeak_3.html">rowMaxBand</a>                       Maximum and minimum of BIFF band row or column
<a href="vectorPeak_3.html">rowMin</a>                           Maximum and minimum of BIFF band row or column
<a href="crossSection_3.html">rowMinArr</a>                        Horizontal and vertical cross-sections, row or column of BIFF band
<a href="crossSection_3.html">rowMinArrBand</a>                    Horizontal and vertical cross-sections, row or column of BIFF band
<a href="vectorPeak_3.html">rowMinBand</a>                       Maximum and minimum of BIFF band row or column
<a href="scale_3.html">scale</a>                            linear scaling of pixel values
<a href="scaleHisto_3.html">scaleHisto</a>                       scale a cumulative histogram
<a href="scaled2col_3.html">scaled2col</a>                       convert scaled cumulative histogram
<a href="scatter_3.html">scatter</a>                          make a scatterplot
<a href="segmRandom_3.html">segmRandom</a>                       draw two regions, random border
<a href="segmSpannWilson_3.html">segmSpannWilson</a>                  segmentation by the Spann and Wilson method
<a href="ximage_3.html">set_init_color</a>                   toolkit for creating X11 applications in XITE
<a href="ximage_3.html">set_init_ovl_color</a>               toolkit for creating X11 applications in XITE
<a href="shift_band_3.html">shift_band</a>                       Set new origo on a band.
<a href="sigma_3.html">sigma</a>                            noise reduction filtering
<a href="sigma_3.html">sigmat</a>                           noise reduction filtering
<a href="signDiff_3.html">signDiff</a>                         signed difference between two bands
<a href="snn_3.html">snn</a>                              symmetric nearest neighbour noise reduction
<a href="gradient_3.html">sobel</a>                            gradient operator for edge detection
<a href="square_3.html">square</a>                           take the square of each pixel value
<a href="squareRoot_3.html">squareRoot</a>                       take the square root of each pixel value
<a href="start_xshow_3.html">start_xshow</a>                      start xshow
<a href="statistic_3.html">statistic</a>                        extract statistical information from a band
<a href="statistic_3.html">statisticMask</a>                    extract statistical information from a band
<a href="statistic_3.html">statisticMasks</a>                   extract statistical information from a band
<a href="statistics_3.html">statistics</a>                       extract statistical information from a band
<a href="stdev_3.html">stdev</a>                            calculation of local standard deviation
<a href="stdiff_3.html">stdiff</a>                           local statistical differencing
<a href="stvar_3.html">stvar</a>                            local variance
<a href="thresBernsen_3.html">thresBernsen</a>                     local treshold by the method of Bernsen.
<a href="thresLloyd_3.html">thresLloyd</a>                       threshold by the method of Lloyd
<a href="thresMinErrCrit_3.html">thresMinErrCrit</a>                  minimum error threshold, criterion function method
<a href="thresMinErrEqVar_3.html">thresMinErrEqVar</a>                 minimum error thresholding with equal variances.
<a href="thresMinErrIter_3.html">thresMinErrIter</a>                  minimum error threshold, iteration method
<a href="thresMlApply_3.html">thresMlAppMean</a>                   routines that applies ml-thresholds.
<a href="thresMlApply_3.html">thresMlAppMedian</a>                 routines that applies ml-thresholds.
<a href="thresMlApply_3.html">thresMlAppScale</a>                  routines that applies ml-thresholds.
<a href="thresMlApply_3.html">thresMlApply</a>                     routines that applies ml-thresholds.
<a href="thresMlCentroid_3.html">thresMlCentroid</a>                  multi level thresholding by local centroid method
<a href="thresMlComCur_3.html">thresMlComCur</a>                    multi-level threshold using complexity curve
<a href="thresMlReddi_3.html">thresMlReddi</a>                     multi-level thresholding by Reddi et al.
<a href="thresMlWaHa_3.html">thresMlWaHa</a>                      Finds multiple thresholds by Wang & Haralick method.
<a href="thresOtsu_3.html">thresOtsu</a>                        threshold by the method of Otsu
<a href="thresPtile_3.html">thresPtile</a>                       threshold at specified percentage
<a href="thresRidCal_3.html">thresRidCal</a>                      threshold by the Ridler and Calvard method
<a href="thresSigma_3.html">thresSigma</a>                       threshold at fraction of standard deviation
<a href="thresUniErr_3.html">thresUniErr</a>                      Uniform Error Threshold
<a href="threshold_3.html">threshold</a>                        threshold a band with specified threshold
<a href="threshold_3.html">thresholdSpOut</a>                   threshold a band with specified threshold
<a href="tiff2biff_3.html">tiff2biff</a>                        Convert a TIFF image to a BIFF image
<a href="tiff2biff_3.html">tiff2biff1</a>                       Convert a TIFF image to a BIFF image
<a href="tiff2biff_3.html">tiff2biff16</a>                      Convert a TIFF image to a BIFF image
<a href="tiff2biff_3.html">tiff2biff16c</a>                     Convert a TIFF image to a BIFF image
<a href="tiff2biff_3.html">tiff2biff1p</a>                      Convert a TIFF image to a BIFF image
<a href="tiff2biff_3.html">tiff2biff2</a>                       Convert a TIFF image to a BIFF image
<a href="tiff2biff_3.html">tiff2biff2p</a>                      Convert a TIFF image to a BIFF image
<a href="tiff2biff_3.html">tiff2biff32fp</a>                    Convert a TIFF image to a BIFF image
<a href="tiff2biff_3.html">tiff2biff32fpc</a>                   Convert a TIFF image to a BIFF image
<a href="tiff2biff_3.html">tiff2biff32i</a>                     Convert a TIFF image to a BIFF image
<a href="tiff2biff_3.html">tiff2biff32ic</a>                    Convert a TIFF image to a BIFF image
<a href="tiff2biff_3.html">tiff2biff4</a>                       Convert a TIFF image to a BIFF image
<a href="tiff2biff_3.html">tiff2biff4p</a>                      Convert a TIFF image to a BIFF image
<a href="tiff2biff_3.html">tiff2biff64</a>                      Convert a TIFF image to a BIFF image
<a href="tiff2biff_3.html">tiff2biff64c</a>                     Convert a TIFF image to a BIFF image
<a href="tiff2biff_3.html">tiff2biff8</a>                       Convert a TIFF image to a BIFF image
<a href="tiff2biff_3.html">tiff2biff8c</a>                      Convert a TIFF image to a BIFF image
<a href="tiff2biff_3.html">tiff2biff8p</a>                      Convert a TIFF image to a BIFF image
<a href="tilde_expand_3.html">tilde_expand</a>                     expand tilde and environment variables in filenames.
<a href="transpose_band_3.html">transpose_band</a>                   transpose a BIFF image band
<a href="bartlett_3.html">triangle</a>                         circularly symmetric window functions for filters and parsing of window function name
<a href="utl_malloc_3.html">utl_malloc</a>                       allocates memory for various purposes
<a href="vectorPeak_3.html">vectorPeak</a>                       Maximum and minimum of BIFF band row or column
<a href="Visual_3.html">visualClassToName</a>                XITE module for handling X11 display visuals.
<a href="Visual_3.html">visualFromClass</a>                  XITE module for handling X11 display visuals.
<a href="Visual_3.html">visualFromName</a>                   XITE module for handling X11 display visuals.
<a href="Visual_3.html">visualNameToClass</a>                XITE module for handling X11 display visuals.
<a href="window_3.html">window</a>                           Insert a window-function in a BIFF band.
<a href="write_sunraster_3.html">write_sunraster</a>                  write BIFF-image to sun_rasterfile
<a href="xhistogram_3.html">xhistogram</a>                       Show the histogram of an image.
<a href="ximage_3.html">ximage</a>                           toolkit for creating X11 applications in XITE
<a href="ximage_3.html">ximageInit</a>                       toolkit for creating X11 applications in XITE
<a href="ximage_3.html">ximageLayout</a>                     toolkit for creating X11 applications in XITE
<a href="ximage_3.html">ximage_app_usage_text</a>            toolkit for creating X11 applications in XITE
<a href="ximage_3.html">ximage_colorbar</a>                  toolkit for creating X11 applications in XITE
<a href="ximage_3.html">ximage_display</a>                   toolkit for creating X11 applications in XITE
<a href="ximage_3.html">ximage_exit</a>                      toolkit for creating X11 applications in XITE
<a href="ximage_3.html">ximage_histogram</a>                 toolkit for creating X11 applications in XITE
<a href="ximage_3.html">ximage_info</a>                      toolkit for creating X11 applications in XITE
<a href="ximage_3.html">ximage_init</a>                      toolkit for creating X11 applications in XITE
<a href="ximage_3.html">ximage_layout</a>                    toolkit for creating X11 applications in XITE
<a href="ximage_3.html">ximage_mainloop</a>                  toolkit for creating X11 applications in XITE
<a href="ximage_3.html">ximage_slice</a>                     toolkit for creating X11 applications in XITE
<a href="ximage_3.html">ximage_usage_text</a>                toolkit for creating X11 applications in XITE
<a href="message_3.html">xite_app_std_usage_text</a>          print error/warning/info/usage messages
<a href="message_3.html">xite_standard_options_usage_text</a> print error/warning/info/usage messages
<a href="xslice_3.html">xslice</a>                           Mix image colors in a palette
<a href="zer_mom_3.html">zer_con</a>                          Zernike moments
<a href="zer_mom_3.html">zer_mom</a>                          Zernike moments
<a href="zer_mom_3.html">zer_pol</a>                          Zernike moments
<a href="zer_mom_3.html">zer_rec</a>                          Zernike moments
  </pre>
  </body>
  </html>
href="vectorPeak_3.html">rowMin</a>                           Maximum and minimum of BIFF band row or column
<a href="crossSection_3.html">rowMinArr</a>                        Horizontal and ve./doc/ReferenceManual/Xshow_Index.html010064000006000025174000000025470640375767000203140ustar00sveinblab00002440001134<html>
<head>
  <title>
  Xshow menu for the XITE display program xshow
  </title>
  <meta name="author" content="Svein Be">
  <meta name="keywords" content="XITE BIFF xshow">
  <meta name="description" content="Xshow menu for the XITE display program xshow">
  <link rev="made" href="mailto:svein@ifi.uio.no">
  <link rel="up" href="Contents.html">
</head>

<body background="../mona_canny.jpg">

<h2> <a href="xshow_1.html"> Xshow </a> </h2> 
<ul> 
  <li> <a href="File_Index.html"> File...</a>
  <li> <a href="Image_information_Index.html"> Image information...</a>
  <li> <a href="Format_conversions_Index.html"> Format conversions...</a>
  <li> <a href="Color_Index.html"> Color...</a>
  <li> <a href="Histogram_Index.html"> Histogram...</a>
  <li> <a href="Image_representation_Index.html"> Image representation...</a>
  <li> <a href="Arithmetic_logical_Index.html"> Arithmetic/logical...</a>
  <li> <a href="Local_operators_Index.html"> Local operators...</a>
  <li> <a href="Global_operators_Index.html"> Global operators...</a>
  <li> <a href="Filter_design_Index.html"> Filter design...</a>
  <li> <a href="Image_analysis_Index.html"> Image analysis...</a>
  <li> <a href="System_Index.html"> System...</a>
  <li> <a href="Site_specific_programs_Index.html"> Site-specific programs...</a>
  <li> <a href="My_programs_Index.html"> My programs...</a>
</ul> 
</body>
</html>
./doc/ReferenceManual/File_Index.html010064000006000025174000000016320640375767000200550ustar00sveinblab00002440001134<html>
<head>
  <title>
  File menu for the XITE display program xshow
  </title>
  <meta name="author" content="Svein Be">
  <meta name="keywords" content="XITE BIFF xshow">
  <meta name="description" content="File menu for the XITE display program xshow">
  <link rev="made" href="mailto:svein@ifi.uio.no">
  <link rel="up" href="Contents.html">
</head>

<body background="../mona_canny.jpg">

<h2>File menu for the XITE display program xshow</h2> 
<ul> 
  <li> <a href="biffcopy_1.html"> Save image</a>
  <li> <a href="biffcopy_1.html"> Read image</a>
  <li> <a href="biffcopy_1.html"> Read bands of image</a>
  <li> <a href="biffcopy_1.html"> Copy image</a>
  <li> <a href="biffcopy_1.html"> Copy bands of image</a>
  <li> <a href="mkImg_1.html"> Make new image</a>
  <li> <a href="biffcopy_1.html"> Read colortable</a>
  <li> <a href="Format_conversions_Index.html"> Format conversions...</a>
</ul> 
</body>
</html>
./doc/ReferenceManual/Image_information_Index.html010064000006000025174000000021100640375767000226150ustar00sveinblab00002440001134<html>
<head>
  <title>
  Image information menu for the XITE display program xshow
  </title>
  <meta name="author" content="Svein Be">
  <meta name="keywords" content="XITE BIFF xshow">
  <meta name="description" content="Image information menu for the XITE display program xshow">
  <link rev="made" href="mailto:svein@ifi.uio.no">
  <link rel="up" href="Contents.html">
</head>

<body background="../mona_canny.jpg">

<h2>Image information menu for the XITE display program xshow</h2> 
<h3> Get BIFF information</h3> 
<ul> 
  <li> <a href="biffinfo_1.html"> Image info</a>
  <li> <a href="biffinfo_1.html"> List image files</a>
</ul> 
<h3> Change BIFF information</h3> 
<ul> 
  <li> <a href="bifftext_1.html"> Append text line</a>
  <li> <a href="bifftext_1.html"> Edit text</a>
  <li> <a href="newtitle_1.html"> Change image title</a>
</ul> 
<h3> Get numeric information</h3> 
<ul> 
  <li> <a href="Statistics_Index.html"> Statistics...</a>
  <li> <a href="Profile_Index.html"> Profile...</a>
  <li> <a href="Format_conversions_Index.html"> Format conversions...</a>
</ul> 
</body>
</html>
./doc/ReferenceManual/Format_conversions_Index.html010064000006000025174000000030170640375767000230550ustar00sveinblab00002440001134<html>
<head>
  <title>
  Format conversions menu for the XITE display program xshow
  </title>
  <meta name="author" content="Svein Be">
  <meta name="keywords" content="XITE BIFF xshow">
  <meta name="description" content="Format conversions menu for the XITE display program xshow">
  <link rev="made" href="mailto:svein@ifi.uio.no">
  <link rel="up" href="Contents.html">
</head>

<body background="../mona_canny.jpg">

<h2>Format conversions menu for the XITE display program xshow</h2> 
<h3> To</h3> 
<ul> 
  <li> <a href="biffConvert_1.html"> To BIFF</a>
  <li> <a href="biff2pnm_1.html"> To pbm/pgm/ppm</a>
  <li> <a href="biff2raw_1.html"> To raw binary</a>
  <li> <a href="biff2ascii_1.html"> To ascii</a>
  <li> <a href="biff2ps_1.html"> To PostScript</a>
  <li> <a href="biff2sunraster_1.html"> To Sunraster</a>
  <li> <a href="biff2sunraster_1.html"> To Sunraster w/colortable</a>
  <li> <a href="biff2matlab_1.html"> To MATLAB</a>
  <li> <a href="biff2tiff_1.html"> To TIFF grayscale</a>
  <li> <a href="biff2tiff_1.html"> To TIFF palette</a>
  <li> <a href="biff2tiff_1.html"> To TIFF rgb</a>
</ul> 
<h3> From</h3> 
<ul> 
  <li> <a href="pnm2biff_1.html"> From pbm/pgm/ppm</a>
  <li> <a href="raw2biff_1.html"> From raw binary</a>
  <li> <a href="ascii2biff_1.html"> From ascii</a>
  <li> <a href="sunraster2biff_1.html"> From Sunraster</a>
  <li> <a href="matlab2biff_1.html"> From MATLAB</a>
  <li> <a href="tiff2biff_1.html"> From TIFF gray or rgb</a>
  <li> <a href="tiff2biff_1.html"> From TIFF palette</a>
</ul> 
</body>
</html>
./doc/ReferenceManual/Color_Index.html010064000006000025174000000024010640375767000202470ustar00sveinblab00002440001134<html>
<head>
  <title>
  Color menu for the XITE display program xshow
  </title>
  <meta name="author" content="Svein Be">
  <meta name="keywords" content="XITE BIFF xshow">
  <meta name="description" content="Color menu for the XITE display program xshow">
  <link rev="made" href="mailto:svein@ifi.uio.no">
  <link rel="up" href="Contents.html">
</head>

<body background="../mona_canny.jpg">

<h2>Color menu for the XITE display program xshow</h2> 
<ul> 
  <li> <a href="gammaAdjust_1.html"> Gamma correction</a>
  <li> <a href="dither_1.html"> Dither image</a>
  <li> <a href="biffcopy_1.html"> Read colortable</a>
  <li> <a href="colorquant_1.html"> Color quantization</a>
  <li> <a href="rainbow_1.html"> Create ihs-based colormap</a>
  <li> <a href="saturmod_1.html"> Modify saturation</a>
  <li> <a href="histoEqCol_1.html"> Colortable from histogram equalization</a>
</ul> 
<h3> Conversions</h3> 
<ul> 
  <li> <a href="colorquant_1.html"> Rgb --> pseudocolor</a>
  <li> <a href="pseudo2rgb_1.html"> Pseudocolor --> rgb</a>
  <li> <a href="mct_1.html"> Ascii colormap --> colortable</a>
  <li> <a href="color2ascii_1.html"> Colortable --> Ascii</a>
  <li> <a href="ihs2rgb_1.html"> IHS --> RGB</a>
  <li> <a href="rgb2ihs_1.html"> RGB --> IHS</a>
</ul> 
</body>
</html>
./doc/ReferenceManual/Histogram_Index.html010064000006000025174000000021120640375767000211250ustar00sveinblab00002440001134<html>
<head>
  <title>
  Histogram menu for the XITE display program xshow
  </title>
  <meta name="author" content="Svein Be">
  <meta name="keywords" content="XITE BIFF xshow">
  <meta name="description" content="Histogram menu for the XITE display program xshow">
  <link rev="made" href="mailto:svein@ifi.uio.no">
  <link rel="up" href="Contents.html">
</head>

<body background="../mona_canny.jpg">

<h2>Histogram menu for the XITE display program xshow</h2> 
<ul> 
  <li> <a href="xhistogram_1.html"> Show</a>
  <li> <a href="xhistogram_1.html"> Show separate</a>
  <li> <a href="histoEq_1.html"> Equalize</a>
  <li> <a href="histoNorm_1.html"> Normalize</a>
  <li> <a href="histoMeanStd_1.html"> Adjust mean and standard deviation</a>
  <li> <a href="mkHisto_1.html"> Make and print histogram</a>
  <li> <a href="histo2ps_1.html"> Postscript plot of histogram</a>
  <li> <a href="histo2ps_1.html"> Postscript plot of histogram w/mask</a>
  <li> <a href="histoEqCol_1.html"> Colortable from histogram equalization</a>
  <li> <a href="scatter_1.html"> Scattergram</a>
</ul> 
</body>
</html>
./doc/ReferenceManual/Image_representation_Index.html010064000006000025174000000017600640375767000233440ustar00sveinblab00002440001134<html>
<head>
  <title>
  Image representation menu for the XITE display program xshow
  </title>
  <meta name="author" content="Svein Be">
  <meta name="keywords" content="XITE BIFF xshow">
  <meta name="description" content="Image representation menu for the XITE display program xshow">
  <link rev="made" href="mailto:svein@ifi.uio.no">
  <link rel="up" href="Contents.html">
</head>

<body background="../mona_canny.jpg">

<h2>Image representation menu for the XITE display program xshow</h2> 
<ul> 
  <li> <a href="Merge_and_combine_Index.html"> Merge and combine...</a>
  <li> <a href="Profile_Index.html"> Profile...</a>
  <li> <a href="real_1.html"> Extract real part</a>
  <li> <a href="imag_1.html"> Extract imaginary part</a>
  <li> <a href="expand_edge_1.html"> Expand image edges</a>
  <li> <a href="pyramid_1.html"> Pyramid</a>
  <li> <a href="resample_1.html"> Resample</a>
  <li> <a href="contour_1.html"> Contour</a>
  <li> <a href="peanoScan_1.html"> Peanoscan</a>
</ul> 
</body>
</html>
./doc/ReferenceManual/Arithmetic_logical_Index.html010064000006000025174000000030570640375767000227640ustar00sveinblab00002440001134<html>
<head>
  <title>
  Arithmetic/logical menu for the XITE display program xshow
  </title>
  <meta name="author" content="Svein Be">
  <meta name="keywords" content="XITE BIFF xshow">
  <meta name="description" content="Arithmetic/logical menu for the XITE display program xshow">
  <link rev="made" href="mailto:svein@ifi.uio.no">
  <link rel="up" href="Contents.html">
</head>

<body background="../mona_canny.jpg">

<h2>Arithmetic/logical menu for the XITE display program xshow</h2> 
<ul> 
  <li> <a href="Logical_relational_Index.html"> Logical/relational...</a>
  <li> <a href="Generate_noisy_images_Index.html"> Generate noisy images...</a>
</ul> 
<h3> One image/band</h3> 
<ul> 
  <li> <a href="negate_1.html"> Negate</a>
  <li> <a href="scale_1.html"> Scale</a>
  <li> <a href="absValue_1.html"> Absolute value</a>
  <li> <a href="square_1.html"> Square</a>
  <li> <a href="squareRoot_1.html"> Square root</a>
  <li> <a href="logarithm_1.html"> Logarithm</a>
  <li> <a href="complexConjug_1.html"> Complex conjugate</a>
  <li> <a href="power_1.html"> Power</a>
  <li> <a href="phase_1.html"> Phase</a>
  <li> <a href="pixel_mapper_1.html"> Pixel mapping</a>
  <li> <a href="average_1.html"> Average bands</a>
</ul> 
<h3> Two images/bands</h3> 
<ul> 
  <li> <a href="absDiff_1.html"> Absolute difference</a>
  <li> <a href="signDiff_1.html"> Signed difference</a>
  <li> <a href="addw_1.html"> Weighted sum</a>
  <li> <a href="multiply_1.html"> Multiply</a>
  <li> <a href="divide_1.html"> Divide</a>
  <li> <a href="average_1.html"> Average</a>
</ul> 
</body>
</html>
./doc/ReferenceManual/Local_operators_Index.html010064000006000025174000000031700640375767000223250ustar00sveinblab00002440001134<html>
<head>
  <title>
  Local operators menu for the XITE display program xshow
  </title>
  <meta name="author" content="Svein Be">
  <meta name="keywords" content="XITE BIFF xshow">
  <meta name="description" content="Local operators menu for the XITE display program xshow">
  <link rev="made" href="mailto:svein@ifi.uio.no">
  <link rel="up" href="Contents.html">
</head>

<body background="../mona_canny.jpg">

<h2>Local operators menu for the XITE display program xshow</h2> 
<ul> 
  <li> <a href="Local_extrema_Index.html"> Local extrema...</a>
  <li> <a href="General_convolutions_Index.html"> General convolutions...</a>
  <li> <a href="Gradient_operators_Index.html"> Gradient operators...</a>
  <li> <a href="Laplace_Index.html"> Laplace...</a>
  <li> <a href="Compass_Index.html"> Compass...</a>
  <li> <a href="Median_and_rank_Index.html"> Median and rank...</a>
  <li> <a href="Nearest_neighbor_Index.html"> Nearest neighbor...</a>
  <li> <a href="canny_1.html"> Canny edge detection</a>
  <li> <a href="mean_1.html"> Mean</a>
  <li> <a href="lit_1.html"> Local information transform</a>
  <li> <a href="mode_1.html"> Mode</a>
  <li> <a href="sigma_1.html"> Sigma</a>
  <li> <a href="maxSimilar3x3_1.html"> Maximum similarity mean</a>
  <li> <a href="minarea_1.html"> Minimum</a>
  <li> <a href="maxarea_1.html"> Maximum</a>
  <li> <a href="closestMinMax_1.html"> Closest of min and max</a>
  <li> <a href="stdev_1.html"> Standard deviation</a>
  <li> <a href="stvar_1.html"> Local variance</a>
  <li> <a href="stvar_1.html"> Local variance threshold</a>
  <li> <a href="stdiff_1.html"> Statistical differencing</a>
</ul> 
</body>
</html>
./doc/ReferenceManual/Global_operators_Index.html010064000006000025174000000016070640375767000224760ustar00sveinblab00002440001134<html>
<head>
  <title>
  Global operators menu for the XITE display program xshow
  </title>
  <meta name="author" content="Svein Be">
  <meta name="keywords" content="XITE BIFF xshow">
  <meta name="description" content="Global operators menu for the XITE display program xshow">
  <link rev="made" href="mailto:svein@ifi.uio.no">
  <link rel="up" href="Contents.html">
</head>

<body background="../mona_canny.jpg">

<h2>Global operators menu for the XITE display program xshow</h2> 
<ul> 
  <li> <a href="Fft_Index.html"> Fft...</a>
  <li> <a href="Fht_Index.html"> Fht...</a>
  <li> <a href="Haar_Index.html"> Haar...</a>
  <li> <a href="Hough_Index.html"> Hough...</a>
  <li> <a href="Geometric_transformations_Index.html"> Geometric transformations...</a>
  <li> <a href="linearTrans_1.html"> Linear transformation</a>
  <li> <a href="zernike_1.html"> Zernike moments</a>
</ul> 
</body>
</html>
./doc/ReferenceManual/Filter_design_Index.html010064000006000025174000000031300640375767000217470ustar00sveinblab00002440001134<html>
<head>
  <title>
  Filter design menu for the XITE display program xshow
  </title>
  <meta name="author" content="Svein Be">
  <meta name="keywords" content="XITE BIFF xshow">
  <meta name="description" content="Filter design menu for the XITE display program xshow">
  <link rev="made" href="mailto:svein@ifi.uio.no">
  <link rel="up" href="Contents.html">
</head>

<body background="../mona_canny.jpg">

<h2>Filter design menu for the XITE display program xshow</h2> 
<ul> 
  <li> <a href="Window_functions_Index.html"> Window functions...</a>
</ul> 
<h3> Fourier-domain result</h3> 
<ul> 
  <li> <a href="lowpass_1.html"> Truncated ideal lowpass filter</a>
  <li> <a href="highpass_1.html"> Truncated ideal highpass filter</a>
  <li> <a href="bandpass_1.html"> Truncated ideal bandpass filter</a>
  <li> <a href="bandstop_1.html"> Truncated ideal bandstop filter</a>
  <li> <a href="butterworth_1.html"> Butterworth lowpass filter</a>
  <li> <a href="exponential_1.html"> Exponential lowpass filter</a>
  <li> <a href="lowpassIdeal_1.html"> Ideal lowpass filter</a>
</ul> 
<h3> Spatial-domain result</h3> 
<ul> 
  <li> <a href="lowpass_1.html"> Truncated ideal lowpass filter</a>
  <li> <a href="highpass_1.html"> Truncated ideal highpass filter</a>
  <li> <a href="bandpass_1.html"> Truncated ideal bandpass filter</a>
  <li> <a href="bandstop_1.html"> Truncated ideal bandstop filter</a>
  <li> <a href="butterworth_1.html"> Butterworth lowpass filter</a>
  <li> <a href="exponential_1.html"> Exponential lowpass filter</a>
  <li> <a href="lowpassIdeal_1.html"> Ideal lowpass filter</a>
</ul> 
</body>
</html>
./doc/ReferenceManual/Image_analysis_Index.html010064000006000025174000000024170640375767000221250ustar00sveinblab00002440001134<html>
<head>
  <title>
  Image analysis menu for the XITE display program xshow
  </title>
  <meta name="author" content="Svein Be">
  <meta name="keywords" content="XITE BIFF xshow">
  <meta name="description" content="Image analysis menu for the XITE display program xshow">
  <link rev="made" href="mailto:svein@ifi.uio.no">
  <link rel="up" href="Contents.html">
</head>

<body background="../mona_canny.jpg">

<h2>Image analysis menu for the XITE display program xshow</h2> 
<ul> 
  <li> <a href="Texture_Index.html"> Texture...</a>
  <li> <a href="Thresholding_Index.html"> Thresholding...</a>
  <li> <a href="Morphological_operations_Index.html"> Morphological operations...</a>
  <li> <a href="Binary_thinning_Index.html"> Binary thinning...</a>
  <li> <a href="regionConvexHull_1.html"> Convex Hulls of Regions</a>
  <li> <a href="segmRandom_1.html"> Draw 2 regions, random border</a>
  <li> <a href="segmSpannWilson_1.html"> Spann and Wilson segmentation</a>
  <li> <a href="kMeansCluster_1.html"> kMeans clustering</a>
  <li> <a href="isoCluster_1.html"> ISODATA clustering</a>
  <li> <a href="lapZeroCross_1.html"> Laplace crossing</a>
  <li> <a href="crossing_1.html"> Find crossing</a>
  <li> <a href="gradInv_1.html"> Gradient inverse noise reduction</a>
</ul> 
</body>
</html>
./doc/ReferenceManual/System_Index.html010064000006000025174000000010120640375767000204520ustar00sveinblab00002440001134<html>
<head>
  <title>
  System menu for the XITE display program xshow
  </title>
  <meta name="author" content="Svein Be">
  <meta name="keywords" content="XITE BIFF xshow">
  <meta name="description" content="System menu for the XITE display program xshow">
  <link rev="made" href="mailto:svein@ifi.uio.no">
  <link rel="up" href="Contents.html">
</head>

<body background="../mona_canny.jpg">

<h2>System menu for the XITE display program xshow</h2> 
<ul> 
  <li> <a href="ls_1.html"> ls</a>
</ul> 
</body>
</html>
./doc/ReferenceManual/Statistics_Index.html010064000006000025174000000014170640375767000213310ustar00sveinblab00002440001134<html>
<head>
  <title>
  Statistics menu for the XITE display program xshow
  </title>
  <meta name="author" content="Svein Be">
  <meta name="keywords" content="XITE BIFF xshow">
  <meta name="description" content="Statistics menu for the XITE display program xshow">
  <link rev="made" href="mailto:svein@ifi.uio.no">
  <link rel="up" href="Contents.html">
</head>

<body background="../mona_canny.jpg">

<h2>Statistics menu for the XITE display program xshow</h2> 
<ul> 
  <li> <a href="statistics_1.html"> Statistics</a>
  <li> <a href="statistics_1.html"> Statistics w/mask</a>
  <li> <a href="image_minmax_1.html"> Global minimum</a>
  <li> <a href="image_minmax_1.html"> Global maximum</a>
  <li> <a href="image_minmax_1.html"> Global min and max</a>
</ul> 
</body>
</html>
./doc/ReferenceManual/Profile_Index.html010064000006000025174000000011470640375767000205770ustar00sveinblab00002440001134<html>
<head>
  <title>
  Profile menu for the XITE display program xshow
  </title>
  <meta name="author" content="Svein Be">
  <meta name="keywords" content="XITE BIFF xshow">
  <meta name="description" content="Profile menu for the XITE display program xshow">
  <link rev="made" href="mailto:svein@ifi.uio.no">
  <link rel="up" href="Contents.html">
</head>

<body background="../mona_canny.jpg">

<h2>Profile menu for the XITE display program xshow</h2> 
<ul> 
  <li> <a href="profile_1.html"> Profile</a>
  <li> <a href="Row_column_extraction_Index.html"> Row/column extraction...</a>
</ul> 
</body>
</html>
./doc/ReferenceManual/Row_column_extraction_Index.html010064000006000025174000000016770640375767000235730ustar00sveinblab00002440001134<html>
<head>
  <title>
  Row/column extraction menu for the XITE display program xshow
  </title>
  <meta name="author" content="Svein Be">
  <meta name="keywords" content="XITE BIFF xshow">
  <meta name="description" content="Row/column extraction menu for the XITE display program xshow">
  <link rev="made" href="mailto:svein@ifi.uio.no">
  <link rel="up" href="Contents.html">
</head>

<body background="../mona_canny.jpg">

<h2>Row/column extraction menu for the XITE display program xshow</h2> 
<h3> Row/horizontal</h3> 
<ul> 
  <li> <a href="crossSection_1.html"> Extract row</a>
  <li> <a href="crossSection_1.html"> Extract row minima</a>
  <li> <a href="crossSection_1.html"> Extract row maxima</a>
</ul> 
<h3> Column/vertical</h3> 
<ul> 
  <li> <a href="crossSection_1.html"> Extract column</a>
  <li> <a href="crossSection_1.html"> Extract column minima</a>
  <li> <a href="crossSection_1.html"> Extract column maxima</a>
</ul> 
</body>
</html>
./doc/ReferenceManual/Merge_and_combine_Index.html010064000006000025174000000024030640375767000225500ustar00sveinblab00002440001134<html>
<head>
  <title>
  Merge and combine menu for the XITE display program xshow
  </title>
  <meta name="author" content="Svein Be">
  <meta name="keywords" content="XITE BIFF xshow">
  <meta name="description" content="Merge and combine menu for the XITE display program xshow">
  <link rev="made" href="mailto:svein@ifi.uio.no">
  <link rel="up" href="Contents.html">
</head>

<body background="../mona_canny.jpg">

<h2>Merge and combine menu for the XITE display program xshow</h2> 
<ul> 
  <li> <a href="biffcopy_1.html"> Copy image</a>
  <li> <a href="biffcopy_1.html"> Copy bands of image</a>
  <li> <a href="subcopy_1.html"> Copy part of image</a>
  <li> <a href="overlap_1.html"> Find overlap</a>
</ul> 
<h3> Merge</h3> 
<ul> 
  <li> <a href="biffmerge_1.html"> Two bands</a>
  <li> <a href="biffmerge_1.html"> Three bands</a>
  <li> <a href="biffmerge_1.html"> Four bands</a>
  <li> <a href="biffmerge_1.html"> Five bands</a>
  <li> <a href="biffmerge_1.html"> Six bands</a>
</ul> 
<h3> Combine</h3> 
<ul> 
  <li> <a href="mosaic_1.html"> Two images</a>
  <li> <a href="mosaic_1.html"> Three images</a>
  <li> <a href="mosaic_1.html"> Four images</a>
  <li> <a href="mosaic_1.html"> Five images</a>
  <li> <a href="mosaic_1.html"> Six images</a>
</ul> 
</body>
</html>
./doc/ReferenceManual/Logical_relational_Index.html010064000006000025174000000015630640375767100227660ustar00sveinblab00002440001134<html>
<head>
  <title>
  Logical/relational menu for the XITE display program xshow
  </title>
  <meta name="author" content="Svein Be">
  <meta name="keywords" content="XITE BIFF xshow">
  <meta name="description" content="Logical/relational menu for the XITE display program xshow">
  <link rev="made" href="mailto:svein@ifi.uio.no">
  <link rel="up" href="Contents.html">
</head>

<body background="../mona_canny.jpg">

<h2>Logical/relational menu for the XITE display program xshow</h2> 
<ul> 
  <li> <a href="combine_1.html"> Combine</a>
  <li> <a href="logical_1.html"> Mask (set 0 when input2 == 0)</a>
  <li> <a href="Pixelwise_extremum_Index.html"> Pixelwise extremum...</a>
  <li> <a href="Logical_Index.html"> Logical...</a>
  <li> <a href="Relational_Index.html"> Relational...</a>
  <li> <a href="Bitwise_shift_Index.html"> Bitwise shift...</a>
</ul> 
</body>
</html>
./doc/ReferenceManual/Generate_noisy_images_Index.html010064000006000025174000000015120640375767100234740ustar00sveinblab00002440001134<html>
<head>
  <title>
  Generate noisy images menu for the XITE display program xshow
  </title>
  <meta name="author" content="Svein Be">
  <meta name="keywords" content="XITE BIFF xshow">
  <meta name="description" content="Generate noisy images menu for the XITE display program xshow">
  <link rev="made" href="mailto:svein@ifi.uio.no">
  <link rel="up" href="Contents.html">
</head>

<body background="../mona_canny.jpg">

<h2>Generate noisy images menu for the XITE display program xshow</h2> 
<ul> 
  <li> <a href="mkGauss_1.html"> Make gaussian noise image</a>
  <li> <a href="addGauss_1.html"> Add gaussian noise</a>
  <li> <a href="multGauss_1.html"> Multiply with gaussian noise</a>
  <li> <a href="mkPoisson_1.html"> Make Poisson noise image</a>
  <li> <a href="addPoisson_1.html"> Add Poisson noise</a>
</ul> 
</body>
</html>
./doc/ReferenceManual/Local_extrema_Index.html010064000006000025174000000012600640375767100217530ustar00sveinblab00002440001134<html>
<head>
  <title>
  Local extrema menu for the XITE display program xshow
  </title>
  <meta name="author" content="Svein Be">
  <meta name="keywords" content="XITE BIFF xshow">
  <meta name="description" content="Local extrema menu for the XITE display program xshow">
  <link rev="made" href="mailto:svein@ifi.uio.no">
  <link rel="up" href="Contents.html">
</head>

<body background="../mona_canny.jpg">

<h2>Local extrema menu for the XITE display program xshow</h2> 
<ul> 
  <li> <a href="maxima_1.html"> Maxima</a>
  <li> <a href="minima_1.html"> Minima</a>
  <li> <a href="extrema1_1.html"> Extrema1</a>
  <li> <a href="extrema2_1.html"> Extrema2</a>
</ul> 
</body>
</html>
./doc/ReferenceManual/General_convolutions_Index.html010064000006000025174000000017070640375767100234010ustar00sveinblab00002440001134<html>
<head>
  <title>
  General convolutions menu for the XITE display program xshow
  </title>
  <meta name="author" content="Svein Be">
  <meta name="keywords" content="XITE BIFF xshow">
  <meta name="description" content="General convolutions menu for the XITE display program xshow">
  <link rev="made" href="mailto:svein@ifi.uio.no">
  <link rel="up" href="Contents.html">
</head>

<body background="../mona_canny.jpg">

<h2>General convolutions menu for the XITE display program xshow</h2> 
<ul> 
  <li> <a href="convolve_1.html"> Convolve images</a>
</ul> 
<h3> Ascii file kernel</h3> 
<ul> 
  <li> <a href="conv3x3_1.html"> Convolve 3x3</a>
  <li> <a href="convolve_1.html"> Convolve 5x5</a>
  <li> <a href="convolve_1.html"> Convolve 7x7</a>
  <li> <a href="convolve_1.html"> Convolve 9x9</a>
</ul> 
<h3> Dialog kernel</h3> 
<ul> 
  <li> <a href="conv3x3_1.html"> Convolve 3x3</a>
  <li> <a href="convolve_1.html"> Convolve 5x5</a>
</ul> 
</body>
</html>
./doc/ReferenceManual/Gradient_operators_Index.html010064000006000025174000000013050640375767100230270ustar00sveinblab00002440001134<html>
<head>
  <title>
  Gradient operators menu for the XITE display program xshow
  </title>
  <meta name="author" content="Svein Be">
  <meta name="keywords" content="XITE BIFF xshow">
  <meta name="description" content="Gradient operators menu for the XITE display program xshow">
  <link rev="made" href="mailto:svein@ifi.uio.no">
  <link rel="up" href="Contents.html">
</head>

<body background="../mona_canny.jpg">

<h2>Gradient operators menu for the XITE display program xshow</h2> 
<ul> 
  <li> <a href="gradient_1.html"> General gradient</a>
  <li> <a href="roberts_1.html"> Roberts</a>
  <li> <a href="sobel_1.html"> Sobel</a>
  <li> <a href="prewitt_1.html"> Prewitt</a>
</ul> 
</body>
</html>
./doc/ReferenceManual/Laplace_Index.html010064000006000025174000000014640640375767100205430ustar00sveinblab00002440001134<html>
<head>
  <title>
  Laplace menu for the XITE display program xshow
  </title>
  <meta name="author" content="Svein Be">
  <meta name="keywords" content="XITE BIFF xshow">
  <meta name="description" content="Laplace menu for the XITE display program xshow">
  <link rev="made" href="mailto:svein@ifi.uio.no">
  <link rel="up" href="Contents.html">
</head>

<body background="../mona_canny.jpg">

<h2>Laplace menu for the XITE display program xshow</h2> 
<ul> 
  <li> <a href="conv3x3_1.html"> Laplace( 1, 1, 1)</a>
  <li> <a href="conv3x3_1.html"> Laplace( 4, 2, 1)</a>
  <li> <a href="conv3x3_1.html"> Laplace( 4,-1, 0)</a>
  <li> <a href="conv3x3_1.html"> Laplace( 5,-1, 0)</a>
  <li> <a href="conv3x3_1.html"> Laplace( 8,-1,-1)</a>
  <li> <a href="conv3x3_1.html"> Laplace( 9,-1,-1)</a>
</ul> 
</body>
</html>
./doc/ReferenceManual/Compass_Index.html010064000006000025174000000015240640375767100206040ustar00sveinblab00002440001134<html>
<head>
  <title>
  Compass menu for the XITE display program xshow
  </title>
  <meta name="author" content="Svein Be">
  <meta name="keywords" content="XITE BIFF xshow">
  <meta name="description" content="Compass menu for the XITE display program xshow">
  <link rev="made" href="mailto:svein@ifi.uio.no">
  <link rel="up" href="Contents.html">
</head>

<body background="../mona_canny.jpg">

<h2>Compass menu for the XITE display program xshow</h2> 
<ul> 
  <li> <a href="conv3x3_1.html"> North</a>
  <li> <a href="conv3x3_1.html"> North-East</a>
  <li> <a href="conv3x3_1.html"> East</a>
  <li> <a href="conv3x3_1.html"> South-East</a>
  <li> <a href="conv3x3_1.html"> South</a>
  <li> <a href="conv3x3_1.html"> South-West</a>
  <li> <a href="conv3x3_1.html"> West</a>
  <li> <a href="conv3x3_1.html"> North-West</a>
</ul> 
</body>
</html>
./doc/ReferenceManual/Median_and_rank_Index.html010064000006000025174000000013570640375767100222350ustar00sveinblab00002440001134<html>
<head>
  <title>
  Median and rank menu for the XITE display program xshow
  </title>
  <meta name="author" content="Svein Be">
  <meta name="keywords" content="XITE BIFF xshow">
  <meta name="description" content="Median and rank menu for the XITE display program xshow">
  <link rev="made" href="mailto:svein@ifi.uio.no">
  <link rel="up" href="Contents.html">
</head>

<body background="../mona_canny.jpg">

<h2>Median and rank menu for the XITE display program xshow</h2> 
<ul> 
  <li> <a href="median_1.html"> Median</a>
  <li> <a href="pseudomedian3x3_1.html"> Pseudomedian</a>
  <li> <a href="median_1.html"> Fractile</a>
  <li> <a href="median_1.html"> Fractile w/mask</a>
  <li> <a href="rank_1.html"> Rank</a>
</ul> 
</body>
</html>
./doc/ReferenceManual/Nearest_neighbor_Index.html010064000006000025174000000013410640375767100224520ustar00sveinblab00002440001134<html>
<head>
  <title>
  Nearest neighbor menu for the XITE display program xshow
  </title>
  <meta name="author" content="Svein Be">
  <meta name="keywords" content="XITE BIFF xshow">
  <meta name="description" content="Nearest neighbor menu for the XITE display program xshow">
  <link rev="made" href="mailto:svein@ifi.uio.no">
  <link rel="up" href="Contents.html">
</head>

<body background="../mona_canny.jpg">

<h2>Nearest neighbor menu for the XITE display program xshow</h2> 
<ul> 
  <li> <a href="kncn_1.html"> Kncn</a>
  <li> <a href="mbkncn_1.html"> Mbkncn</a>
  <li> <a href="knn_1.html"> Knn</a>
  <li> <a href="mbknn_1.html"> Mbknn</a>
  <li> <a href="snn_1.html"> Symmetric nearest neighbor</a>
</ul> 
</body>
</html>
./doc/ReferenceManual/Fft_Index.html010064000006000025174000000015410640375767100177150ustar00sveinblab00002440001134<html>
<head>
  <title>
  Fft menu for the XITE display program xshow
  </title>
  <meta name="author" content="Svein Be">
  <meta name="keywords" content="XITE BIFF xshow">
  <meta name="description" content="Fft menu for the XITE display program xshow">
  <link rev="made" href="mailto:svein@ifi.uio.no">
  <link rel="up" href="Contents.html">
</head>

<body background="../mona_canny.jpg">

<h2>Fft menu for the XITE display program xshow</h2> 
<h3> 2D Forward</h3> 
<ul> 
  <li> <a href="fft2d_1.html"> Complex result</a>
  <li> <a href="fftMagPhase_1.html"> Log(magnitude) and phase</a>
  <li> <a href="fftMagPhase_1.html"> Log(magnitude)</a>
  <li> <a href="fftMagPhase_1.html"> Magnitude only</a>
  <li> <a href="fftMagPhase_1.html"> Phase only</a>
</ul> 
<h3> 2D inverse</h3> 
<ul> 
  <li> <a href="fft2d_1.html"> Complex result</a>
</ul> 
</body>
</html>
./doc/ReferenceManual/Fht_Index.html010064000006000025174000000014240640375767100177170ustar00sveinblab00002440001134<html>
<head>
  <title>
  Fht menu for the XITE display program xshow
  </title>
  <meta name="author" content="Svein Be">
  <meta name="keywords" content="XITE BIFF xshow">
  <meta name="description" content="Fht menu for the XITE display program xshow">
  <link rev="made" href="mailto:svein@ifi.uio.no">
  <link rel="up" href="Contents.html">
</head>

<body background="../mona_canny.jpg">

<h2>Fht menu for the XITE display program xshow</h2> 
<ul> 
  <li> <a href="fht2d_1.html"> 2D forward</a>
  <li> <a href="fht2d_1.html"> 2D inverse</a>
  <li> <a href="fhtPhase_1.html"> Hartley to phase</a>
  <li> <a href="fhtPower_1.html"> Hartley to power</a>
  <li> <a href="ht2ft_1.html"> Hartley to Fourier</a>
  <li> <a href="ft2ht_1.html"> Fourier to Hartley</a>
</ul> 
</body>
</html>
./doc/ReferenceManual/Haar_Index.html010064000006000025174000000011650640375767100200530ustar00sveinblab00002440001134<html>
<head>
  <title>
  Haar menu for the XITE display program xshow
  </title>
  <meta name="author" content="Svein Be">
  <meta name="keywords" content="XITE BIFF xshow">
  <meta name="description" content="Haar menu for the XITE display program xshow">
  <link rev="made" href="mailto:svein@ifi.uio.no">
  <link rel="up" href="Contents.html">
</head>

<body background="../mona_canny.jpg">

<h2>Haar menu for the XITE display program xshow</h2> 
<ul> 
  <li> <a href="haar2d_1.html"> 2D forward</a>
  <li> <a href="haar2d_1.html"> 2D inverse</a>
  <li> <a href="haarTexture_1.html"> Haar texture</a>
</ul> 
</body>
</html>
./doc/ReferenceManual/Hough_Index.html010064000006000025174000000011000640375767100202370ustar00sveinblab00002440001134<html>
<head>
  <title>
  Hough menu for the XITE display program xshow
  </title>
  <meta name="author" content="Svein Be">
  <meta name="keywords" content="XITE BIFF xshow">
  <meta name="description" content="Hough menu for the XITE display program xshow">
  <link rev="made" href="mailto:svein@ifi.uio.no">
  <link rel="up" href="Contents.html">
</head>

<body background="../mona_canny.jpg">

<h2>Hough menu for the XITE display program xshow</h2> 
<ul> 
  <li> <a href="houghCircle_1.html"> Circle</a>
  <li> <a href="houghLine_1.html"> Line</a>
</ul> 
</body>
</html>
./doc/ReferenceManual/Geometric_transformations_Index.html010064000006000025174000000025000640375767100244210ustar00sveinblab00002440001134<html>
<head>
  <title>
  Geometric transformations menu for the XITE display program xshow
  </title>
  <meta name="author" content="Svein Be">
  <meta name="keywords" content="XITE BIFF xshow">
  <meta name="description" content="Geometric transformations menu for the XITE display program xshow">
  <link rev="made" href="mailto:svein@ifi.uio.no">
  <link rel="up" href="Contents.html">
</head>

<body background="../mona_canny.jpg">

<h2>Geometric transformations menu for the XITE display program xshow</h2> 
<ul> 
  <li> <a href="warp_1.html"> Warp</a>
  <li> <a href="affine_1.html"> Affine</a>
  <li> <a href="quadratic_1.html"> Quadratic</a>
  <li> <a href="shift_img_1.html"> Shift image</a>
  <li> <a href="transpose_img_1.html"> Transpose image</a>
  <li> <a href="reorganize_1.html"> Identity transform</a>
</ul> 
<h3> Rotate</h3> 
<ul> 
  <li> <a href="rotate_1.html"> Around global coordinates</a>
  <li> <a href="reorganize_1.html"> Left</a>
  <li> <a href="reorganize_1.html"> Right</a>
  <li> <a href="reorganize_1.html"> 180 degrees</a>
</ul> 
<h3> Mirror</h3> 
<ul> 
  <li> <a href="reorganize_1.html"> Around horizontal</a>
  <li> <a href="reorganize_1.html"> Around vertical</a>
  <li> <a href="reorganize_1.html"> Around main diagonal</a>
  <li> <a href="reorganize_1.html"> Around bidiagonal</a>
</ul> 
</body>
</html>
./doc/ReferenceManual/Window_functions_Index.html010064000006000025174000000013510640375767100225340ustar00sveinblab00002440001134<html>
<head>
  <title>
  Window functions menu for the XITE display program xshow
  </title>
  <meta name="author" content="Svein Be">
  <meta name="keywords" content="XITE BIFF xshow">
  <meta name="description" content="Window functions menu for the XITE display program xshow">
  <link rev="made" href="mailto:svein@ifi.uio.no">
  <link rel="up" href="Contents.html">
</head>

<body background="../mona_canny.jpg">

<h2>Window functions menu for the XITE display program xshow</h2> 
<ul> 
  <li> <a href="window_1.html"> Bartlett</a>
  <li> <a href="window_1.html"> Hamming</a>
  <li> <a href="window_1.html"> Hanning</a>
  <li> <a href="window_1.html"> Rectangular</a>
  <li> <a href="window_1.html"> Triangular</a>
</ul> 
</body>
</html>
./doc/ReferenceManual/Texture_Index.html010064000006000025174000000021510640375767100206340ustar00sveinblab00002440001134<html>
<head>
  <title>
  Texture menu for the XITE display program xshow
  </title>
  <meta name="author" content="Svein Be">
  <meta name="keywords" content="XITE BIFF xshow">
  <meta name="description" content="Texture menu for the XITE display program xshow">
  <link rev="made" href="mailto:svein@ifi.uio.no">
  <link rel="up" href="Contents.html">
</head>

<body background="../mona_canny.jpg">

<h2>Texture menu for the XITE display program xshow</h2> 
<ul> 
  <li> <a href="maxHisto_1.html"> Maximum histogram</a>
  <li> <a href="litSnn_1.html"> Local information transform and symmetric nearest neighbor</a>
  <li> <a href="minmaxTexture_1.html"> Min-max filters</a>
  <li> <a href="stdev_1.html"> Local standard deviation</a>
  <li> <a href="mkFractalSra_1.html"> Fractal Brownian motion</a>
  <li> <a href="glRunLength_1.html"> Gray value run lengths</a>
  <li> <a href="glcm_1.html"> Glcm</a>
  <li> <a href="glcmParameter_1.html"> Glcm parameters from image</a>
  <li> <a href="glcmParameter_1.html"> Glcm parameters from glcm matrix</a>
  <li> <a href="haarTexture_1.html"> Haar texture</a>
</ul> 
</body>
</html>
./doc/ReferenceManual/Thresholding_Index.html010064000006000025174000000013650640375767200216350ustar00sveinblab00002440001134<html>
<head>
  <title>
  Thresholding menu for the XITE display program xshow
  </title>
  <meta name="author" content="Svein Be">
  <meta name="keywords" content="XITE BIFF xshow">
  <meta name="description" content="Thresholding menu for the XITE display program xshow">
  <link rev="made" href="mailto:svein@ifi.uio.no">
  <link rel="up" href="Contents.html">
</head>

<body background="../mona_canny.jpg">

<h2>Thresholding menu for the XITE display program xshow</h2> 
<ul> 
  <li> <a href="Multi_level__global_Index.html"> Multi-level, global...</a>
  <li> <a href="Single_level__global_Index.html"> Single-level, global...</a>
  <li> <a href="Single_level__locally_adaptive_Index.html"> Single-level, locally adaptive...</a>
</ul> 
</body>
</html>
./doc/ReferenceManual/Morphological_operations_Index.html010064000006000025174000000014370640375767200242450ustar00sveinblab00002440001134<html>
<head>
  <title>
  Morphological operations menu for the XITE display program xshow
  </title>
  <meta name="author" content="Svein Be">
  <meta name="keywords" content="XITE BIFF xshow">
  <meta name="description" content="Morphological operations menu for the XITE display program xshow">
  <link rev="made" href="mailto:svein@ifi.uio.no">
  <link rel="up" href="Contents.html">
</head>

<body background="../mona_canny.jpg">

<h2>Morphological operations menu for the XITE display program xshow</h2> 
<ul> 
  <li> <a href="morphClose_1.html"> Close</a>
  <li> <a href="morphDilate_1.html"> Dilate</a>
  <li> <a href="morphErode_1.html"> Erode</a>
  <li> <a href="morphOpen_1.html"> Open</a>
  <li> <a href="thn_har_1.html"> Haralick and Shapiro binary thinning</a>
</ul> 
</body>
</html>
./doc/ReferenceManual/Binary_thinning_Index.html010064000006000025174000000012400640375767200223150ustar00sveinblab00002440001134<html>
<head>
  <title>
  Binary thinning menu for the XITE display program xshow
  </title>
  <meta name="author" content="Svein Be">
  <meta name="keywords" content="XITE BIFF xshow">
  <meta name="description" content="Binary thinning menu for the XITE display program xshow">
  <link rev="made" href="mailto:svein@ifi.uio.no">
  <link rel="up" href="Contents.html">
</head>

<body background="../mona_canny.jpg">

<h2>Binary thinning menu for the XITE display program xshow</h2> 
<ul> 
  <li> <a href="thn_har_1.html"> Haralick and Shapiro</a>
  <li> <a href="thn_lc_1.html"> Lee and Chen</a>
  <li> <a href="thn_zs_1.html"> Zhang and Suen</a>
</ul> 
</body>
</html>
./doc/ReferenceManual/Pixelwise_extremum_Index.html010064000006000025174000000011750640375767200231010ustar00sveinblab00002440001134<html>
<head>
  <title>
  Pixelwise extremum menu for the XITE display program xshow
  </title>
  <meta name="author" content="Svein Be">
  <meta name="keywords" content="XITE BIFF xshow">
  <meta name="description" content="Pixelwise extremum menu for the XITE display program xshow">
  <link rev="made" href="mailto:svein@ifi.uio.no">
  <link rel="up" href="Contents.html">
</head>

<body background="../mona_canny.jpg">

<h2>Pixelwise extremum menu for the XITE display program xshow</h2> 
<ul> 
  <li> <a href="logical_1.html"> Min(input1, input2)</a>
  <li> <a href="logical_1.html"> Max(input1, input2)</a>
</ul> 
</body>
</html>
./doc/ReferenceManual/Logical_Index.html010064000006000025174000000017650640375767200205610ustar00sveinblab00002440001134<html>
<head>
  <title>
  Logical menu for the XITE display program xshow
  </title>
  <meta name="author" content="Svein Be">
  <meta name="keywords" content="XITE BIFF xshow">
  <meta name="description" content="Logical menu for the XITE display program xshow">
  <link rev="made" href="mailto:svein@ifi.uio.no">
  <link rel="up" href="Contents.html">
</head>

<body background="../mona_canny.jpg">

<h2>Logical menu for the XITE display program xshow</h2> 
<ul> 
  <li> <a href="logical_1.html"> Input1 xor input2</a>
  <li> <a href="logical_1.html"> Not input</a>
</ul> 
<h3> Bitwise logical</h3> 
<ul> 
  <li> <a href="logical_1.html"> Input1 and input2</a>
  <li> <a href="logical_1.html"> Input1 or input2</a>
  <li> <a href="logical_1.html"> Input1 xor input2</a>
  <li> <a href="logical_1.html"> Not</a>
</ul> 
<h3> Bitwise logical with constant</h3> 
<ul> 
  <li> <a href="logical_1.html"> And</a>
  <li> <a href="logical_1.html"> Or</a>
  <li> <a href="logical_1.html"> Xor</a>
</ul> 
</body>
</html>
./doc/ReferenceManual/Relational_Index.html010064000006000025174000000023070640375767200212720ustar00sveinblab00002440001134<html>
<head>
  <title>
  Relational menu for the XITE display program xshow
  </title>
  <meta name="author" content="Svein Be">
  <meta name="keywords" content="XITE BIFF xshow">
  <meta name="description" content="Relational menu for the XITE display program xshow">
  <link rev="made" href="mailto:svein@ifi.uio.no">
  <link rel="up" href="Contents.html">
</head>

<body background="../mona_canny.jpg">

<h2>Relational menu for the XITE display program xshow</h2> 
<h3> Between images/bands</h3> 
<ul> 
  <li> <a href="logical_1.html"> Input1 == input2</a>
  <li> <a href="logical_1.html"> Input1 <> input2</a>
  <li> <a href="logical_1.html"> Input1 <  input2</a>
  <li> <a href="logical_1.html"> Input1 <= input2</a>
  <li> <a href="logical_1.html"> Input1 >  input2</a>
  <li> <a href="logical_1.html"> Input1 >= input2</a>
</ul> 
<h3> With constant</h3> 
<ul> 
  <li> <a href="logical_1.html"> Input == constant</a>
  <li> <a href="logical_1.html"> Input <> constant</a>
  <li> <a href="logical_1.html"> Input <  constant</a>
  <li> <a href="logical_1.html"> Input <= constant</a>
  <li> <a href="logical_1.html"> Input >  constant</a>
  <li> <a href="logical_1.html"> Input >= constant</a>
</ul> 
</body>
</html>
./doc/ReferenceManual/Bitwise_shift_Index.html010064000006000025174000000011210640375767200217740ustar00sveinblab00002440001134<html>
<head>
  <title>
  Bitwise shift menu for the XITE display program xshow
  </title>
  <meta name="author" content="Svein Be">
  <meta name="keywords" content="XITE BIFF xshow">
  <meta name="description" content="Bitwise shift menu for the XITE display program xshow">
  <link rev="made" href="mailto:svein@ifi.uio.no">
  <link rel="up" href="Contents.html">
</head>

<body background="../mona_canny.jpg">

<h2>Bitwise shift menu for the XITE display program xshow</h2> 
<ul> 
  <li> <a href="logical_1.html"> Left</a>
  <li> <a href="logical_1.html"> Right</a>
</ul> 
</body>
</html>
./doc/ReferenceManual/Multi_level__global_Index.html010064000006000025174000000014730640375767200231430ustar00sveinblab00002440001134<html>
<head>
  <title>
  Multi-level, global menu for the XITE display program xshow
  </title>
  <meta name="author" content="Svein Be">
  <meta name="keywords" content="XITE BIFF xshow">
  <meta name="description" content="Multi-level, global menu for the XITE display program xshow">
  <link rev="made" href="mailto:svein@ifi.uio.no">
  <link rel="up" href="Contents.html">
</head>

<body background="../mona_canny.jpg">

<h2>Multi-level, global menu for the XITE display program xshow</h2> 
<ul> 
  <li> <a href="thresMl_1.html"> Supervised</a>
  <li> <a href="thresMlCentroid_1.html"> Local centroid method</a>
  <li> <a href="thresMlReddi_1.html"> Reddi et al.</a>
  <li> <a href="thresMlComCur_1.html"> Reddi et al., complexity curve</a>
  <li> <a href="thresMlWaHa_1.html"> Wang & Haralick</a>
</ul> 
</body>
</html>
./doc/ReferenceManual/Single_level__global_Index.html010064000006000025174000000021650640375767200232710ustar00sveinblab00002440001134<html>
<head>
  <title>
  Single-level, global menu for the XITE display program xshow
  </title>
  <meta name="author" content="Svein Be">
  <meta name="keywords" content="XITE BIFF xshow">
  <meta name="description" content="Single-level, global menu for the XITE display program xshow">
  <link rev="made" href="mailto:svein@ifi.uio.no">
  <link rel="up" href="Contents.html">
</head>

<body background="../mona_canny.jpg">

<h2>Single-level, global menu for the XITE display program xshow</h2> 
<ul> 
  <li> <a href="thresOtsu_1.html"> Otsu</a>
  <li> <a href="binarize_1.html"> Kittler & Illingworth</a>
  <li> <a href="binarize_1.html"> Kapur et al.</a>
  <li> <a href="thresRidCal_1.html"> Ridler and Calvard</a>
  <li> <a href="binarize_1.html"> Abutaleb</a>
  <li> <a href="thresLloyd_1.html"> Lloyd</a>
  <li> <a href="thresMinErr_1.html"> Minimum error</a>
  <li> <a href="thresPtile_1.html"> At specified percentage</a>
  <li> <a href="thresSigma_1.html"> Fraction of standard deviation</a>
  <li> <a href="thresUniErr_1.html"> Uniform error</a>
  <li> <a href="threshold_1.html"> Specified threshold</a>
</ul> 
</body>
</html>
./doc/ReferenceManual/Single_level__locally_adaptive_Index.html010064000006000025174000000022150640375767200253410ustar00sveinblab00002440001134<html>
<head>
  <title>
  Single-level, locally adaptive menu for the XITE display program xshow
  </title>
  <meta name="author" content="Svein Be">
  <meta name="keywords" content="XITE BIFF xshow">
  <meta name="description" content="Single-level, locally adaptive menu for the XITE display program xshow">
  <link rev="made" href="mailto:svein@ifi.uio.no">
  <link rel="up" href="Contents.html">
</head>

<body background="../mona_canny.jpg">

<h2>Single-level, locally adaptive menu for the XITE display program xshow</h2> 
<ul> 
  <li> <a href="thresBernsen_1.html"> Bernsen</a>
  <li> <a href="binarize_1.html"> Eikvil et al.</a>
  <li> <a href="binarize_1.html"> Mardia & Hainsworth</a>
  <li> <a href="binarize_1.html"> Nakagawa & Rosenfeld</a>
  <li> <a href="binarize_1.html"> Niblack</a>
  <li> <a href="binarize_1.html"> Parker</a>
  <li> <a href="binarize_1.html"> Taxt et al.</a>
  <li> <a href="binarize_1.html"> White & Rohrer 1 (DTA)</a>
  <li> <a href="binarize_1.html"> White & Rohrer 2 (IFA)</a>
  <li> <a href="binarize_1.html"> Improved White & Rohrer 2</a>
  <li> <a href="binarize_1.html"> Yanowitz & Bruckstein</a>
</ul> 
</body>
</html>
./doc/SysAdmManual.ps.Z010064000006000025174000013251750640472674700152550ustar00sveinblab00002440001134%B@"7bʴ%)9:@Μ5 j!o䑓: baE9hL1a؀()oйfTaS&D8ؘ)0g(+2O)D9cʸ!Tț:sӸ9cOF a2y3NtqCg,1mƏ)vJ=b3\mBW~HJۄDoU=hլ.+m	[d1c޴3qΜ2d=x6o~{
:rfAwG0ɔ

:Suq^PeБux
D50e҈%BBNb.(bEFeч7NGqdX1N!čTHӹ1qi|ٞAGvqQ1
2FB!nfHs&vg79l1G0&X@TeB]6*g11@fQExnEGXo$JGiZ!kOĺ!!pUƪf)2̂vLѫ@v('k'žl
)oӐ*q7euQ5uBbCC 'ta!^d쫪%'F8dcђeFU)D@FAsQ+`!W5W:vbM=iVhDm!gXz!+nIq,ʱdтiG&HN^7JFyk ;[Ɂq;~
^755]>JEp D1M1~S߇VӮS\C<4ϔQah၀
oɹR7uns[p$r𸔼ޭ)tC$AGúv
o+D
uuAH!@"+"KD"&+	Ղ;t@HadpPUŐLea4%/"h6,P.gN2qdCR(Yݸ8
wtcajl87rqhuJ܀uǨ8JrJ34&,*Ił-A)rij{F!UU$|^ ;l.DYDv9R3wGXfsw>9
k Ťdlʔ"驉uy.8R?@t/)Jz4IHgt	=>ԉPP34/C@Qz\]dNrTQ{TL
<KyҌieTS<POѬ~^3GQel6s]O3Mu}*RA
n>➲]DLu;0EӮ"#1@gHS+J,DՓL*'vb7jտ6sDLD^#;s-[L+JRa!j6B¹Lm#*BBHIYI!?LINWI]
(h`JVr]!]Ĭ!ȒPsfE&ܔ`Ņnr,ǝo'o`_*\cw$UgiPAe`2ϦEjO`f(JmT[fU@_0t:/&p
#`U	@ gȞS]gPU7d4p.k -C92|k*'e2z%c5]F;hqhҲ,<8=d|r$!ֱHYp۰^`{;1t
2
KLpDv+~r}ڍp:S38D RE%mKI
om4p{
{-rf
j^z."7*ⱌacJJ\Kh炯!'`S@
Gpz*VLVB$r8l v;W
74 )5K9q	t+@&٘csb+{ׯսvI[wu$QPTbI<r
jqWn@66`1p
$(?xOof;4M
{)P0G9
wiR'2s,|=U0

	1-m&`~2'_#E$;>	K`+p[2h
`
k4uK'>kQPaq H_rTog0/2%';%J@AqzzT=7-W{ +gP&'&8;uRЀǂe=€=sVV(!uCq$(,ws]%qA
4CpRX~C#]rvRzoCCQH΂oa14t.r_5&=VX{`o_HBkA3W$U;{TBOrABM %E$g;$m(2JM*uC;X7[ 0-t*rSRdHBjHBkp:HBwo[?4:ayu72n"cor2ȅa4$axB"ӌ$T3"s$11%[腍X7yCNB1Y'n6"wBQro%AsQ!!R#C-`'^ c73B6!S: .pAER-d,Z}0:n 8œn31;VI@lr߂/G-9"L#o+&(	\`\%y)),^v05)70:I.2#(o@8 ;XS6$*- .qnDQ'laɕEF@ِy`y#WQrxٕə/fCc{璛T3Fp1Ra~vU@asP`R-3H7ҝDT?mbC"X	'6ro	 `9]'NJ*
CORj8pE?S<yKs|NveoDor]qFw.ntqvxD23P's&57;niYwt0FoF2BZI3\Oj!wp⦤L:q6m]4<I`*nYaFdtB jZ6\J9BT:Mq\mS$Cqd ~Zr"mzb>zYJRJ LJE

N3w'椘Jb:4JV
hp>ȩ4Qt:fj|XbZI4J
zTSz!Ө)r#53gZڜg$SNJC,_2=*"v7ox1,ס:f[eiLJ4
pPKIéw#R`"ᰉ9j>
&t@_(2[!&ˮT뚯"w7Wұf:DĪ9zjzMEHEnEJVILfIHR
eQP>ZIRNJekUP_ookWPo
P.Ě(7,>b"ҸEn0(RN@1$kAq'^+TAڸf[:l!fXsX$lGc˨.utFl˩qQ:N%40b0EZ[0{c⺽Q;k1ۨӲfZ
o
K"*jf'7r[EW2>:+'Ez7|\,&lL2qBnf
4s|y%*2ב!982ۘ+ZEgˤ~N+2`M!Kc(*V1k_̡Ɖz(n',dn\)6Q13+6[BD_j1Ƶ
*t5AoɊ-<@i1*kQǣ7'(:7ƵLɫlc1{fr!HԼ+7q>adfˬ<,R+w#Lr<8pE2{tt
+pTaDlNڃa28fX#u	]K-+tݧlnB,kƇjב2<[|@^9=wb~7bФӋ"y#
kR\4fB]Pz諼B;6c~0vZ$JbF<C;^aB!blm*IVxI
Y!E;;mJo3+mC#;ǃ1[w'Y<'M#ڝieA{bF50:S%VWRC#6
p55
BC87@BPE0DPU*083E`0FP]6`C`EPC00CD0A0˭A07eA=C=LL\0ȍ:0"E(tߏ ~ U8@4Ыֽ5D(G\A2PeA`	-Ep
xAP ^B@'!D0FF
0F`:x[E43p9PB  -! C C@6wd7|E1IE@A ~EP-YLW30DP} D0zAN=15FN}2FnKfE`^FGCPLLDG0@-nB8
pɽvN߸mF`8߸F7nBˈa6@>5=]M}~.N9p1@N-U4)ӻn8`޶w6>KhDE@E2NN븮F  nAeJ]2.Y^--n
CP8Aݘ>m&.烁B0pa=n|^WޣUon4=nnF>B@=.3bޫ")J>
 
q"N.l>W[P?ߝM'^3?w^2C66N8PJ;-YA^.42ܫ87v0ޣG>f'D/m5>NO*Ο؎!IӻM.9du9w7Ns}M(,|{׆Ct)巴W0ВY7g^O"A33[Y:l
<8]Cnۍ?}7߁f@Idzcn
[dsMn93vϡlco;3fPk;68[naq @0]xk~6ىa`M\x	+JG!ok]7Fr@'ȕ
HWdy\
N-76ۍ</:g#WOI@XoӮy=4^{p7\wœ`֞z#i&wݪk3t'n: N(wɺ{x/9nt_#F[uu|0G['N7+[o=1x8[H17
h#f˿u(֜3w3!!7%^~7
ߪSnJlNcu%pm:/+p11gx{&pu
Results 1 - 1
Help - FTP Sites List - Software Dir.
Searching half a billion files worldwide
© 1997-2009 MARUHN Internet Solutions