#include <stdio.h>
#include <math.h>
#include <string>
#include <vector>
#include <cv.h>
#include <highgui.h>
Go to the source code of this file.
Classes | |
struct | Sbox_det |
Functions | |
string | convertInt (int number) |
int | main (int argc, char *argv[]) |
void | read_boxes_det (string fileString, vector< vector< Sbox_det > > &boxes) |
void | read_boxes_gt (string fileString, vector< vector< cv::Rect > > &boxes, int image_scale) |
void | viz_boxes (string imageString, vector< cv::Rect > detections, vector< cv::Rect > gt, vector< cv::Rect > accepted) |
string convertInt | ( | int | number | ) |
Definition at line 259 of file sequence_res.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 23 of file sequence_res.cpp.
void read_boxes_det | ( | string | fileString, |
vector< vector< Sbox_det > > & | boxes | ||
) |
Definition at line 206 of file sequence_res.cpp.
void read_boxes_gt | ( | string | fileString, |
vector< vector< cv::Rect > > & | boxes, | ||
int | image_scale | ||
) |
Definition at line 180 of file sequence_res.cpp.