SourceXtractorPlusPlus  0.16
Please provide a description of the project.
Public Types | 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 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 DetectionVectorImagegetStamp () const
 
const DetectionVectorImagegetFilteredStamp () const
 
const DetectionVectorImagegetThresholdedStamp () const
 
const DetectionVectorImagegetThresholdMapStamp () const
 
const WeightVectorImagegetVarianceStamp () const
 
PixelCoordinate getTopLeft () const
 
- Public Member Functions inherited from SourceXtractor::Property
virtual ~Property ()=default
 

Private Attributes

std::shared_ptr< DetectionVectorImagem_stamp
 
std::shared_ptr< DetectionVectorImagem_filtered_stamp
 
std::shared_ptr< DetectionVectorImagem_thresholded_stamp
 
std::shared_ptr< DetectionVectorImagem_threshold_map_stamp
 
std::shared_ptr< WeightVectorImagem_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.

Member Typedef Documentation

◆ DetectionVectorImage

Definition at line 40 of file DetectionFrameSourceStamp.h.

◆ WeightVectorImage

Definition at line 41 of file DetectionFrameSourceStamp.h.

Constructor & Destructor Documentation

◆ ~DetectionFrameSourceStamp()

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

Destructor.

◆ DetectionFrameSourceStamp()

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

Definition at line 48 of file DetectionFrameSourceStamp.h.

Member Function Documentation

◆ getFilteredStamp()

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

Definition at line 64 of file DetectionFrameSourceStamp.h.

References m_filtered_stamp.

◆ getStamp()

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

◆ getThresholdedStamp()

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

Definition at line 69 of file DetectionFrameSourceStamp.h.

References m_thresholded_stamp.

◆ getThresholdMapStamp()

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

Definition at line 74 of file DetectionFrameSourceStamp.h.

References m_threshold_map_stamp.

◆ getTopLeft()

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

Definition at line 83 of file DetectionFrameSourceStamp.h.

References m_top_left.

◆ getVarianceStamp()

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

Definition at line 79 of file DetectionFrameSourceStamp.h.

References m_variance_stamp.

Member Data Documentation

◆ m_filtered_stamp

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

Definition at line 88 of file DetectionFrameSourceStamp.h.

Referenced by getFilteredStamp().

◆ m_stamp

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

Definition at line 88 of file DetectionFrameSourceStamp.h.

Referenced by getStamp().

◆ m_threshold_map_stamp

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

Definition at line 89 of file DetectionFrameSourceStamp.h.

Referenced by getThresholdMapStamp().

◆ m_thresholded_stamp

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

Definition at line 89 of file DetectionFrameSourceStamp.h.

Referenced by getThresholdedStamp().

◆ m_top_left

PixelCoordinate SourceXtractor::DetectionFrameSourceStamp::m_top_left
private

Definition at line 91 of file DetectionFrameSourceStamp.h.

Referenced by getTopLeft().

◆ m_variance_stamp

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

Definition at line 90 of file DetectionFrameSourceStamp.h.

Referenced by getVarianceStamp().


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