SourceXtractorPlusPlus  0.15
Please provide a description of the project.
DetectionFramePixelValuesPlugin.cpp
Go to the documentation of this file.
1 
17 /*
18  * DetectionFramePixelValuesPlugin.cpp
19  *
20  * Created on: Aug 5, 2016
21  * Author: mschefer
22  */
23 
25 
28 
30 
31 namespace SourceXtractor {
32 
34 
37 }
38 
40  return "";
41 }
42 
43 }
44 
virtual void registerPlugin(PluginAPI &plugin_api) override
TaskFactory to produce DetectionFramePixelValuesTask.
The values of a Source's pixels in the detection image. They are returned as a vector in the same ord...
This interface is given to the plugin to let it access object instances from the framework.
Definition: PluginAPI.h:39
virtual TaskFactoryRegistry & getTaskFactoryRegistry() const =0
Used to register compile-time (static) plugins with the PluginManager.
Definition: StaticPlugin.h:38
static StaticPlugin< DetectionFramePixelValuesPlugin > detection_frame_pixel_values_plugin