include
darknet_ros
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
get_pixel
static float get_pixel(image m, int x, int y, int c)
generate_image
void generate_image(image p, cv::Mat &disp)
load_alphabet_with_file
image ** load_alphabet_with_file(char *datafile)
Definition:
image_interface.cpp:16
darknet_ros
Author(s): Marko Bjelonic
autogenerated on Wed Mar 2 2022 00:10:00