egami
C++ Image Processing program
Functions
Processes Namespace Reference

Functions

void automatic_th ()
void bin_avg ()
void bin_max ()
void bin_min ()
void bin_plus ()
void bin_replace ()
void bin_sub ()
void binary ()
void blur ()
void convolution ()
void copy ()
void emboss ()
void grayscalify ()
void histogram ()
void histogram_equalisation ()
void info ()
void laplacian ()
void line ()
void max_filter ()
void median_filter ()
void mid_point_filter ()
void min_filter ()
void mirror ()
void negate ()
void noise ()
void order_statistic ()
void prewitt ()
void rescale ()
void resize ()
void roberts ()
void rotate ()
void select_roi ()
void sharpen ()
void shift ()
void simple_th ()
void sobel ()
void unselect_roi ()
void utils ()

Function Documentation

void Processes::automatic_th ( )

Definition at line 108 of file automatic_th.cpp.

Here is the call graph for this function:

void Processes::bin_avg ( )

Definition at line 19 of file bin_avg.cpp.

Here is the call graph for this function:

void Processes::bin_max ( )

Definition at line 20 of file bin_max.cpp.

Here is the call graph for this function:

void Processes::bin_min ( )

Definition at line 20 of file bin_min.cpp.

Here is the call graph for this function:

void Processes::bin_plus ( )

Definition at line 19 of file bin_plus.cpp.

Here is the call graph for this function:

void Processes::bin_replace ( )

Definition at line 19 of file bin_replace.cpp.

Here is the call graph for this function:

void Processes::bin_sub ( )

Definition at line 19 of file bin_sub.cpp.

Here is the call graph for this function:

void Processes::binary ( )

NOTHING

Definition at line 85 of file binary.cpp.

void Processes::blur ( )

Definition at line 82 of file blur.cpp.

Here is the call graph for this function:

void Processes::convolution ( )

Definition at line 211 of file convolution.cpp.

Here is the call graph for this function:

void Processes::copy ( )

Definition at line 25 of file copy.cpp.

Here is the call graph for this function:

void Processes::emboss ( )

Definition at line 21 of file emboss.cpp.

Here is the call graph for this function:

void Processes::grayscalify ( )

Definition at line 22 of file grayscalify.cpp.

Here is the call graph for this function:

void Processes::histogram ( )

Definition at line 102 of file histogram.cpp.

Here is the call graph for this function:

void Processes::histogram_equalisation ( )

Definition at line 47 of file histogram_equalisation.cpp.

Here is the call graph for this function:

void Processes::info ( )

Definition at line 31 of file info.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void Processes::laplacian ( )

Definition at line 72 of file laplacian.cpp.

Here is the call graph for this function:

void Processes::line ( )

Definition at line 99 of file line.cpp.

Here is the call graph for this function:

void Processes::max_filter ( )

Definition at line 57 of file max_filter.cpp.

Here is the call graph for this function:

void Processes::median_filter ( )

Definition at line 57 of file median_filter.cpp.

Here is the call graph for this function:

void Processes::mid_point_filter ( )

Definition at line 57 of file mid_point_filter.cpp.

Here is the call graph for this function:

void Processes::min_filter ( )

Definition at line 57 of file min_filter.cpp.

Here is the call graph for this function:

void Processes::mirror ( )

Definition at line 83 of file mirror.cpp.

Here is the call graph for this function:

void Processes::negate ( )

Definition at line 21 of file negate.cpp.

Here is the call graph for this function:

void Processes::noise ( )

Definition at line 129 of file noise.cpp.

Here is the call graph for this function:

void Processes::order_statistic ( )

NOTHING

Definition at line 40 of file order_statistic.cpp.

void Processes::prewitt ( )

Definition at line 98 of file prewitt.cpp.

Here is the call graph for this function:

void Processes::rescale ( )

Definition at line 129 of file rescale.cpp.

Here is the call graph for this function:

void Processes::resize ( )

Definition at line 123 of file resize.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void Processes::roberts ( )

Definition at line 77 of file roberts.cpp.

Here is the call graph for this function:

void Processes::rotate ( )

Definition at line 107 of file rotate.cpp.

Here is the call graph for this function:

void Processes::select_roi ( )

Definition at line 42 of file select_roi.cpp.

Here is the call graph for this function:

void Processes::sharpen ( )

Definition at line 72 of file sharpen.cpp.

Here is the call graph for this function:

void Processes::shift ( )

Definition at line 129 of file shift.cpp.

Here is the call graph for this function:

void Processes::simple_th ( )

Definition at line 124 of file simple_th.cpp.

Here is the call graph for this function:

void Processes::sobel ( )

Definition at line 99 of file sobel.cpp.

Here is the call graph for this function:

void Processes::unselect_roi ( )

Definition at line 20 of file unselect_roi.cpp.

Here is the call graph for this function:

void Processes::utils ( )

NOTHING

Definition at line 19 of file utils.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends