SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
DetectionFrameImagesTask.cpp
Go to the documentation of this file.
1
21
22namespace SourceXtractor {
23
25 auto frame = source.getProperty<DetectionFrame>().getFrame();
26 auto width = frame->getOriginalImage()->getWidth();
27 auto height = frame->getOriginalImage()->getHeight();
28
29 source.setProperty<DetectionFrameImages>(frame, width, height);
30}
31
32} // SEImplementation namespace
33
void computeProperties(SourceInterface &source) const override
Computes one or more properties for the Source.
The SourceInterface is an abstract "source" that has properties attached to it.