DarkHelp  v1.8.6-4
C++ API for the neural network framework Darknet
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me!
DarkHelpNN.hpp File Reference

DarkHelp's NN class. More...

#include "DarkHelp.hpp"
Include dependency graph for DarkHelpNN.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  DarkHelp::NN
 Instantiate one of these objects by giving it the name of the .cfg and .weights file, then call DarkHelp::NN::predict() as often as necessary to determine what the images contain. More...
 

Namespaces

 DarkHelp
 The DarkHelp namespace contains (almost) everything in the DarkHelp library.
 

Detailed Description

DarkHelp's NN class.

Prior to v1.4, this used to be called DarkHelp.