NAME

read_image_sequence - Reads in a target image sequence

SYNOPSIS

#include "i/i_seq.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 


int read_image_sequence
(
	KJB_image_sequence **target_ispp,
	const Word_list *filenames
);

DESCRIPTION

This routine reads the images of an image sequence from the file names in filelist and stores them in target_ispp. The resulting image sequence will have filenames->num_words images. The routine free_image_sequence should be used to dispose of the storage once it is no longer needed

RETURNS

On error, this routine returns ERROR, with an error message being set. On success it returns NO_ERROR.

RELATED

Word_list

DISCLAIMER

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

AUTHOR

Ernesto Brau

DOCUMENTER

Kobus Barnard

SEE ALSO

get_target_image_sequence , free_image_sequence , average_bw_images , std_dev_bw_images , average_bw_images_2 , std_dev_bw_images_2