Main Page   File List   File Members  

threshold.h

Go to the documentation of this file.
00001 //
00002 // Copyright Onur G. Guleryuz
00003 //
00004 //
00005 #if !defined(_THRESHOLD_)
00006 #define _THRESHOLD_
00007 
00008 int hard_threshold(float **matrix,int Ni,int Nj,float threshold);
00009 void hard_threshold_which_nz(float **matrix,int Ni,int Nj,float threshold,int **nz_arr);
00010 
00011 #endif

Generated on Fri Jan 16 00:15:42 2004 for Image_Recovery_Proof_of_Concept_Code by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002