egami
C++ Image Processing program
/homes/esi30/DCS339/coursework/src/Processes/binary.hpp
Go to the documentation of this file.
00001 #ifndef PROCESSES_BINARY_HPP_INCLUDED
00002 #define PROCESSES_BINARY_HPP_INCLUDED
00003 
00004 Image_unit* bin_op(const Image_unit *lhs, std::function<unsigned char(unsigned char, unsigned char)>);
00005 
00006 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends