Searched refs:getSecondMomentsMatrix (Results 1 – 1 of 1) sorted by relevance
122 static Mat_<double> getSecondMomentsMatrix( const Scalar& _ellipse );123 Mat_<double> getSecondMomentsMatrix() const;155 Mat_<double> EllipticKeyPoint::getSecondMomentsMatrix( const Scalar& _ellipse ) in getSecondMomentsMatrix() function in EllipticKeyPoint164 Mat_<double> EllipticKeyPoint::getSecondMomentsMatrix() const in getSecondMomentsMatrix() function in EllipticKeyPoint166 return getSecondMomentsMatrix(ellipse); in getSecondMomentsMatrix()173 Mat_<double> invM; invert(getSecondMomentsMatrix(), invM); in calcProjection()