8#ifndef META_OCEAN_CV_CALIBRATION_POINT_H
9#define META_OCEAN_CV_CALIBRATION_POINT_H
71 inline bool sign()
const;
77 inline unsigned int radius()
const;
98 observation_(observation),
This class holds the relevant information of a detected marker point.
Definition cv/calibration/Point.h:39
unsigned int radius_
The radius of the point (the scale of the point), in pixel, with range [1, infinity)
Definition cv/calibration/Point.h:91
unsigned int radius() const
Returns the radius of this point (the scale of the point).
Definition cv/calibration/Point.h:120
Point()=default
Creates a new invalid point.
bool isValid() const
Returns whether this point is valid.
Definition cv/calibration/Point.h:125
float strength_
The strength of the point, positive for black points on white background, negative for white points o...
Definition cv/calibration/Point.h:94
bool sign() const
Returns the sign of the point, true for black points on white background, false for white points on b...
Definition cv/calibration/Point.h:115
Vector2 observation_
The 2D observation of the point within the camera image.
Definition cv/calibration/Point.h:88
float strength() const
Returns th strength of the point, positive for black points on white background, negative for white p...
Definition cv/calibration/Point.h:110
const Vector2 & observation() const
Returns the 2D observation location in the camera image.
Definition cv/calibration/Point.h:105
static VectorT2< Scalar > minValue()
Returns a 2D vector with all elements set to NumericT::minValue().
Definition Vector2.h:926
std::vector< Point > Points
Definition of a vector holding points.
Definition cv/calibration/Point.h:31
The namespace covering the entire Ocean framework.
Definition Accessor.h:15