egami
C++ Image Processing program
/homes/esi30/DCS339/coursework/src/Processes/utils.hpp
Go to the documentation of this file.
00001 #ifndef PROCESSES_UTILS_HPP_INCLUDED
00002 #define PROCESSES_UTILS_HPP_INCLUDED
00003 
00004 struct Image_unit;
00005 void add_max(Image_unit **lhs, const Image_unit *rhs);
00006 
00007 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends