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!
DarkHelpPositionTracker.hpp File Reference
#include "DarkHelp.hpp"
#include <fstream>
Include dependency graph for DarkHelpPositionTracker.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  DarkHelp::PositionTracker::Obj
 The position tracker uses Obj to keep information on objects that are being tracked. More...
 
class  DarkHelp::PositionTracker
 This class attempts to do very simple object tracking based on the position of the object. More...
 

Namespaces

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

Functions

std::ostream & DarkHelp::operator<< (std::ostream &os, const DarkHelp::PositionTracker &tracker)
 Convenience function to stream the entire object tracker as text. More...
 
std::ostream & DarkHelp::operator<< (std::ostream &os, const DarkHelp::PositionTracker::Obj &obj)
 Convenience function to stream a single tracked object as a line of text. More...