Home
last modified time | relevance | path

Searched refs:getSecondMomentsMatrix (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/features2d/src/
Devaluation.cpp122 static Mat_<double> getSecondMomentsMatrix( const Scalar& _ellipse );
123 Mat_<double> getSecondMomentsMatrix() const;
155 Mat_<double> EllipticKeyPoint::getSecondMomentsMatrix( const Scalar& _ellipse ) in getSecondMomentsMatrix() function in EllipticKeyPoint
164 Mat_<double> EllipticKeyPoint::getSecondMomentsMatrix() const in getSecondMomentsMatrix() function in EllipticKeyPoint
166 return getSecondMomentsMatrix(ellipse); in getSecondMomentsMatrix()
173 Mat_<double> invM; invert(getSecondMomentsMatrix(), invM); in calcProjection()