[32/64bit] cv::HOGDescriptor のインスタンスを生成します
objdetect_HOGDescriptor_new3 p1,p2
p1 = str : [MarshalAs(UnmanagedType.LPStr)] string fileName p2 = var : out IntPtr returnValue
(プラグイン / モジュール : OpenCvSharpExtern.dll)
HOG (Histogram of Oriented Gradients) ディスクリプタとオブジェクト検出器の実装. Navneet DalalとBill Triggsによって紹介されたHOGディスクリプタアルゴリズム[50]を使用しています. 便利なリンク集です. https://hal.inria.fr/inria-00548512/document/ https://en.wikipedia.org/wiki/Histogram_of_oriented_gradients https://software.intel.com/en-us/ipp-dev-reference-histogram-of-oriented-gradients-hog-descriptor http://www.learnopencv.com/histogram-of-oriented-gradients http://www.learnopencv.com/handwritten-digits-classification-an-opencv-c-python-tutorial 例:samples/cpp/peopledetect.cpp,samples/cpp/train_HOG.cpp,samples/tapi/hog.cpp. 元関数名(C#): objdetect_HOGDescriptor_new3 元DLLエクスポート名: objdetect_HOGDescriptor_new3 参照元CSファイル: Internal\PInvoke\NativeMethods\objdetect\NativeMethods_objdetect_HOGDescriptor.cs ▼ C言語側関数定義
CVAPI(ExceptionStatus) objdetect_HOGDescriptor_new3(const char *filename, cv::HOGDescriptor **returnValue) { BEGIN_WRAP *returnValue = new cv::HOGDescriptor(filename); END_WRAP }
プラグイン / モジュール | OpenCvSharpExtern.dll |
バージョン | 1.00 |
作成日 | 2021/11/30 |
著作者 | inovia |
URL | https://hsp.moe/ |
備考 | #include "OpenCvSharpExtern32.as"
#include "OpenCvSharpExtern64.as" 使用するHSPランタイムのビット数に合わせたインクルードファイルを使用すること |
タイプ | OpenCVSharpラッパーDLL |
グループ | NativeMethods_objdetect_HOGDescriptor |
対応環境 |
|
hs ファイル | hsphelp\OpenCvSharpExtern.hs |