MCPcopy Create free account
hub / github.com/AutonomousFieldRoboticsLab/SVIn / Evaluate

Method Evaluate

okvis_ros/okvis/okvis_ceres/src/DepthError.cpp:64–66  ·  view source on GitHub ↗

This evaluates the error term and additionally computes the Jacobians.

Source from the content-addressed store, hash-verified

62
63// This evaluates the error term and additionally computes the Jacobians.
64bool DepthError::Evaluate(double const* const* parameters, double* residuals, double** jacobians) const {
65 return EvaluateWithMinimalJacobians(parameters, residuals, jacobians, NULL);
66}
67
68// This evaluates the error term and additionally computes
69// the Jacobians in the minimal internal representation.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected