Fraxinus
16.5.0-fx-rc9
An IGT application
|
#include <cxOpenCVStreamerService.h>
Public Member Functions | |
OpenCVStreamerService (ctkPluginContext *context) | |
virtual | ~OpenCVStreamerService () |
virtual QString | getName () |
virtual QString | getType () const |
virtual std::vector< PropertyPtr > | getSettings (QDomElement root) |
virtual StreamerPtr | createStreamer (QDomElement root) |
Public Member Functions inherited from cx::StreamerService | |
StreamerService () | |
Additional Inherited Members | |
Static Public Member Functions inherited from cx::StreamerService | |
static StreamerServicePtr | getNullObject () |
Definition at line 54 of file cxOpenCVStreamerService.h.
|
inline |
Definition at line 57 of file cxOpenCVStreamerService.h.
|
inlinevirtual |
Definition at line 58 of file cxOpenCVStreamerService.h.
|
virtual |
Return a streamer that can emit image data.
Implements cx::StreamerService.
Definition at line 70 of file cxOpenCVStreamerService.cpp.
|
virtual |
Implements cx::StreamerService.
Definition at line 47 of file cxOpenCVStreamerService.cpp.
|
virtual |
Fill settings for this algorithm. Input is the root node for this algo, filled with stored settings (if any). On completion, the root is filled with default values for settings.
Implements cx::StreamerService.
Definition at line 58 of file cxOpenCVStreamerService.cpp.
|
virtual |
Implements cx::StreamerService.
Definition at line 53 of file cxOpenCVStreamerService.cpp.