egami
C++ Image Processing program
|
Go to the source code of this file.
Namespaces | |
namespace | Processes |
Functions | |
Image_unit * | apply_order_statistic (const Image_unit *in, unsigned char radius, std::function< unsigned char(const std::vector< unsigned char > &)> select) |
void | Processes::order_statistic () |
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.