mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 06:26:29 +08:00
Merge pull request #22606 from savuor:doc_fix_lmsolver
Doc fix for LMSolver
This commit is contained in:
commit
f18b8cd569
@ -619,7 +619,7 @@ public:
|
||||
|
||||
@param param the current vector of parameters
|
||||
@param err output vector of errors: err_i = actual_f_i - ideal_f_i
|
||||
@param J output Jacobian: J_ij = d(err_i)/d(param_j)
|
||||
@param J output Jacobian: J_ij = d(ideal_f_i)/d(param_j)
|
||||
|
||||
when J=noArray(), it means that it does not need to be computed.
|
||||
Dimensionality of error vector and param vector can be different.
|
||||
|
Loading…
Reference in New Issue
Block a user