SourceXtractorPlusPlus  0.12
Please provide a description of the project.
Public Member Functions | Private Attributes | List of all members
SourceXtractor::DetectionFrameSourceStamp Class Reference

A copy of the rectangular region of the detection image just large enough to include the whole Source. More...

#include <DetectionFrameSourceStamp.h>

Inheritance diagram for SourceXtractor::DetectionFrameSourceStamp:
[legend]
Collaboration diagram for SourceXtractor::DetectionFrameSourceStamp:
[legend]

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 DetectionImagegetStamp () const
 
const DetectionImagegetFilteredStamp () const
 
const DetectionImagegetThresholdedStamp () const
 
const DetectionImagegetThresholdMapStamp () const
 
const DetectionImagegetVarianceStamp () const
 
PixelCoordinate getTopLeft () const
 
- Public Member Functions inherited from SourceXtractor::Property
virtual ~Property ()=default
 

Private Attributes

std::shared_ptr< DetectionImagem_stamp
 
std::shared_ptr< DetectionImagem_filtered_stamp
 
std::shared_ptr< DetectionImagem_thresholded_stamp
 
std::shared_ptr< DetectionImagem_threshold_map_stamp
 
std::shared_ptr< WeightImagem_variance_stamp
 
PixelCoordinate m_top_left
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ~DetectionFrameSourceStamp()

virtual SourceXtractor::DetectionFrameSourceStamp::~DetectionFrameSourceStamp ( )
virtualdefault

Destructor.

◆ DetectionFrameSourceStamp()

SourceXtractor::DetectionFrameSourceStamp::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 
)
inline

Definition at line 45 of file DetectionFrameSourceStamp.h.

Member Function Documentation

◆ getFilteredStamp()

const DetectionImage& SourceXtractor::DetectionFrameSourceStamp::getFilteredStamp ( ) const
inline

Definition at line 58 of file DetectionFrameSourceStamp.h.

References m_filtered_stamp.

◆ getStamp()

const DetectionImage& SourceXtractor::DetectionFrameSourceStamp::getStamp ( ) const
inline

◆ getThresholdedStamp()

const DetectionImage& SourceXtractor::DetectionFrameSourceStamp::getThresholdedStamp ( ) const
inline

Definition at line 63 of file DetectionFrameSourceStamp.h.

References m_thresholded_stamp.

◆ getThresholdMapStamp()

const DetectionImage& SourceXtractor::DetectionFrameSourceStamp::getThresholdMapStamp ( ) const
inline

Definition at line 68 of file DetectionFrameSourceStamp.h.

References m_threshold_map_stamp.

◆ getTopLeft()

PixelCoordinate SourceXtractor::DetectionFrameSourceStamp::getTopLeft ( ) const
inline

Definition at line 77 of file DetectionFrameSourceStamp.h.

References m_top_left.

◆ getVarianceStamp()

const DetectionImage& SourceXtractor::DetectionFrameSourceStamp::getVarianceStamp ( ) const
inline

Definition at line 73 of file DetectionFrameSourceStamp.h.

References m_variance_stamp.

Member Data Documentation

◆ m_filtered_stamp

std::shared_ptr<DetectionImage> SourceXtractor::DetectionFrameSourceStamp::m_filtered_stamp
private

Definition at line 82 of file DetectionFrameSourceStamp.h.

Referenced by getFilteredStamp().

◆ m_stamp

std::shared_ptr<DetectionImage> SourceXtractor::DetectionFrameSourceStamp::m_stamp
private

Definition at line 82 of file DetectionFrameSourceStamp.h.

Referenced by getStamp().

◆ m_threshold_map_stamp

std::shared_ptr<DetectionImage> SourceXtractor::DetectionFrameSourceStamp::m_threshold_map_stamp
private

Definition at line 83 of file DetectionFrameSourceStamp.h.

Referenced by getThresholdMapStamp().

◆ m_thresholded_stamp

std::shared_ptr<DetectionImage> SourceXtractor::DetectionFrameSourceStamp::m_thresholded_stamp
private

Definition at line 82 of file DetectionFrameSourceStamp.h.

Referenced by getThresholdedStamp().

◆ m_top_left

PixelCoordinate SourceXtractor::DetectionFrameSourceStamp::m_top_left
private

Definition at line 85 of file DetectionFrameSourceStamp.h.

Referenced by getTopLeft().

◆ m_variance_stamp

std::shared_ptr<WeightImage> SourceXtractor::DetectionFrameSourceStamp::m_variance_stamp
private

Definition at line 84 of file DetectionFrameSourceStamp.h.

Referenced by getVarianceStamp().


The documentation for this class was generated from the following file: