00001 /* Copyright (c) 2001 S.E. Grigorescu */ 00002 00003 #ifndef THRESHOLD_H 00004 #define THRESHOLD_H 00005 00006 #include "ByteImage.h" 00007 #include "Image.h" 00008 00011 template<class T> void Threshold(Image< T >& input, float th_level, ByteImage& output); 00018 #endif