OSVR-Core
|
This is an interface/base class for blob extractors that have the ability to provide graphical debug views at some of their inner workings but otherwise can be treated roughly like black boxes. More...
#include <GenericBlobExtractor.h>
Protected Member Functions | |
virtual cv::Mat | generateDebugThresholdImage_ () const =0 |
virtual cv::Mat | generateDebugBlobImage_ () const =0 |
virtual LedMeasurementVec | extractBlobs_ ()=0 |
This is an interface/base class for blob extractors that have the ability to provide graphical debug views at some of their inner workings but otherwise can be treated roughly like black boxes.