Skip to content

Commit d2ba5eb

Browse files
committed
Add missing doc for parameter clear in buildGradientAndHessianStorageViews()
1 parent 314912e commit d2ba5eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/tracker/rbt/include/visp3/rbt/vpRBSilhouetteCCDTracker.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,8 @@ class VISP_EXPORT vpRBSilhouetteCCDTracker : public vpRBFeatureTracker
333333
/**
334334
* \brief Update the gradient and hessian storage views.
335335
* 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)
336+
* \param normalsPerPoint The size of the normal vector (one side).
337+
* \param clear Whether to clear the data.
337338
*/
338339
void buildGradientAndHessianStorageViews(unsigned int normalsPerPoint, bool clear);
339340
/**

0 commit comments

Comments
 (0)