NAME

Bw_byte_image - Type for black-and-white byte images

SYNOPSIS

#include "i/i_bw_byte.h"

Example compile flags (system dependent):
  -DLINUX_X86_64 -DLINUX_X86_64_OPTERON  -DGNU_COMPILER 
   -I/home/kobus/include
   -L/home/kobus/misc/load/linux_x86_64_opteron -L/usr/lib/x86_64-linux-gnu
  -lKJB                               -lfftw3  -lgsl -lgslcblas -ljpeg  -lSVM -lstdc++                    -lpthread -lSLATEC -lg2c    -lacml -lacml_mv -lblas -lg2c      -lncursesw 


typedef struct Bw_byte_image
{
	int num_rows;
	int num_cols;
	int read_only;
	unsigned char **pixels;
}
Bw_byte_image;

DESCRIPTION

This is the black-and-white image type for the KJB library. There is also a color image format (KJB_image) which the basic image format.

DISCLAIMER

This software is not adequatedly tested. It is recomended that results are checked independantly where appropriate.

AUTHOR

Kobus Barnard

DOCUMENTER

Ernesto Brau