egami
C++ Image Processing program
/homes/esi30/DCS339/coursework/src/Processes/order_statistic.hpp
Go to the documentation of this file.
00001 #ifndef PROCESSES_CONVOLUTION_HPP_INCLUDED
00002 #define PROCESSES_CONVOLUTION_HPP_INCLUDED
00003 
00004 #include <functional>
00005 #include <vector>
00006 
00007 #include "../display_unit.hpp"
00008 
00009 Image_unit* apply_order_statistic(const Image_unit *in, unsigned char radius, std::function<unsigned char(const std::vector<unsigned char>&)> select);
00010 
00011 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends