$search
#include "opencv2/core/core.hpp"#include "cv.h"#include "highgui.h"#include <ros/ros.h>#include <iostream>#include <fstream>#include <stack>#include <stdio.h>#include <dirent.h>
Go to the source code of this file.
Classes | |
| class | img |
Functions | |
| void | calculateResults (std::vector< img > &images, std::vector< img > &ocrImages) |
| int | cutout (std::string label, std::string output) |
| void | deleteIdentical (std::vector< img > &ocrImages) |
| int | main (int argc, char **argv) |
| int | readInEstimates (std::vector< img > &images, std::vector< img > &ocrImages, std::string path) |
| void | readInSolution (std::vector< img > &images, std::string filename) |
| void | showRects (std::vector< img > &images, std::vector< img > &ocrImages, std::string path) |
Definition at line 254 of file read_evaluation.cpp.
| int cutout | ( | std::string | label, | |
| std::string | output | |||
| ) |
Definition at line 42 of file read_evaluation.cpp.
| void deleteIdentical | ( | std::vector< img > & | ocrImages | ) |
Definition at line 172 of file read_evaluation.cpp.
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 302 of file read_evaluation.cpp.
| int readInEstimates | ( | std::vector< img > & | images, | |
| std::vector< img > & | ocrImages, | |||
| std::string | path | |||
| ) |
Definition at line 53 of file read_evaluation.cpp.
| void readInSolution | ( | std::vector< img > & | images, | |
| std::string | filename | |||
| ) |
Definition at line 123 of file read_evaluation.cpp.
Definition at line 194 of file read_evaluation.cpp.