#define ZIVID_CORE_EXPORT
Definition: CoreExport.h:57
A result returned by the detectFeaturePoints(...) call
Definition: DetectionResult.h:61
ZIVID_CORE_EXPORT PointXYZ centroid() const
Get the centroid of the detected feature points in camera-space.
ZIVID_CORE_EXPORT std::string toString() const
Get string representation of DetectionResult
ZIVID_CORE_EXPORT bool valid() const
Test if DetectionResult is valid.
ZIVID_CORE_EXPORT std::ostream & operator<<(std::ostream &stream, const DetectionResult &result)
Serialize the value to a stream
The main Zivid namespace. All Zivid code is found here
Definition: Application.h:55
Point with three coordinates as float
Definition: Point.h:61