aruco_drawAxis

[32/64bit] ポーズ推定から座標系の軸を描画します。

aruco_drawAxis p1,p2,p3,p4,p5,p6

p1 = sptr : IntPtr image
p2 = sptr : IntPtr cameraMatrix
p3 = sptr : IntPtr distCoeffs
p4 = sptr : IntPtr rvec
p5 = sptr : IntPtr tvec
p6 = float : float length

(プラグイン / モジュール : OpenCvSharpExtern.dll)

解説

Rodrigues も参照のこと).マーカーやボードの姿勢推定が与えられたときに、ワールド座標系、つまりマーカーやボードを中心とした座標系の軸を描画する関数である。Deprecated:use cv::drawFrameAxesExamples: samples/cpp/tutorial_code/ml/introduction_to_pca/introduction_to_pca.cpp.

元関数名(C#): aruco_drawAxis
元DLLエクスポート名: aruco_drawAxis
参照元CSファイル: Internal\PInvoke\NativeMethods\NativeMethods_aruco.cs
▼ C言語側関数定義
CVAPI(ExceptionStatus) aruco_drawAxis(
    cv::_InputOutputArray *image,
    cv::_InputArray *cameraMatrix,
    cv::_InputArray *distCoeffs,
    cv::_InputArray *rvec,
    cv::_InputArray *tvec,
    float length)
{
    BEGIN_WRAP
    cv::aruco::drawAxis(*image, *cameraMatrix, *distCoeffs, *rvec, *tvec, length);
    END_WRAP
}

情報

プラグイン / モジュールOpenCvSharpExtern.dll
バージョン1.00
作成日2021/11/30
著作者inovia
URLhttps://hsp.moe/
備考#include "OpenCvSharpExtern32.as"
#include "OpenCvSharpExtern64.as"
使用するHSPランタイムのビット数に合わせたインクルードファイルを使用すること
タイプOpenCVSharpラッパーDLL
グループNativeMethods_aruco
対応環境
  • Windows 版 HSP
hs ファイルhsphelp\OpenCvSharpExtern.hs