features2d_MSER_detectRegions

[32/64bit] MSER領域を検出します。

features2d_MSER_detectRegions p1,p2,p3,p4

p1 = sptr : IntPtr obj
p2 = sptr : IntPtr image
p3 = sptr : IntPtr msers
p4 = sptr : IntPtr bboxes

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

解説

元関数名(C#): features2d_MSER_detectRegions
元DLLエクスポート名: features2d_MSER_detectRegions
参照元CSファイル: Internal\PInvoke\NativeMethods\features2d\NativeMethods_features2d_Feature2D.cs
▼ C言語側関数定義
CVAPI(ExceptionStatus) features2d_MSER_detectRegions(
    cv::MSER *obj,
    cv::_InputArray *image,
    std::vector<std::vector<cv::Point> > *msers,
    std::vector<cv::Rect> *bboxes)
{
    BEGIN_WRAP
    obj->detectRegions(*image, *msers, *bboxes);
    END_WRAP
}

情報

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