SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
DetectionFramePixelValues.h
Go to the documentation of this file.
1
22
23#ifndef _SEIMPLEMENTATION_PROPERTY_DETECTIONFRAMEPIXELVALUES_H
24#define _SEIMPLEMENTATION_PROPERTY_DETECTIONFRAMEPIXELVALUES_H
25
26#include <vector>
27
30
31namespace SourceXtractor {
32
72
73} /* namespace SourceXtractor */
74
75
76#endif
const std::vector< DetectionImage::PixelType > & getValues() const
DetectionFramePixelValues(std::vector< DetectionImage::PixelType > values, std::vector< DetectionImage::PixelType > filtered_values, std::vector< WeightImage::PixelType > variances)
std::vector< DetectionImage::PixelType > m_filtered_values
std::vector< DetectionImage::PixelType > m_variances
const std::vector< DetectionImage::PixelType > & getFilteredValues() const
const std::vector< DetectionImage::PixelType > & getVariances() const
std::vector< DetectionImage::PixelType > m_values
virtual ~DetectionFramePixelValues()=default
Destructor.
Base class for all Properties. (has no actual content)
Definition Property.h:33
T move(T... args)
STL namespace.