egami
C++ Image Processing program
Classes | Typedefs | Functions
anonymous_namespace{automatic_th.cpp} Namespace Reference

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_unitimpl (const Image_unit *in)

Typedef Documentation

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.


Function Documentation

Ob_m anonymous_namespace{automatic_th.cpp}::compute_means ( const Image img,
Th_l  thresholds 
)

Definition at line 52 of file automatic_th.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Display_unit* anonymous_namespace{automatic_th.cpp}::impl ( const Image_unit in)

Definition at line 69 of file automatic_th.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