NAME

Image_chunk - Type for chunking results

SYNOPSIS

#include "v/v_chunk.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 Image_chunk
{
	int chunk_number;
	int num_pixels;
	int num_boundary_pixels;
	float i_CM;
	float j_CM;
	Pixel_info *pixels;
	Pixel_info *boundary_pixels;
}
Image_chunk;

DESCRIPTION

This type was introduced to be part of the Image_chunk_info type. The KJB library uses the term "chunk" to refer to an image piece surounded by boundry pixels, but the type could be used for similar purposes.

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

Image_chunk_info