NAME

free_signature - Frees the memory associated with a signature.

SYNOPSIS

#include "lsm/lsm_emd.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_signature(Signature *signature_ptr);

DESCRIPTION

This routine frees the storage associated with a signature obtains from get_target_signature. If the argument is NULL, then this routine returns safely without doing anything.

RELATED

get_target_signature, copy_signature, set_signature_features, set_signature_weights, get_signature_from_RGB, get_clustered_data, convert_spectrum_to_signature

DISCLAIMER

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

AUTHOR

Lindsay Martin

DOCUMENTER

Lindsay Martin

SEE ALSO

get_earthmover_distance , euclidean_distance , get_target_signature , copy_signature , set_signature_features , set_signature_weights , get_target_signature_db