SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
DetectionFrame.h
Go to the documentation of this file.
1
17/*
18 * DetectionImage.h
19 *
20 * Created on: Sep 13, 2016
21 * Author: mschefer
22 */
23
24#ifndef _SEIMPLEMENTATION_PROPERTY_DETECTIONFRAME_H_
25#define _SEIMPLEMENTATION_PROPERTY_DETECTIONFRAME_H_
26
29
30
31namespace SourceXtractor {
32
75
76}
77
78#endif /* _SEIMPLEMENTATION_PROPERTY_DETECTIONFRAME_H_ */
std::shared_ptr< DetectionImageFrame > getFrame() const
EncapsulatedDetectionImageFrame(std::shared_ptr< DetectionImageFrame > frame)
EncapsulatedDetectionImageFrame getEncapsulatedFrame() const
std::shared_ptr< DetectionImageFrame > m_detection_frame
DetectionFrame(EncapsulatedDetectionImageFrame encapsulated_frame)
DetectionFrame(std::shared_ptr< DetectionImageFrame > detection_frame)
std::shared_ptr< DetectionImageFrame > getFrame() const
Base class for all Properties. (has no actual content)
Definition Property.h:33