#include <camera.hpp>
Public Member Functions | |
| ChannelImpl () | |
| virtual | ~ChannelImpl () |
| void | setImage (const cv::Mat &image) |
| ObjectVector | objects (const Config &config) |
Protected Member Functions | |
| virtual void | update (const cv::Mat &image)=0 |
| virtual ObjectVector | findObjects (const Config &config)=0 |
| Camera::ChannelImpl::ChannelImpl | ( | ) |
|
virtual |
|
protectedpure virtual |
| ObjectVector Camera::ChannelImpl::objects | ( | const Config & | config | ) |
| void Camera::ChannelImpl::setImage | ( | const cv::Mat & | image | ) |
|
protectedpure virtual |