[32/64bit] この関数は,便宜上,オーバーロードされたメンバ関数です.上の関数との違いは,どのような引数を受け取るかだけです.
core_mixChannels p1,p2,p3,p4,p5,p6
p1 = sptr : IntPtr[] src p2 = int : uint nsrcs p3 = sptr : IntPtr[] dst p4 = int : uint ndsts p5 = var : int[] fromTo p6 = int : uint npairs
(プラグイン / モジュール : OpenCvSharpExtern.dll)
元関数名(C#): core_mixChannels 元DLLエクスポート名: core_mixChannels 参照元CSファイル: Internal\PInvoke\NativeMethods\core\NativeMethods_core.cs ▼ C言語側関数定義
CVAPI(ExceptionStatus) core_mixChannels(cv::Mat** src, uint32_t nsrcs, cv::Mat** dst, uint32_t ndsts, int* fromTo, uint32_t npairs) { BEGIN_WRAP std::vector<cv::Mat> srcVec(static_cast<size_t>(nsrcs)); std::vector<cv::Mat> dstVec(static_cast<size_t>(ndsts)); for (uint32_t i = 0; i < nsrcs; i++) srcVec[i] = *(src[i]); for (uint32_t i = 0; i < ndsts; i++) dstVec[i] = *(dst[i]); cv::mixChannels(srcVec, dstVec, fromTo, npairs); END_WRAP }
プラグイン / モジュール | OpenCvSharpExtern.dll |
バージョン | 1.00 |
作成日 | 2021/11/30 |
著作者 | inovia |
URL | https://hsp.moe/ |
備考 | #include "OpenCvSharpExtern32.as"
#include "OpenCvSharpExtern64.as" 使用するHSPランタイムのビット数に合わせたインクルードファイルを使用すること |
タイプ | OpenCVSharpラッパーDLL |
グループ | NativeMethods_core |
対応環境 |
|
hs ファイル | hsphelp\OpenCvSharpExtern.hs |