#include <rail_recognition/ImageRecognizer.h>
Go to the source code of this file.
Functions | |
| bool | pairCompare (const std::pair< float, string > &firstElem, const std::pair< float, string > &secondElem) |
| compares two pair<float, string> objects returning if the first is greater than the second | |
| bool pairCompare | ( | const std::pair< float, string > & | firstElem, |
| const std::pair< float, string > & | secondElem | ||
| ) |
compares two pair<float, string> objects returning if the first is greater than the second
Definition at line 13 of file ImageRecognizer.cpp.