plugin
0.1.0
|
Public Member Functions | |
InputChannel (const InputChannel &)=delete | |
InputChannel & | operator= (const InputChannel &)=delete |
bool | read (cv::Mat &mat) |
void | push (const cv::Mat &mat) |
cv::Size | getSize () |
Static Public Member Functions | |
static std::shared_ptr< InputChannel > | create (const std::shared_ptr< IInputSource > &source) |