Classes | |
struct | DarkHelp::PredictionResult |
Structure used to store interesting information on predictions. More... | |
Namespaces | |
DarkHelp | |
The DarkHelp namespace contains (almost) everything in the DarkHelp library. | |
Typedefs | |
using | DarkHelp::MClassProbabilities = std::map< int, float > |
Map of a class ID to a probability that this object belongs to that class. More... | |
using | DarkHelp::PredictionResults = std::vector< PredictionResult > |
A vector of predictions for the image analyzed by DarkHelp::NN::predict(). More... | |
Functions | |
std::ostream & | DarkHelp::operator<< (std::ostream &os, const PredictionResult &pred) |
Convenience function to stream a single result as a "readable" line of text. More... | |
std::ostream & | DarkHelp::operator<< (std::ostream &os, const PredictionResults &results) |
Convenience function to stream an entire vector of results as readable text. More... | |
Classes used to return DarkHelp::NN prediction results to callers.