![]() |
Zivid C++ API 2.17.1+7516d437-1
|
#include <Zivid/Camera.h>#include <Zivid/Detail/CoreExport.h>#include <Zivid/Detail/Pimpl.h>#include <Zivid/Experimental/Toolbox/BarcodeFormats.h>#include <Zivid/Frame2D.h>#include <Zivid/Point.h>#include <ostream>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | Zivid::Experimental::Toolbox::LinearBarcodeDetectionResult |
| Information about a detected linear (1D) barcode. More... | |
| class | Zivid::Experimental::Toolbox::MatrixBarcodeDetectionResult |
| Information about a detected matrix (2D) barcode. More... | |
| class | Zivid::Experimental::Toolbox::BarcodeDetector |
| Class for enabling the detection of barcodes. More... | |
Namespaces | |
| namespace | Zivid |
| The main Zivid namespace. All Zivid code is found here. | |
| namespace | Zivid::Experimental |
| namespace | Zivid::Experimental::Toolbox |
Functions | |
| ZIVID_CORE_EXPORT std::ostream & | Zivid::Experimental::Toolbox::operator<< (std::ostream &stream, const LinearBarcodeDetectionResult &result) |
| Serialize the value to a stream. | |
| ZIVID_CORE_EXPORT std::ostream & | Zivid::Experimental::Toolbox::operator<< (std::ostream &stream, const MatrixBarcodeDetectionResult &result) |
| Serialize the value to a stream. | |
| ZIVID_CORE_EXPORT std::ostream & | Zivid::Experimental::Toolbox::operator<< (std::ostream &stream, const BarcodeDetector &barcodeDetector) |
| Serialize the value to a stream. | |
| ZIVID_CORE_EXPORT std::string | Zivid::Experimental::Toolbox::toString (LinearBarcodeFormat format) |
| Get string representation of a barcode format. | |
| ZIVID_CORE_EXPORT std::string | Zivid::Experimental::Toolbox::toString (MatrixBarcodeFormat format) |
| Get string representation of a barcode format. | |