egami
C++ Image Processing program
|
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