|
SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
|
A copy of the rectangular region of the detection image just large enough to include the whole Source. More...
#include <DetectionFrameSourceStamp.h>


Public Types | |
| using | DetectionVectorImage = VectorImage<DetectionImage::PixelType> |
| using | WeightVectorImage = VectorImage<WeightImage::PixelType> |
Public Member Functions | |
| virtual | ~DetectionFrameSourceStamp ()=default |
| Destructor. | |
| DetectionFrameSourceStamp (std::shared_ptr< DetectionVectorImage > stamp, std::shared_ptr< DetectionVectorImage > filtered_stamp, std::shared_ptr< DetectionVectorImage > thresholded_stamp, PixelCoordinate top_left, std::shared_ptr< WeightVectorImage > variance_stamp, std::shared_ptr< DetectionVectorImage > threshold_map_stamp) | |
| const DetectionVectorImage & | getStamp () const |
| const DetectionVectorImage & | getFilteredStamp () const |
| const DetectionVectorImage & | getThresholdedStamp () const |
| const DetectionVectorImage & | getThresholdMapStamp () const |
| const WeightVectorImage & | getVarianceStamp () const |
| PixelCoordinate | getTopLeft () const |
| Public Member Functions inherited from SourceXtractor::Property | |
| 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.
| using SourceXtractor::DetectionFrameSourceStamp::DetectionVectorImage = VectorImage<DetectionImage::PixelType> |
Definition at line 40 of file DetectionFrameSourceStamp.h.
| using SourceXtractor::DetectionFrameSourceStamp::WeightVectorImage = VectorImage<WeightImage::PixelType> |
Definition at line 41 of file DetectionFrameSourceStamp.h.
|
virtualdefault |
Destructor.
|
inline |
Definition at line 48 of file DetectionFrameSourceStamp.h.
References m_filtered_stamp, m_stamp, m_threshold_map_stamp, m_thresholded_stamp, m_top_left, and m_variance_stamp.
|
inline |
Definition at line 64 of file DetectionFrameSourceStamp.h.
References m_filtered_stamp.
|
inline |
Definition at line 59 of file DetectionFrameSourceStamp.h.
References m_stamp.
Referenced by SourceXtractor::DetectionFramePixelValuesTask::computeProperties(), and SourceXtractor::AttractorsPartitionStep::partition().
|
inline |
Definition at line 69 of file DetectionFrameSourceStamp.h.
References m_thresholded_stamp.
|
inline |
Definition at line 74 of file DetectionFrameSourceStamp.h.
References m_threshold_map_stamp.
|
inline |
Definition at line 83 of file DetectionFrameSourceStamp.h.
References m_top_left.
|
inline |
Definition at line 79 of file DetectionFrameSourceStamp.h.
References m_variance_stamp.
|
private |
Definition at line 88 of file DetectionFrameSourceStamp.h.
Referenced by DetectionFrameSourceStamp(), and getFilteredStamp().
|
private |
Definition at line 88 of file DetectionFrameSourceStamp.h.
Referenced by DetectionFrameSourceStamp(), and getStamp().
|
private |
Definition at line 89 of file DetectionFrameSourceStamp.h.
Referenced by DetectionFrameSourceStamp(), and getThresholdMapStamp().
|
private |
Definition at line 89 of file DetectionFrameSourceStamp.h.
Referenced by DetectionFrameSourceStamp(), and getThresholdedStamp().
|
private |
Definition at line 91 of file DetectionFrameSourceStamp.h.
Referenced by DetectionFrameSourceStamp(), and getTopLeft().
|
private |
Definition at line 90 of file DetectionFrameSourceStamp.h.
Referenced by DetectionFrameSourceStamp(), and getVarianceStamp().