ximgproc_FastLineDetector_detect_OutputArray

[32/64bit] 入力画像から線を見つけます。これは,上に示した画像にアルゴリズムのデフォルトパラメータを適用した場合の出力です.

ximgproc_FastLineDetector_detect_OutputArray p1,p2,p3

p1 = sptr : IntPtr obj
p2 = sptr : IntPtr image
p3 = sptr : IntPtr lines

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

解説

イメージ

元関数名(C#): ximgproc_FastLineDetector_detect_OutputArray
元DLLエクスポート名: ximgproc_FastLineDetector_detect_OutputArray
参照元CSファイル: Internal\PInvoke\NativeMethods\ximgproc\NativeMethods_ximgproc_FastLineDetector.cs
▼ C言語側関数定義
CVAPI(ExceptionStatus) ximgproc_FastLineDetector_detect_OutputArray(
    cv::ximgproc::FastLineDetector *obj, cv::_InputArray *image, cv::_OutputArray *lines)
{
    BEGIN_WRAP
    obj->detect(*image, *lines);
    END_WRAP
}

情報

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