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

Classes

class  Config

Functions

double cubic_interpolate (const std::array< double, 4 > &p, double x)
double bicubic_interpolate (const std::array< std::array< double, 4 >, 4 > &p, double y, double x)
Display_unitimpl (const Image_unit *in)

Function Documentation

double anonymous_namespace{resize.cpp}::bicubic_interpolate ( const std::array< std::array< double, 4 >, 4 > &  p,
double  y,
double  x 
)

Definition at line 58 of file resize.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

double anonymous_namespace{resize.cpp}::cubic_interpolate ( const std::array< double, 4 > &  p,
double  x 
)

Definition at line 54 of file resize.cpp.

Here is the caller graph for this function:

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

Definition at line 67 of file resize.cpp.

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends