|
libVision
1.0
A vision library made by FRC team #4529
|
Instance of vision system. More...
#include <VisionLib.h>
Public Member Functions | |
| InstanceStore (CamFeed *cam) | |
| InstanceStore constructor. More... | |
| virtual | ~InstanceStore () |
| InstanceStore destructor. | |
Public Attributes | |
| CamFeed & | feed |
| CamFeed reference. | |
| Mat | imageStore |
| cv::Mat for storage of the current frame. | |
| TargetDetector * | detector |
| TargetDetector instance. | |
Instance of vision system.
| InstanceStore::InstanceStore | ( | CamFeed * | cam | ) |
InstanceStore constructor.
| cam | CamFeed input source. |
1.8.9.1