bresenham.c [code] | An implementation of Bresenham's line drawing algorithm |
bresenham.h [code] | A generic Bresenham line algorithm |
img2pnm.c [code] | |
logerr.c [code] | Support for error reporting macros |
logerr.h [code] | Flexible error reporting macros |
pnm2img.c [code] | |
ProgMeter.c [code] | Callbacks to allow libsadie to display a pop-up progress meter window |
project_utilities.h [code] | General utilities for portable C projects |
Sadie_Classify.c [code] | A Tcl/Tk interface to the SADIE image classification functions |
Sadie_Contrast.c [code] | A Tcl/Tk interface to the SADIE contrast manipulation functions |
Sadie_FileIO.c [code] | A Tcl/Tk interface to the SADIE file input/output operations |
Sadie_Filter.c [code] | Local filtering operations (convolutions), Fourier and related transforms |
Sadie_General.c [code] | Application and image data utilities |
Sadie_Geometry.c [code] | A Tcl/Tk interface to the SADIE image warping and resampling functions |
Sadie_Image.c [code] | Tk support for SADIE images |
Sadie_Index.c [code] | Indexes to application-wide data structures such as lists of images |
Sadie_Index.h [code] | A general application data-storage interface for tclSadie |
Sadie_Multi.c [code] | A Tcl/Tk interface to SADIE operations on multiple images and band formats |
Sadie_NewFunctions.c [code] | A Tcl/Tk interface to the SADIE operations that synthesize images |
Sadie_Plot.c [code] | Tcl/Tk interfaces to plotting and region of interest operations |
Sadie_Tools.c [code] | Destriping, contour lines, pseudo-relief, RMS differences and scattergrams |
tclSadie.c [code] | The main tclSadie program, joining a Tcl/Tk GUI to the SADIE library |
tclsadie.h [code] | Application-specific data and definitions for tclSadie |
tclSadie_app.c [code] | Some tclSadie-specific application callbacks for the SADIE library |
tclSadie_getset.c [code] | Get tclSadie data from Tcl arrays and set them in the interpreter result |
tclSadie_plot.c [code] | Provide a callback that lets the SADIE library plot bar graphs using Tk |
tclSadie_ROI.c [code] | Manipulate region of interest (ROI) data structures associated with images |
tclSadie_ROI.h [code] | A region of interest handling interface for tclSadie |