SourceXtractorPlusPlus
0.13
Please provide a description of the project.
|
#include <DetectionFrame.h>
Classes | |
class | EncapsulatedDetectionImageFrame |
Public Member Functions | |
DetectionFrame (std::shared_ptr< DetectionImageFrame > detection_frame) | |
DetectionFrame (EncapsulatedDetectionImageFrame encapsulated_frame) | |
EncapsulatedDetectionImageFrame | getEncapsulatedFrame () const |
![]() | |
virtual | ~Property ()=default |
Protected Member Functions | |
std::shared_ptr< DetectionImageFrame > | getFrame () const |
Private Attributes | |
std::shared_ptr< DetectionImageFrame > | m_detection_frame |
Friends | |
class | DetectionFrameCoordinatesTask |
class | DetectionFrameInfoTask |
class | DetectionFrameImagesTask |
class | DefaultMeasurementFrameTask |
Definition at line 33 of file DetectionFrame.h.
|
inline |
Definition at line 51 of file DetectionFrame.h.
|
inline |
Definition at line 54 of file DetectionFrame.h.
|
inline |
Definition at line 57 of file DetectionFrame.h.
References m_detection_frame.
|
inlineprotected |
Definition at line 62 of file DetectionFrame.h.
References m_detection_frame.
|
friend |
Definition at line 70 of file DetectionFrame.h.
|
friend |
Definition at line 67 of file DetectionFrame.h.
|
friend |
Definition at line 69 of file DetectionFrame.h.
|
friend |
Definition at line 68 of file DetectionFrame.h.
|
private |
Definition at line 73 of file DetectionFrame.h.
Referenced by getEncapsulatedFrame(), and getFrame().