core_phase

[32/64bit] 2次元ベクトルの回転角度を計算します。

core_phase p1,p2,p3,p4

p1 = sptr : IntPtr x
p2 = sptr : IntPtr y
p3 = sptr : IntPtr angle
p4 = int : int angleInDegrees

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

解説

関数 cv::phase は,x と y の対応する要素で構成される各 2 次元ベクトルの回転角を求めます.x(I)=y(I)=0のとき,対応する角度(I)は0になります。

元関数名(C#): core_phase
元DLLエクスポート名: core_phase
参照元CSファイル: Internal\PInvoke\NativeMethods\core\NativeMethods_core.cs
▼ C言語側関数定義
CVAPI(ExceptionStatus) core_phase(cv::_InputArray* x, cv::_InputArray* y, cv::_OutputArray* angle, int angleInDegrees)
{
    BEGIN_WRAP
    cv::phase(*x, *y, *angle, angleInDegrees != 0);
    END_WRAP
}

情報

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