SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
DetectionFrameGroupStamp.h
Go to the documentation of this file.
1
17/*
18 * DetectionFrameGroupStamp.h
19 *
20 * Created on: May 5, 2017
21 * Author: mschefer
22 */
23
24#ifndef _SEIMPLEMENTATION_PLUGIN_DETECTIONFRAMEGROUPSTAMP_DETECTIONFRAMEGROUPSTAMP_H_
25#define _SEIMPLEMENTATION_PLUGIN_DETECTIONFRAMEGROUPSTAMP_DETECTIONFRAMEGROUPSTAMP_H_
26
27
30
31namespace SourceXtractor {
32
69
70
71} /* namespace SourceXtractor */
72
73
74
75
76#endif /* _SEIMPLEMENTATION_PLUGIN_DETECTIONFRAMEGROUPSTAMP_DETECTIONFRAMEGROUPSTAMP_H_ */
std::shared_ptr< DetectionImage > m_stamp
const DetectionImage & getThresholdedStamp() const
const DetectionImage & getVarianceStamp() const
std::shared_ptr< WeightImage > m_variance_stamp
std::shared_ptr< DetectionImage > m_thresholded_stamp
DetectionFrameGroupStamp(std::shared_ptr< DetectionImage > stamp, std::shared_ptr< DetectionImage > thresholded_stamp, PixelCoordinate top_left, std::shared_ptr< WeightImage > variance_stamp)
Base class for all Properties. (has no actual content)
Definition Property.h:33
A pixel coordinate made of two integers m_x and m_y.