egami
C++ Image Processing program
|
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_unit * | impl (const Image_unit *in) |
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.
double anonymous_namespace{resize.cpp}::cubic_interpolate | ( | const std::array< double, 4 > & | p, |
double | x | ||
) |
Display_unit* anonymous_namespace{resize.cpp}::impl | ( | const Image_unit * | in | ) |