NAME

Segmentation_t2 - Type for segmentation results

SYNOPSIS

#include "t2/t2_segment.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 Segmentation_t2
{
	int num_rows;
	int num_cols;
	int num_segments;
	Segment_t2 **segments;
	int negative_num_segments;
	Segment_t2 **negative_segments;
	int **seg_map;
}
Segmentation_t2;

DESCRIPTION

This type is a representation of a segmented image.

DISCLAIMER

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

AUTHOR

Kobus Barnard

DOCUMENTER

Kobus Barnard