OpenCV 4.12.0
開源計算機視覺
載入中...
搜尋中...
無匹配項
cv::SVD 成員列表

這是 cv::SVD 的完整成員列表,包括所有繼承的成員。

backSubst(InputArray w, InputArray u, InputArray vt, InputArray rhs, OutputArray dst)cv::SVDstatic
backSubst(InputArray rhs, OutputArray dst) constcv::SVD
backSubst(const Matx< _Tp, nm, 1 > &w, const Matx< _Tp, m, nm > &u, const Matx< _Tp, n, nm > &vt, const Matx< _Tp, m, nb > &rhs, Matx< _Tp, n, nb > &dst)cv::SVDstatic
compute(InputArray src, OutputArray w, OutputArray u, OutputArray vt, int flags=0)cv::SVDstatic
compute(InputArray src, OutputArray w, int flags=0)cv::SVDstatic
compute(const Matx< _Tp, m, n > &a, Matx< _Tp, nm, 1 > &w, Matx< _Tp, m, nm > &u, Matx< _Tp, n, nm > &vt)cv::SVDstatic
compute(const Matx< _Tp, m, n > &a, Matx< _Tp, nm, 1 > &w)cv::SVDstatic
Flags 列舉名稱cv::SVD
FULL_UV 列舉值cv::SVD
MODIFY_A 列舉值cv::SVD
NO_UV 列舉值cv::SVD
operator()(InputArray src, int flags=0)cv::SVD
solveZ(InputArray src, OutputArray dst)cv::SVDstatic
SVD()cv::SVD
SVD(InputArray src, int flags=0)cv::SVD
ucv::SVD
vtcv::SVD
wcv::SVD