egami
C++ Image Processing program
Functions
/homes/esi30/DCS339/coursework/src/Processes/order_statistic.hpp File Reference
#include <functional>
#include <vector>
#include "../display_unit.hpp"
Include dependency graph for order_statistic.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

Image_unitapply_order_statistic (const Image_unit *in, unsigned char radius, std::function< unsigned char(const std::vector< unsigned char > &)> select)

Function Documentation

Image_unit* apply_order_statistic ( const Image_unit in,
unsigned char  radius,
std::function< unsigned char(const std::vector< unsigned char > &)>  select 
)

Definition at line 4 of file order_statistic.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends