#include <Eigen/Core>
#include "CVCoreLib.h"
#include "CVTypes.h"
#include "Eigen.h"
#include <algorithm>
#include <cmath>
#include <limits>
#include <vector>
Go to the source code of this file.
◆ CCVector2
Default 2D Vector.
Definition at line 780 of file CVGeom.h.
◆ CCVector2d
Double 2D Vector.
Definition at line 783 of file CVGeom.h.
◆ CCVector2i
Int 2D Vector.
Definition at line 786 of file CVGeom.h.
◆ CCVector3
Default 3D Vector.
Definition at line 798 of file CVGeom.h.
◆ CCVector3d
Double 3D Vector.
Definition at line 804 of file CVGeom.h.
◆ CCVector3f
Float 3D Vector.
Definition at line 801 of file CVGeom.h.
◆ CCVector3i
Int 3D Vector.
Definition at line 807 of file CVGeom.h.
◆ Tuple3i
Tuple of 3 int values.
Definition at line 217 of file CVGeom.h.
◆ Tuple3s
Tuple of 3 short values.
Definition at line 215 of file CVGeom.h.
◆ Tuple3ub
Tuple of 3 unsigned bytes.
Definition at line 213 of file CVGeom.h.
◆ Tuple3ui
Tuple of 3 unsigned int values.
Definition at line 219 of file CVGeom.h.
◆ operator*() [1/2]
◆ operator*() [2/2]
Multiplication of a 3D vector by a scalar (front) operator (float version)
Definition at line 789 of file CVGeom.h.