[32/64bit] 特異値後退代入を行います。
core_SVD_backSubst p1,p2,p3
p1 = sptr : IntPtr obj p2 = sptr : IntPtr rhs p3 = sptr : IntPtr dst
(プラグイン / モジュール : OpenCvSharpExtern.dll)
このメソッドは,指定された右辺の後退代入を計算します:\[texttt{x} = \tt{vt}.^T ?ag( ????? )^{-1} ?????????♪♪♪♪♪~\Smilax china (species of sarsaparilla)NoteExplicit SVD with further back substitution is only meaning that you need to solve many linear systems with the same left-hand side (for example, src ).1つの連立方程式(複数の rhs がすぐに得られる可能性がある)を解くだけならば,単に solve を呼び出して,DECOMP_SVD を渡してください.これは,まったく同じことを行います. 元関数名(C#): core_SVD_backSubst 元DLLエクスポート名: core_SVD_backSubst 参照元CSファイル: Internal\PInvoke\NativeMethods\core\NativeMethods_core_Classes.cs ▼ C言語側関数定義
CVAPI(ExceptionStatus) core_SVD_backSubst(cv::SVD *obj, cv::_InputArray *rhs, cv::_OutputArray *dst) { BEGIN_WRAP obj->backSubst(*rhs, *dst); END_WRAP }
プラグイン / モジュール | OpenCvSharpExtern.dll |
バージョン | 1.00 |
作成日 | 2021/11/30 |
著作者 | inovia |
URL | https://hsp.moe/ |
備考 | #include "OpenCvSharpExtern32.as"
#include "OpenCvSharpExtern64.as" 使用するHSPランタイムのビット数に合わせたインクルードファイルを使用すること |
タイプ | OpenCVSharpラッパーDLL |
グループ | NativeMethods_core_Classes |
対応環境 |
|
hs ファイル | hsphelp\OpenCvSharpExtern.hs |