NAME

Invalid_pixel - Invalid_pixel type for Pixel type

SYNOPSIS

#include "i/i_float.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 Invalid_pixel
{
	unsigned char r;
	unsigned char g;
	unsigned char b;
	unsigned char pixel;
}
Invalid_pixel;

DESCRIPTION

This type is used mostly for the type Pixel, which in turn is usually used for the type KJB_image. The structure contains a validity field for each channel, and the pixel taken as a whole. The validy may be one of: | VALID_PIXEL
   INVALID_PIXEL
   DARK_PIXEL
   NOISY_PIXEL
   ILLEGAL_MATH_OP_PIXEL
   TRUNCATED_PIXEL
   CLIPPED_PIXEL

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

AUTHOR

Kobus Barnard

DOCUMENTER

Kobus Barnard

SEE ALSO

Pixel_extra , Pixel , Pixel_info , KJB_image , verify_image