imgproc_matchShapes_InputArray

[32/64bit] 2つの形状を比較します.

imgproc_matchShapes_InputArray p1,p2,p3,p4,p5

p1 = sptr : IntPtr contour1
p2 = sptr : IntPtr contour2
p3 = int : int method
p4 = double : double parameter
p5 = var : out double returnValue

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

解説

この関数は,2 つの形状を比較します.実装されている 3 つのメソッドは,いずれも Hu 不変量を利用しています(HuMoments 参照).

元関数名(C#): imgproc_matchShapes_InputArray
元DLLエクスポート名: imgproc_matchShapes_InputArray
参照元CSファイル: Internal\PInvoke\NativeMethods\imgproc\NativeMethods_imgproc.cs
▼ C言語側関数定義
CVAPI(ExceptionStatus) imgproc_matchShapes_InputArray(
    cv::_InputArray *contour1, cv::_InputArray *contour2, int method, double parameter, double* returnValue)
{
    BEGIN_WRAP
    *returnValue = cv::matchShapes(*contour1, *contour2, method, parameter);
    END_WRAP
}

情報

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