SourceXtractorPlusPlus
0.14
Please provide a description of the project.
|
A copy of the rectangular region of the detection image just large enough to include the whole Source. More...
#include <DetectionFrameSourceStamp.h>
Public Member Functions | |
virtual | ~DetectionFrameSourceStamp ()=default |
Destructor. More... | |
DetectionFrameSourceStamp (std::shared_ptr< DetectionImage > stamp, std::shared_ptr< DetectionImage > filtered_stamp, std::shared_ptr< DetectionImage > thresholded_stamp, PixelCoordinate top_left, std::shared_ptr< WeightImage > variance_stamp, std::shared_ptr< DetectionImage > threshold_map_stamp) | |
const DetectionImage & | getStamp () const |
const DetectionImage & | getFilteredStamp () const |
const DetectionImage & | getThresholdedStamp () const |
const DetectionImage & | getThresholdMapStamp () const |
const DetectionImage & | getVarianceStamp () const |
PixelCoordinate | getTopLeft () const |
![]() | |
virtual | ~Property ()=default |
A copy of the rectangular region of the detection image just large enough to include the whole Source.
Definition at line 36 of file DetectionFrameSourceStamp.h.
|
virtualdefault |
Destructor.
|
inline |
Definition at line 45 of file DetectionFrameSourceStamp.h.
|
inline |
Definition at line 58 of file DetectionFrameSourceStamp.h.
References m_filtered_stamp.
|
inline |
Definition at line 53 of file DetectionFrameSourceStamp.h.
References m_stamp.
Referenced by SourceXtractor::DetectionFramePixelValuesTask::computeProperties().
|
inline |
Definition at line 63 of file DetectionFrameSourceStamp.h.
References m_thresholded_stamp.
|
inline |
Definition at line 68 of file DetectionFrameSourceStamp.h.
References m_threshold_map_stamp.
|
inline |
Definition at line 77 of file DetectionFrameSourceStamp.h.
References m_top_left.
|
inline |
Definition at line 73 of file DetectionFrameSourceStamp.h.
References m_variance_stamp.
|
private |
Definition at line 82 of file DetectionFrameSourceStamp.h.
Referenced by getFilteredStamp().
|
private |
Definition at line 82 of file DetectionFrameSourceStamp.h.
Referenced by getStamp().
|
private |
Definition at line 83 of file DetectionFrameSourceStamp.h.
Referenced by getThresholdMapStamp().
|
private |
Definition at line 82 of file DetectionFrameSourceStamp.h.
Referenced by getThresholdedStamp().
|
private |
Definition at line 85 of file DetectionFrameSourceStamp.h.
Referenced by getTopLeft().
|
private |
Definition at line 84 of file DetectionFrameSourceStamp.h.
Referenced by getVarianceStamp().