Zivid C++ API 2.10.1+50b274e8-7
Defining the Future of 3D Machine Vision
Classes | Namespaces | Functions
DetectionResult.h File Reference
#include "Zivid/Calibration/Pose.h"
#include "Zivid/Detail/CoreExport.h"
#include "Zivid/Detail/Pimpl.h"
#include "Zivid/Point.h"
#include <ostream>

Go to the source code of this file.

Classes

class  Zivid::Calibration::DetectionResult
 A result returned by the detectFeaturePoints(...) call More...
 

Namespaces

namespace  Zivid
 The main Zivid namespace. All Zivid code is found here
 
namespace  Zivid::Calibration
 

Functions

ZIVID_CORE_EXPORT std::ostream & Zivid::Calibration::operator<< (std::ostream &stream, const DetectionResult &result)
 Serialize the value to a stream More...