imgproc_seg_ISMB_getContour

[32/64bit][関数名変更] 画像上の指定されたターゲット点に対する最適な輪郭を抽出します.

imgproc_seg_ISMB_getContour p1,p2,p3,p4

p1 = sptr : IntPtr obj
p2 = ARGS_POINT : Point targetPt
p3 = sptr : IntPtr contour
p4 = int : int backward

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

解説

この呼び出しの前にNotebuildMap()を呼び出す必要があります。

元関数名(C#): imgproc_segmentation_IntelligentScissorsMB_getContour
元DLLエクスポート名: imgproc_segmentation_IntelligentScissorsMB_getContour
参照元CSファイル: Internal\PInvoke\NativeMethods\imgproc\NativeMethods_imgproc_Segmentation.cs
▼ C言語側関数定義
CVAPI(ExceptionStatus) imgproc_segmentation_IntelligentScissorsMB_getContour(
    cv::segmentation::IntelligentScissorsMB *obj,
    MyCvPoint targetPt, cv::_OutputArray *contour, int backward)
{
    BEGIN_WRAP
    obj->getContour(cpp(targetPt), *contour, backward != 0);
    END_WRAP
}

情報

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