|
SourceXtractorPlusPlus
0.12
Please provide a description of the project.
|
The values of a Source's pixels in the detection image. They are returned as a vector in the same order as the Source's pixels. More...
#include <DetectionFramePixelValues.h>
Public Member Functions | |
| virtual | ~DetectionFramePixelValues ()=default |
| Destructor. More... | |
| DetectionFramePixelValues (std::vector< DetectionImage::PixelType > values, std::vector< DetectionImage::PixelType > filtered_values, std::vector< WeightImage::PixelType > variances) | |
| const std::vector< DetectionImage::PixelType > & | getValues () const |
| const std::vector< DetectionImage::PixelType > & | getFilteredValues () const |
| const std::vector< DetectionImage::PixelType > & | getVariances () const |
Public Member Functions inherited from SourceXtractor::Property | |
| virtual | ~Property ()=default |
Private Attributes | |
| std::vector< DetectionImage::PixelType > | m_values |
| std::vector< DetectionImage::PixelType > | m_filtered_values |
| std::vector< DetectionImage::PixelType > | m_variances |
The values of a Source's pixels in the detection image. They are returned as a vector in the same order as the Source's pixels.
Definition at line 39 of file DetectionFramePixelValues.h.
|
virtualdefault |
Destructor.
|
inline |
Definition at line 47 of file DetectionFramePixelValues.h.
References std::move().
|
inline |
Definition at line 57 of file DetectionFramePixelValues.h.
References m_filtered_values.
|
inline |
Definition at line 53 of file DetectionFramePixelValues.h.
References m_values.
|
inline |
Definition at line 61 of file DetectionFramePixelValues.h.
References m_variances.
|
private |
Definition at line 68 of file DetectionFramePixelValues.h.
Referenced by getFilteredValues().
|
private |
Definition at line 67 of file DetectionFramePixelValues.h.
Referenced by getValues().
|
private |
Definition at line 69 of file DetectionFramePixelValues.h.
Referenced by getVariances().
1.8.14