SourceXtractorPlusPlus
0.16
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 Types | |
using | DetectionVectorImage = VectorImage< DetectionImage::PixelType > |
using | WeightVectorImage = VectorImage< WeightImage::PixelType > |
Public Member Functions | |
virtual | ~DetectionFrameSourceStamp ()=default |
Destructor. More... | |
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 |
![]() | |
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.
|
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 getFilteredStamp().
|
private |
Definition at line 88 of file DetectionFrameSourceStamp.h.
Referenced by getStamp().
|
private |
Definition at line 89 of file DetectionFrameSourceStamp.h.
Referenced by getThresholdMapStamp().
|
private |
Definition at line 89 of file DetectionFrameSourceStamp.h.
Referenced by getThresholdedStamp().
|
private |
Definition at line 91 of file DetectionFrameSourceStamp.h.
Referenced by getTopLeft().
|
private |
Definition at line 90 of file DetectionFrameSourceStamp.h.
Referenced by getVarianceStamp().