egami
C++ Image Processing program
|
Classes | |
class | Config |
Typedefs | |
typedef std::tuple< unsigned char, unsigned char, unsigned char > | Th_l |
typedef std::pair< std::tuple < double, double, double > , std::tuple< double, double, double > > | Ob_m |
Functions | |
Ob_m | compute_means (const Image *img, Th_l thresholds) |
Display_unit * | impl (const Image_unit *in) |
typedef std::pair<std::tuple<double, double, double>,std::tuple<double, double, double> > anonymous_namespace{automatic_th.cpp}::Ob_m |
Definition at line 50 of file automatic_th.cpp.
typedef std::tuple<unsigned char, unsigned char, unsigned char> anonymous_namespace{automatic_th.cpp}::Th_l |
Definition at line 49 of file automatic_th.cpp.
Definition at line 52 of file automatic_th.cpp.
Display_unit* anonymous_namespace{automatic_th.cpp}::impl | ( | const Image_unit * | in | ) |
Definition at line 69 of file automatic_th.cpp.