SourceXtractorPlusPlus
0.15
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
SEImplementation
Plugin
DetectionFrameSourceStamp
DetectionFrameSourceStampTask.h
Go to the documentation of this file.
1
23
#ifndef _SEIMPLEMENTATION_TASK_DETECTIONFRAMESOURCESTAMPTASK_H
24
#define _SEIMPLEMENTATION_TASK_DETECTIONFRAMESOURCESTAMPTASK_H
25
26
#include "
SEFramework/Image/Image.h
"
27
#include "
SEFramework/Source/SourceWithOnDemandProperties.h
"
28
#include "
SEFramework/Task/SourceTask.h
"
29
30
namespace
SourceXtractor {
31
37
class
DetectionFrameSourceStampTask
:
public
SourceTask
{
38
public
:
39
43
virtual
~DetectionFrameSourceStampTask
() =
default
;
44
46
DetectionFrameSourceStampTask
() {}
47
48
virtual
void
computeProperties
(
SourceInterface
& source)
const override
;
49
50
};
/* End of DetectionFrameSourceStampTask class */
51
52
}
53
54
55
#endif
SourceWithOnDemandProperties.h
SourceXtractor::DetectionFrameSourceStampTask
Task to produce the DetectionFrameSourceStamp Property.
Definition:
DetectionFrameSourceStampTask.h:37
SourceXtractor::SourceTask
A Task that acts on a Source to compute one or more properties.
Definition:
SourceTask.h:36
SourceTask.h
Image.h
SourceXtractor::DetectionFrameSourceStampTask::computeProperties
virtual void computeProperties(SourceInterface &source) const override
Computes one or more properties for the Source.
Definition:
DetectionFrameSourceStampTask.cpp:37
SourceXtractor::DetectionFrameSourceStampTask::~DetectionFrameSourceStampTask
virtual ~DetectionFrameSourceStampTask()=default
Destructor.
SourceXtractor::SourceInterface
The SourceInterface is an abstract "source" that has properties attached to it.
Definition:
SourceInterface.h:46
SourceXtractor::DetectionFrameSourceStampTask::DetectionFrameSourceStampTask
DetectionFrameSourceStampTask()
Constructor.
Definition:
DetectionFrameSourceStampTask.h:46
Generated by
1.8.5