superviseddescent  0.4.0
 All Classes Namespaces Functions Variables Enumerations Enumerator
Public Member Functions | List of all members
superviseddescent::NoNormalisation Class Reference

#include <superviseddescent.hpp>

Public Member Functions

cv::Mat operator() (cv::Mat params)
 

Detailed Description

The default normalisation strategy the optimiser uses. This strategy does not perform any normalisation.

Member Function Documentation

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]paramsCurrent parameter estimates.
Returns
A row of ones which results in no normalisation.

The documentation for this class was generated from the following file: