#include "image.h"
#include "opencv2/opencv.hpp"
Go to the source code of this file.
Functions | |
void | generate_image (image p, cv::Mat &disp) |
static float | get_pixel (image m, int x, int y, int c) |
image ** | load_alphabet_with_file (char *datafile) |
void generate_image | ( | image | p, |
cv::Mat & | disp | ||
) |
|
static |
image** load_alphabet_with_file | ( | char * | datafile | ) |
Definition at line 16 of file image_interface.cpp.