ximgproc_Ptr_RidgeDetectionFilter_get

[32/64bit] cv::ximgproc::RidgeDetectionFilter のインスタンスポインタを取得します

ximgproc_Ptr_RidgeDetectionFilter_get p1,p2

p1 = sptr : IntPtr ptr
p2 = var : out IntPtr returnValue

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

解説

Ridge Detection Filter を入力画像に適用します。入力画像のヘシアン行列の固有値を使った Mathematica と同様のリッジ検出を,Sobel 微分を使って実行します.スケルトン化や2値化を使って,さらに精密化することができます.66]および[165]より引用。


元関数名(C#): ximgproc_Ptr_RidgeDetectionFilter_get
元DLLエクスポート名: ximgproc_Ptr_RidgeDetectionFilter_get
参照元CSファイル: Internal\PInvoke\NativeMethods\ximgproc\NativeMethods_ximgproc_RidgeDetectionFilter.cs
▼ C言語側関数定義
CVAPI(ExceptionStatus) ximgproc_Ptr_RidgeDetectionFilter_get(cv::Ptr<cv::ximgproc::RidgeDetectionFilter> *ptr, cv::ximgproc::RidgeDetectionFilter **returnValue)
{
    BEGIN_WRAP
    *returnValue = ptr->get();
    END_WRAP
}

情報

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