![]()  | 
  
    Zivid C++ API
    2.4.2+1a2e8cfb-1
    
   Defining the Future of 3D Machine Vision 
   | 
 
#include <array>#include <exception>#include <functional>#include <ostream>#include <sstream>#include <string>Go to the source code of this file.
Classes | |
| class | Zivid::Matrix< T, rowCount, colCount > | 
| A fixed size matrix in row major order  More... | |
Namespaces | |
| Zivid | |
| The main Zivid namespace. All Zivid code is found here  | |
Typedefs | |
| using | Zivid::Matrix3x3 = Matrix< float, 3, 3 > | 
| Matrix of size 3x3 containing floats  More... | |
| using | Zivid::Matrix3x3d = Matrix< double, 3, 3 > | 
| Matrix of size 3x3 containing doubles  More... | |
| using | Zivid::Matrix4x4 = Matrix< float, 4, 4 > | 
| Matrix of size 4x4 containing floats  More... | |
| using | Zivid::Matrix4x4d = Matrix< double, 4, 4 > | 
| Matrix of size 4x4 containing doubles  More... | |
Functions | |
| template<typename T , size_t rowCount, size_t colCount> | |
| std::ostream & | Zivid::operator<< (std::ostream &stream, const Matrix< T, rowCount, colCount > &matrix) | 
| Serialize the value to a stream  More... | |