12 m_posOffset (xOffset, yOffset),
13 m_pixelIsOn (pixelIsOn)
18 m_posOffset (
other.xOffset(),
20 m_pixelIsOn (
other.pixelIsOn ())
28 m_pixelIsOn =
other.pixelIsOn();
40 return m_posOffset.x();
45 return m_posOffset.y();
const int INNER_RADIUS_MIN
Single on or off pixel out of the pixels that define the point match mode's candidate point.
PointMatchPixel(int xOffset, int yOffset, bool pixelIsOn)
Single basic constructor.
int yOffset() const
Y position relative to the center of the point.
PointMatchPixel & operator=(const PointMatchPixel &other)
Assignment operator.
bool pixelIsOn() const
True/false if pixel is on/off.
int xOffset() const
X position relative to the center of the point.