[32/64bit][関数名変更] 入力画像のカスタム特徴を指定します.
imgproc_seg_ISMB_applyImageFeatures p1,p2,p3,p4,p5
p1 = sptr : IntPtr obj p2 = sptr : IntPtr non_edge p3 = sptr : IntPtr gradient_direction p4 = sptr : IntPtr gradient_magnitude p5 = sptr : IntPtr image
(プラグイン / モジュール : OpenCvSharpExtern.dll)
applyImage() の呼び出しを,より高度なものにカスタマイズしたもの. 元関数名(C#): imgproc_segmentation_IntelligentScissorsMB_applyImageFeatures 元DLLエクスポート名: imgproc_segmentation_IntelligentScissorsMB_applyImageFeatures 参照元CSファイル: Internal\PInvoke\NativeMethods\imgproc\NativeMethods_imgproc_Segmentation.cs ▼ C言語側関数定義
CVAPI(ExceptionStatus) imgproc_segmentation_IntelligentScissorsMB_applyImageFeatures( cv::segmentation::IntelligentScissorsMB *obj, cv::_InputArray *non_edge, cv::_InputArray *gradient_direction, cv::_InputArray *gradient_magnitude, cv::_InputArray *image) { BEGIN_WRAP obj->applyImageFeatures(*non_edge, *gradient_direction, *gradient_magnitude, entity(image)); 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 |