[32/64bit] 視差画像を,3次元空間に再投影します.
calib3d_reprojectImageTo3D p1,p2,p3,p4,p5
p1 = sptr : IntPtr disparity p2 = sptr : IntPtr _3dImage p3 = sptr : IntPtr Q p4 = int : int handleMissingValues p5 = int : int ddepth
(プラグイン / モジュール : OpenCvSharpExtern.dll)
この関数は,シングルチャンネルの視差マップを,3次元表面を表す3チャンネルの画像に変換します.つまり,各ピクセル(x,y)と,それに対応する視差 d=disparity(x,y) に対して,次のように計算します:[??? -? ???][????][??? -? ???].Disparity d=disparity(x,y)を計算します。(x,y) \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\??????。 元関数名(C#): calib3d_reprojectImageTo3D 元DLLエクスポート名: calib3d_reprojectImageTo3D 参照元CSファイル: Internal\PInvoke\NativeMethods\calib3d\NativeMethods_calib3d.cs ▼ C言語側関数定義
CVAPI(ExceptionStatus) calib3d_reprojectImageTo3D(
cv::_InputArray *disparity, cv::_OutputArray *_3dImage,
cv::_InputArray *Q, int handleMissingValues, int ddepth)
{
BEGIN_WRAP
cv::reprojectImageTo3D(*disparity, *_3dImage, *Q, handleMissingValues != 0, ddepth);
END_WRAP
}
| プラグイン / モジュール | OpenCvSharpExtern.dll |
| バージョン | 1.00 |
| 作成日 | 2021/11/30 |
| 著作者 | inovia |
| URL | https://hsp.moe/ |
| 備考 | #include "OpenCvSharpExtern32.as"
#include "OpenCvSharpExtern64.as" 使用するHSPランタイムのビット数に合わせたインクルードファイルを使用すること |
| タイプ | OpenCVSharpラッパーDLL |
| グループ | NativeMethods_calib3d |
| 対応環境 |
|
| hs ファイル | hsphelp\OpenCvSharpExtern.hs |