We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67df2a7 commit a93f7d0Copy full SHA for a93f7d0
modules/tracker/rbt/include/visp3/rbt/vpPointMap.h
@@ -82,7 +82,7 @@ class VISP_EXPORT vpPointMap
82
83
void compute3DErrorAndJacobian(const vpArray2D<int> &indices, const vpHomogeneousMatrix &cTw, const vpMatrix &observations, vpMatrix &J, vpColVector &e) const
84
{
85
- J.resize(indices.getRows() * 3, 6, true, false);
+ J.resize(indices.getRows() * 3, 6, false, false);
86
e.resize(indices.getRows() * 3, 1, false);
87
88
vpColVector cX(3);
0 commit comments