NAME

find_bright_spots_in_image_sequence - Finds bright spots in sequence of images

SYNOPSIS

#include "seg/seg_spots.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 find_bright_spots_in_image_sequence
(
	V_v_v **points,
	Int_matrix_vector_vector **blobs,
	const KJB_image_sequence *images,
	int min_brightness,
	int min_blob_size,
	int max_blob_size,
	double similarity
);

DESCRIPTION

Please see the documentation for find_bright_spots_in_image, which is similar. This routine calls that function on an image sequence, and uses a background matrix as the pixel-wise average of the input image intensities, (assuming uniform channel weighting). The threshold matrix is set to the pixel-wise standard devation of the input image intensities.

RETURNS

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

RELATED

find_bright_spots_in_image

DISCLAIMER

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

AUTHOR

Ernesto Brau

DOCUMENTER

Ernesto Brau

SEE ALSO

find_bright_spots_in_image