Searched refs:cv2eigen (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/core/include/opencv2/core/ |
D | eigen.hpp | 95 void cv2eigen( const Mat& src, in cv2eigen() function 123 void cv2eigen( const Matx<_Tp, _rows, _cols>& src, in cv2eigen() function 141 void cv2eigen( const Mat& src, in cv2eigen() function 169 void cv2eigen( const Matx<_Tp, _rows, _cols>& src, in cv2eigen() function 188 void cv2eigen( const Mat& src, in cv2eigen() function 213 void cv2eigen( const Matx<_Tp, _rows, 1>& src, in cv2eigen() function 234 void cv2eigen( const Mat& src, in cv2eigen() function 258 void cv2eigen( const Matx<_Tp, 1, _cols>& src, in cv2eigen() function
|
/external/opencv3/modules/calib3d/src/ |
D | dls.cpp | 271 cv::cv2eigen(Mtilde, Mtilde_eig); in compute_eigenvec() 272 cv::cv2eigen(cv::Mat::zeros(27, 27, CV_64F), zeros_eig); in compute_eigenvec()
|