We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 314912e commit d2ba5ebCopy full SHA for d2ba5eb
modules/tracker/rbt/include/visp3/rbt/vpRBSilhouetteCCDTracker.h
@@ -333,7 +333,8 @@ class VISP_EXPORT vpRBSilhouetteCCDTracker : public vpRBFeatureTracker
333
/**
334
* \brief Update the gradient and hessian storage views.
335
* Reserve new memory if required and ensure that gradients and hessians point on correct memory.
336
- * \param normalsPerPoint the size of the normal vector (one side)
+ * \param normalsPerPoint The size of the normal vector (one side).
337
+ * \param clear Whether to clear the data.
338
*/
339
void buildGradientAndHessianStorageViews(unsigned int normalsPerPoint, bool clear);
340
0 commit comments