#include <superviseddescent.hpp>
The default normalisation strategy the optimiser uses. This strategy does not perform any normalisation.
cv::Mat superviseddescent::NoNormalisation::operator() |
( |
cv::Mat |
params | ) |
|
|
inline |
Takes a row of data, and returns a normalisation factor that can (or may not) depend on that data. In this case, it returns a row of ones.
- Parameters
-
[in] | params | Current parameter estimates. |
- Returns
- A row of ones which results in no normalisation.
The documentation for this class was generated from the following file: