NAME

is_same_size_image - Predicate function testing if two images arethe same size

SYNOPSIS

#include "i/i_error.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 is_same_size_image
(
	const KJB_image *ip1,
	const KJB_image *ip2
);

DESCRIPTION

This routine returns TRUE if the images pointed to by ip1 and ip2 are the same size, and FALSE otherwise.

RETURNS

TRUE if the images are the same size, and FALSE otherwise.

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

check_same_size_image