OKVIS
|
Reprojection error base class. More...
#include <ReprojectionErrorBase.hpp>
Public Member Functions | |
uint64_t | cameraId () const |
Camera ID. More... | |
void | setCameraId (uint64_t cameraId) |
Set camera ID. More... | |
Public Member Functions inherited from okvis::ceres::ErrorInterface | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW | ErrorInterface () |
Constructor. More... | |
virtual | ~ErrorInterface () |
Destructor (does nothing). More... | |
virtual bool | EvaluateWithMinimalJacobians (double const *const *parameters, double *residuals, double **jacobians, double **jacobiansMinimal) const =0 |
This evaluates the error term and additionally computes the Jacobians in the minimal internal representation. More... | |
virtual std::string | typeInfo () const =0 |
Residual block type as string. More... | |
virtual size_t | residualDim () const =0 |
Get dimension of residuals. More... | |
virtual size_t | parameterBlocks () const =0 |
Get the number of parameter blocks this is connected to. More... | |
virtual size_t | parameterBlockDim (size_t parameterBlockId) const =0 |
get the dimension of a parameter block this is connected to. More... | |
Public Attributes | |
uint64_t | cameraId_ |
ID of the camera. More... | |
Reprojection error base class.
|
inline |
Camera ID.
|
inline |
Set camera ID.
[in] | cameraId | ID of the camera. |
uint64_t okvis::ceres::ReprojectionErrorBase::cameraId_ |
ID of the camera.