SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
MeasurementFramePixelCentroid.h
Go to the documentation of this file.
1
23#ifndef _SEIMPLEMENTATION_PROPERTY_MEASUREMENTFRAMEPIXELCENTROID_H
24#define _SEIMPLEMENTATION_PROPERTY_MEASUREMENTFRAMEPIXELCENTROID_H
25
27#include "SEUtils/Types.h"
28
29namespace SourceXtractor {
30
64
65} /* namespace SourceXtractor */
66
67#endif
virtual ~MeasurementFramePixelCentroid()=default
Destructor.
MeasurementFramePixelCentroid(SeFloat centroid_x, SeFloat centroid_y)
SeFloat getCentroidY() const
Y coordinate of centroid.
SeFloat getCentroidX() const
X coordinate of centroid.
Base class for all Properties. (has no actual content)
Definition Property.h:33