NAME

get_target_image_sequence - Gets 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 get_target_image_sequence
(
	KJB_image_sequence **target_ispp,
	int length
);

DESCRIPTION

This routine implements the creation/over-writing semantics used in the KJB library in the case of image sequences. If *target_ispp is NULL, then this routine creates the image sequence. If it is not NULL, and it is the right size, then this routine does nothing. If it is the wrong size, then it is resized. 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 NULL, with an error message being set. On success it returns a pointer to the sequence.

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

read_image_sequence , free_image_sequence , average_bw_images , std_dev_bw_images , average_bw_images_2 , std_dev_bw_images_2