libVision  1.0
A vision library made by FRC team #4529
Public Member Functions | Public Attributes | List of all members
InstanceStore Class Reference

Instance of vision system. More...

#include <VisionLib.h>

Public Member Functions

 InstanceStore (CamFeed *cam)
 InstanceStore constructor. More...
 
virtual ~InstanceStore ()
 InstanceStore destructor.
 

Public Attributes

CamFeedfeed
 CamFeed reference.
 
Mat imageStore
 cv::Mat for storage of the current frame.
 
TargetDetectordetector
 TargetDetector instance.
 

Detailed Description

Instance of vision system.

Constructor & Destructor Documentation

InstanceStore::InstanceStore ( CamFeed cam)

InstanceStore constructor.

Parameters
camCamFeed input source.

The documentation for this class was generated from the following files: