SourceXtractorPlusPlus
0.12
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
DetectionFrameImages
DetectionFrameImagesPlugin.cpp
Go to the documentation of this file.
1
18
#include "
SEFramework/Plugin/StaticPlugin.h
"
19
20
#include "
SEImplementation/Plugin/DetectionFrameImages/DetectionFrameImages.h
"
21
#include "
SEImplementation/Plugin/DetectionFrameImages/DetectionFrameImagesTaskFactory.h
"
22
#include "
SEImplementation/Plugin/DetectionFrameImages/DetectionFrameImagesPlugin.h
"
23
#include "
SEImplementation/Image/ImageInterfaceTraits.h
"
24
25
namespace
SourceXtractor {
26
27
static
StaticPlugin<DetectionFrameImagesPlugin>
detection_frame_coordinates_plugin
;
28
29
void
DetectionFrameImagesPlugin::registerPlugin
(
PluginAPI
& plugin_api) {
30
plugin_api.
getTaskFactoryRegistry
().
registerTaskFactory
<
DetectionFrameImagesTaskFactory
,
DetectionFrameImages
>();
31
}
32
33
std::string
DetectionFrameImagesPlugin::getIdString
()
const
{
34
return
"DetectionFrameImages"
;
35
}
36
37
}
38
39
SourceXtractor::DetectionFrameImages
Definition:
DetectionFrameImages.h:32
DetectionFrameImagesPlugin.h
DetectionFrameImagesTaskFactory.h
SourceXtractor::detection_frame_coordinates_plugin
static StaticPlugin< DetectionFrameCoordinatesPlugin > detection_frame_coordinates_plugin
Definition:
DetectionFrameCoordinatesPlugin.cpp:27
SourceXtractor::DetectionFrameImagesPlugin::getIdString
std::string getIdString() const override
Definition:
DetectionFrameImagesPlugin.cpp:33
SourceXtractor::TaskFactoryRegistry::registerTaskFactory
void registerTaskFactory()
Definition:
TaskFactoryRegistry.h:51
std::string
STL class.
SourceXtractor::DetectionFrameImagesTaskFactory
Definition:
DetectionFrameImagesTaskFactory.h:33
StaticPlugin.h
SourceXtractor::PluginAPI
This interface is given to the plugin to let it access object instances from the framework.
Definition:
PluginAPI.h:39
SourceXtractor::StaticPlugin
Used to register compile-time (static) plugins with the PluginManager.
Definition:
StaticPlugin.h:38
ImageInterfaceTraits.h
DetectionFrameImages.h
SourceXtractor::DetectionFrameImagesPlugin::registerPlugin
void registerPlugin(PluginAPI &plugin_api) override
Definition:
DetectionFrameImagesPlugin.cpp:29
SourceXtractor::PluginAPI::getTaskFactoryRegistry
virtual TaskFactoryRegistry & getTaskFactoryRegistry() const =0
Generated by
1.8.5