SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
DetectionFrameCoordinatesTask.h
Go to the documentation of this file.
1
17
18#ifndef _SEIMPLEMENTATION_PLUGIN_DETECTIONFRAMECOORDINATES_DETECTIONFRAMECOORDINATESTASK_H_
19#define _SEIMPLEMENTATION_PLUGIN_DETECTIONFRAMECOORDINATES_DETECTIONFRAMECOORDINATESTASK_H_
20
22
23namespace SourceXtractor {
24
31public:
32
36 virtual ~DetectionFrameCoordinatesTask() = default;
37
40
41 void computeProperties(SourceInterface& source) const override;
42
43}; /* End of DetectionFrameCoordinatesTask class */
44
45}
46
47
48#endif /* SEIMPLEMENTATION_PLUGIN_DETECTIONFRAMECOORDINATES_DETECTIONFRAMECOORDINATESTASK_H_ */
void computeProperties(SourceInterface &source) const override
Computes one or more properties for the Source.
virtual ~DetectionFrameCoordinatesTask()=default
Destructor.
The SourceInterface is an abstract "source" that has properties attached to it.
A Task that acts on a Source to compute one or more properties.
Definition SourceTask.h:36