SourceXtractorPlusPlus
0.12
Please provide a description of the project.
SEImplementation
SEImplementation
Plugin
DetectionFramePixelValues
DetectionFramePixelValuesTask.h
Go to the documentation of this file.
1
23
#ifndef _SEIMPLEMENTATION_TASK_DETECTIONFRAMEPIXELVALUESTASK_H
24
#define _SEIMPLEMENTATION_TASK_DETECTIONFRAMEPIXELVALUESTASK_H
25
26
#include "
SEFramework/Task/SourceTask.h
"
27
#include "
SEFramework/Source/SourceWithOnDemandProperties.h
"
28
#include "
SEFramework/Image/Image.h
"
29
30
namespace
SourceXtractor
{
31
38
class
DetectionFramePixelValuesTask
:
public
SourceTask
{
39
40
public
:
41
45
virtual
~DetectionFramePixelValuesTask
() =
default
;
46
47
DetectionFramePixelValuesTask
() {}
48
49
virtual
void
computeProperties
(
SourceInterface
& source)
const override
;
50
51
};
/* End of DetectionFramePixelValuesTask class */
52
53
54
55
}
/* namespace SourceXtractor */
56
57
58
#endif
SourceXtractor::DetectionFramePixelValuesTask
Task to produce the DetectionFramePixelValues Property.
Definition:
DetectionFramePixelValuesTask.h:38
SourceWithOnDemandProperties.h
SourceXtractor::SourceTask
A Task that acts on a Source to compute one or more properties.
Definition:
SourceTask.h:36
SourceTask.h
Image.h
SourceXtractor
Definition:
Aperture.h:30
SourceXtractor::DetectionFramePixelValuesTask::DetectionFramePixelValuesTask
DetectionFramePixelValuesTask()
Definition:
DetectionFramePixelValuesTask.h:47
SourceXtractor::SourceInterface
The SourceInterface is an abstract "source" that has properties attached to it.
Definition:
SourceInterface.h:46
SourceXtractor::DetectionFramePixelValuesTask::~DetectionFramePixelValuesTask
virtual ~DetectionFramePixelValuesTask()=default
Destructor.
SourceXtractor::DetectionFramePixelValuesTask::computeProperties
virtual void computeProperties(SourceInterface &source) const override
Computes one or more properties for the Source.
Definition:
DetectionFramePixelValuesTask.cpp:32
Generated by
1.8.14