#include <opencv_vs.h>


Public Member Functions | |
| OpenCVFactory () | |
| virtual void | registerParameters (ParamSection *sec) |
| virtual VideoSource * | construct () |
| returns 0 on failure. | |
Definition at line 41 of file opencv_vs.h.
| OpenCVFactory::OpenCVFactory | ( | ) | [inline] |
| VideoSource * OpenCVFactory::construct | ( | ) | [virtual] |
returns 0 on failure.
Implements ParticularVSFactory.
Definition at line 17 of file opencv_vs.cpp.
References OpenCVVideoSource::initialize().
| void OpenCVFactory::registerParameters | ( | ParamSection * | sec | ) | [virtual] |
Implements ParticularVSFactory.
Definition at line 10 of file opencv_vs.cpp.
References ParamSection::addBoolParam(), ParamSection::addIntParam(), and ParamSection::addStringParam().
1.5.9