SourceXtractorPlusPlus
0.14
Please provide a description of the project.
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
SEImplementation
src
lib
Plugin
DetectionFrameCoordinates
DetectionFrameCoordinatesPlugin.cpp
Go to the documentation of this file.
1
18
#include "
SEFramework/Plugin/StaticPlugin.h
"
19
20
#include "
SEImplementation/Plugin/DetectionFrameCoordinates/DetectionFrameCoordinates.h
"
21
#include "
SEImplementation/Plugin/DetectionFrameCoordinates/DetectionFrameCoordinatesTaskFactory.h
"
22
#include "
SEImplementation/Plugin/DetectionFrameCoordinates/DetectionFrameCoordinatesPlugin.h
"
23
#include "
SEImplementation/Image/ImageInterfaceTraits.h
"
24
25
namespace
SourceXtractor {
26
27
static
StaticPlugin<DetectionFrameCoordinatesPlugin>
detection_frame_coordinates_plugin
;
28
29
void
DetectionFrameCoordinatesPlugin::registerPlugin
(
PluginAPI
& plugin_api) {
30
plugin_api.
getTaskFactoryRegistry
().
registerTaskFactory
<
DetectionFrameCoordinatesTaskFactory
,
DetectionFrameCoordinates
>();
31
}
32
33
std::string
DetectionFrameCoordinatesPlugin::getIdString
()
const
{
34
return
"DetectionFrameCoordinates"
;
35
}
36
37
}
38
39
SourceXtractor::DetectionFrameCoordinatesTaskFactory
Definition:
DetectionFrameCoordinatesTaskFactory.h:33
DetectionFrameCoordinatesTaskFactory.h
SourceXtractor::detection_frame_coordinates_plugin
static StaticPlugin< DetectionFrameCoordinatesPlugin > detection_frame_coordinates_plugin
Definition:
DetectionFrameCoordinatesPlugin.cpp:27
SourceXtractor::DetectionFrameCoordinatesPlugin::getIdString
std::string getIdString() const override
Definition:
DetectionFrameCoordinatesPlugin.cpp:33
SourceXtractor::TaskFactoryRegistry::registerTaskFactory
void registerTaskFactory()
Definition:
TaskFactoryRegistry.h:51
SourceXtractor::DetectionFrameCoordinatesPlugin::registerPlugin
void registerPlugin(PluginAPI &plugin_api) override
Definition:
DetectionFrameCoordinatesPlugin.cpp:29
std::string
STL class.
DetectionFrameCoordinates.h
StaticPlugin.h
SourceXtractor::PluginAPI
This interface is given to the plugin to let it access object instances from the framework.
Definition:
PluginAPI.h:39
DetectionFrameCoordinatesPlugin.h
SourceXtractor::StaticPlugin
Used to register compile-time (static) plugins with the PluginManager.
Definition:
StaticPlugin.h:38
ImageInterfaceTraits.h
SourceXtractor::PluginAPI::getTaskFactoryRegistry
virtual TaskFactoryRegistry & getTaskFactoryRegistry() const =0
SourceXtractor::DetectionFrameCoordinates
Definition:
DetectionFrameCoordinates.h:26
Generated by
1.8.5