SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
MeasurementFrameTask.cpp
Go to the documentation of this file.
1
17/*
18 * MeasurementFrameTask.cpp
19 *
20 * Created on: Nov 3, 2016
21 * Author: mschefer
22 */
23
27
28namespace SourceXtractor {
29
33
35 const auto& detection_frame = source.getProperty<DetectionFrame>();
36
37 source.setIndexedProperty<MeasurementFrame>(
39 detection_frame.getFrame());
40}
41
42}
43
44
45
46
47
void computeProperties(SourceInterface &source) const override
Computes one or more properties for the Source.
void computeProperties(SourceInterface &source) const override
Computes one or more properties for the Source.
std::shared_ptr< MeasurementImageFrame > m_measurement_frame
The SourceInterface is an abstract "source" that has properties attached to it.