We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a973d93 + 3e0b63f commit 4aa51f6Copy full SHA for 4aa51f6
modules/core/include/opencv2/core/optim.hpp
@@ -73,7 +73,7 @@ class CV_EXPORTS MinProblemSolver : public Algorithm
73
/** @brief Getter for the optimized function.
74
75
The optimized function is represented by Function interface, which requires derivatives to
76
- implement the sole method calc(double*) to evaluate the function.
+ implement the calc(double*) and getDim() methods to evaluate the function.
77
78
@return Smart-pointer to an object that implements Function interface - it represents the
79
function that is being optimized. It can be empty, if no function was given so far.
0 commit comments