[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 |
URL | https://hsp.moe/ |
備考 | #include "OpenCvSharpExtern32.as"
#include "OpenCvSharpExtern64.as" 使用するHSPランタイムのビット数に合わせたインクルードファイルを使用すること |
タイプ | OpenCVSharpラッパーDLL |
グループ | NativeMethods_imgproc_Segmentation |
対応環境 |
|
hs ファイル | hsphelp\OpenCvSharpExtern.hs |