JWS C Library
C language utility library
Data Structures
Here are the data structures with brief descriptions:
Complex_dDouble precision complex number
Complex_fSingle precision complex number
Edge_list_fLinked list node containing an edge point
Edge_point_fEdge point in an image or matrix (single-sampled image)
Edge_set_fSet of edges composed of edge points
ErrorError structure used for error handling
Gradient_fGradient element detected using the partial derivative masks
Image_fAn image of Pixel_f
Imgblock_fAn image block of Pixel_f
JIFF_attributesAttributes for a JIFF image
Matblock_cdMatrix block of double precision complex floating point values
Matblock_cfMatrix block of single precision complex floating point values
Matblock_dMatrix block of double precision floating point values
Matblock_fMatrix block of single precision floating point values
Matblock_i16Matrix block of signed 16-bit values
Matblock_i32Matrix block of signed 32-bit values
Matblock_i64Matrix block of signed 64-bit values
Matblock_i8Matrix block of signed 8-bit values
Matblock_u16Matrix block of unsigned 16-bit values
Matblock_u32Matrix block of unsigned 32-bit values
Matblock_u64Matrix block of unsigned 64-bit values
Matblock_u8Matrix block of unsigned 8-bit values
Matrix_cdMatrix of double precision complex floating point values
Matrix_cfMatrix of single precision complex floating point values
Matrix_dMatrix of double precision floating point values
Matrix_fMatrix of single precision floating point values
Matrix_i16Matrix of signed 16-bit values
Matrix_i32Matrix of signed 32-bit values
Matrix_i64Matrix of signed 64-bit values
Matrix_i8Matrix of signed 8-bit values
Matrix_u16Matrix of unsigned 16-bit values
Matrix_u32Matrix of unsigned 32-bit values
Matrix_u64Matrix of unsigned 64-bit values
Matrix_u8Matrix of unsigned 8-bit values
Option_no_argData structure for an option that does not take an argument
Option_with_argData structure for an option that takes an argument
Pixel_fA 3-sample single precision floating point picture element
Surface_patch_fA patch of surface on a plane defined by the position and orientation of a Surface_point_f
Surface_point_fSurface point in an image block or matrix block (single-sampled image)
TimerTimer structure
Vector_cdVector of double precision complex floating point values
Vector_cfVector of single precision complex floating point values
Vector_dVector of double precision floating point values
Vector_fVector of single precision floating point values
Vector_i16Vector of signed 16-bit values
Vector_i32Vector of signed 32-bit values
Vector_i64Vector of signed 64-bit values
Vector_i8Vector of signed 8-bit values
Vector_u16Vector of unsigned 16-bit values
Vector_u32Vector of unsigned 32-bit values
Vector_u64Vector of unsigned 64-bit values
Vector_u8Vector of unsigned 8-bit values
xmlDocXML document
xmlDtdXML document type definition