SourceXtractorPlusPlus
0.12
Please provide a description of the project.
|
#include <DetectionFrameGroupStamp.h>
Public Member Functions | |
virtual | ~DetectionFrameGroupStamp ()=default |
DetectionFrameGroupStamp (std::shared_ptr< DetectionImage > stamp, std::shared_ptr< DetectionImage > thresholded_stamp, PixelCoordinate top_left, std::shared_ptr< WeightImage > variance_stamp) | |
const DetectionImage & | getStamp () const |
const DetectionImage & | getThresholdedStamp () const |
const DetectionImage & | getVarianceStamp () const |
PixelCoordinate | getTopLeft () const |
![]() | |
virtual | ~Property ()=default |
Private Attributes | |
std::shared_ptr< DetectionImage > | m_stamp |
std::shared_ptr< DetectionImage > | m_thresholded_stamp |
std::shared_ptr< WeightImage > | m_variance_stamp |
PixelCoordinate | m_top_left |
Definition at line 33 of file DetectionFrameGroupStamp.h.
|
virtualdefault |
|
inline |
Definition at line 39 of file DetectionFrameGroupStamp.h.
|
inline |
Definition at line 46 of file DetectionFrameGroupStamp.h.
References m_stamp.
|
inline |
Definition at line 50 of file DetectionFrameGroupStamp.h.
References m_thresholded_stamp.
|
inline |
Definition at line 59 of file DetectionFrameGroupStamp.h.
References m_top_left.
|
inline |
Definition at line 55 of file DetectionFrameGroupStamp.h.
References m_variance_stamp.
|
private |
Definition at line 64 of file DetectionFrameGroupStamp.h.
Referenced by getStamp().
|
private |
Definition at line 64 of file DetectionFrameGroupStamp.h.
Referenced by getThresholdedStamp().
|
private |
Definition at line 66 of file DetectionFrameGroupStamp.h.
Referenced by getTopLeft().
|
private |
Definition at line 65 of file DetectionFrameGroupStamp.h.
Referenced by getVarianceStamp().