NAME

free_region_list - Frees the space associated with a KJB_region_list.

SYNOPSIS

#include "seg/seg_connected_components.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 


void free_region_list(KJB_region_list *rlp);

DESCRIPTION

This routine frees the storage associated with a KJB_region_list obtained from get_target_region_list (perhaps indirectly). If the argument is NULL, then this routine returns safely without doing anything.

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

get_target_region_list , label_four_connected_regions , label_eight_connected_regions