![]() |
Zivid C++ API
1.8.1+6967bc1b-1
Defining the Future of 3D Machine Vision
|
A result returned by the detectFeaturePoints(...) call More...
#include <Zivid/HandEye/Detector.h>
Public Member Functions | |
ZIVID_API_EXPORT bool | valid () const |
Test if DetectionResult is valid. More... | |
ZIVID_API_EXPORT | operator bool () const |
Test if DetectionResult is valid. More... | |
ZIVID_API_EXPORT std::string | toString () const |
Get string representation of DetectionResult More... | |
A result returned by the detectFeaturePoints(...) call
|
explicit |
Test if DetectionResult is valid.
DetectionResult is valid if all the feature points were detected.
ZIVID_API_EXPORT std::string Zivid::HandEye::DetectionResult::toString | ( | ) | const |
Get string representation of DetectionResult
ZIVID_API_EXPORT bool Zivid::HandEye::DetectionResult::valid | ( | ) | const |
Test if DetectionResult is valid.
DetectionResult is valid if all the feature points were detected.