egami
C++ Image Processing program
Namespaces | Functions
/homes/esi30/DCS339/coursework/src/Processes/order_statistic.cpp File Reference
#include "../progress.hpp"
#include "order_statistic.hpp"
Include dependency graph for order_statistic.cpp:

Go to the source code of this file.

Namespaces

namespace  Processes

Functions

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

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