Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/julia/gen/
H A Dfunclist.csv75 cv.SVBackSubst
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/
H A Dcore.hpp2027 CV_EXPORTS_W void SVBackSubst( InputArray w, InputArray u, InputArray vt,
/dports/graphics/opencv/opencv-4.5.3/modules/core/misc/java/test/
H A DCoreTest.java1941 Core.SVBackSubst(w, u, vt, rhs, dst);
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dshapedescr.cpp441 SVBackSubst(w, u, vt, b, x); in fitEllipseNoDirect()
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dlapack.cpp1594 void cv::SVBackSubst(InputArray w, InputArray u, InputArray vt, InputArray rhs, OutputArray dst) in SVBackSubst() function in cv
/dports/graphics/opencv/opencv-4.5.3/modules/core/misc/objc/test/
H A DCoreTest.swift1590 Core.SVBackSubst(w: w, u: u, vt: vt, rhs: rhs, dst: dst) in testSVBackSubst()