[32/64bit] ximgproc_BrightEdges
ximgproc_BrightEdges p1,p2,p3,p4,p5
p1 = sptr : IntPtr original p2 = sptr : IntPtr edgeview p3 = int : int contrast p4 = int : int shortRange p5 = int : int longRange
(プラグイン / モジュール : OpenCvSharpExtern.dll)
元関数名(C#): ximgproc_BrightEdges 元DLLエクスポート名: ximgproc_BrightEdges 参照元CSファイル: Internal\PInvoke\NativeMethods\ximgproc\NativeMethods_ximgproc.cs ▼ C言語側関数定義
CVAPI(ExceptionStatus) ximgproc_BrightEdges(cv::Mat *original, cv::Mat *edgeview, int contrast, int shortrange, int longrange) { BEGIN_WRAP cv::ximgproc::BrightEdges(*original, *edgeview, contrast, shortrange, longrange); END_WRAP }
プラグイン / モジュール | OpenCvSharpExtern.dll |
バージョン | 1.00 |
作成日 | 2021/11/30 |
著作者 | inovia |
URL | https://hsp.moe/ |
備考 | #include "OpenCvSharpExtern32.as"
#include "OpenCvSharpExtern64.as" 使用するHSPランタイムのビット数に合わせたインクルードファイルを使用すること |
タイプ | OpenCVSharpラッパーDLL |
グループ | NativeMethods_ximgproc |
対応環境 |
|
hs ファイル | hsphelp\OpenCvSharpExtern.hs |