Skip to content

Commit 4aa51f6

Browse files
committed
Merge pull request opencv#8484 from berak:patch-2
2 parents a973d93 + 3e0b63f commit 4aa51f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/core/include/opencv2/core/optim.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class CV_EXPORTS MinProblemSolver : public Algorithm
7373
/** @brief Getter for the optimized function.
7474
7575
The optimized function is represented by Function interface, which requires derivatives to
76-
implement the sole method calc(double*) to evaluate the function.
76+
implement the calc(double*) and getDim() methods to evaluate the function.
7777
7878
@return Smart-pointer to an object that implements Function interface - it represents the
7979
function that is being optimized. It can be empty, if no function was given so far.

0 commit comments

Comments
 (0)