[32/64bit][関数名変更] エッジ特徴抽出器を,Cannyエッジ検出器を使うように切り替えます.
imgproc_seg_ISMB_setEdgeFeatureCannyParameters p1,p2,p3,p4,p5
p1 = sptr : IntPtr obj p2 = double : double threshold1 p3 = double : double threshold2 p4 = int : int apertureSize p5 = int : int L2gradient
(プラグイン / モジュール : OpenCvSharpExtern.dll)
注意:デフォルトでは、"Laplacian Zero-Crossing "特徴抽出器が使用されます(元の記事を参照してください)。 元関数名(C#): imgproc_segmentation_IntelligentScissorsMB_setEdgeFeatureCannyParameters 元DLLエクスポート名: imgproc_segmentation_IntelligentScissorsMB_setEdgeFeatureCannyParameters 参照元CSファイル: Internal\PInvoke\NativeMethods\imgproc\NativeMethods_imgproc_Segmentation.cs ▼ C言語側関数定義
CVAPI(ExceptionStatus) imgproc_segmentation_IntelligentScissorsMB_setEdgeFeatureCannyParameters( cv::segmentation::IntelligentScissorsMB *obj, double threshold1, double threshold2, int apertureSize, int L2gradient) { BEGIN_WRAP obj->setEdgeFeatureCannyParameters(threshold1, threshold2, apertureSize, L2gradient != 0); END_WRAP }
プラグイン / モジュール | OpenCvSharpExtern.dll |
バージョン | 1.00 |
作成日 | 2021/11/30 |
著作者 | inovia |
URL | https://hsp.moe/ |
備考 | #include "OpenCvSharpExtern32.as"
#include "OpenCvSharpExtern64.as" 使用するHSPランタイムのビット数に合わせたインクルードファイルを使用すること |
タイプ | OpenCVSharpラッパーDLL |
グループ | NativeMethods_imgproc_Segmentation |
対応環境 |
|
hs ファイル | hsphelp\OpenCvSharpExtern.hs |