image_interface.hpp
Go to the documentation of this file.
1 /*
2  * image_interface.h
3  *
4  * Created on: Dec 19, 2016
5  * Author: Marko Bjelonic
6  * Institute: ETH Zurich, Robotic Systems Lab
7  */
8 
9 #ifndef IMAGE_INTERFACE_H
10 #define IMAGE_INTERFACE_H
11 
12 #include "image.h"
13 #include "opencv2/opencv.hpp"
14 
15 static float get_pixel(image m, int x, int y, int c);
16 image** load_alphabet_with_file(char* datafile);
17 void generate_image(image p, cv::Mat& disp);
18 
19 #endif
static float get_pixel(image m, int x, int y, int c)
void generate_image(image p, cv::Mat &disp)
image ** load_alphabet_with_file(char *datafile)


darknet_ros
Author(s): Marko Bjelonic
autogenerated on Wed May 5 2021 02:58:30