現在この提出コンテンツをフォロー中です。
- フォローしているコンテンツ フィードに更新が表示されます。
- コミュニケーション基本設定に応じて電子メールを受け取ることができます
How to Connect Matlab with OpenCV to use the different functions offered by OpenCV using mex-files.
The purpose of this connections is to be able to write function in C++ using the OpenCV library to call functions that can for exemple extract feature points using SIFT/SURF or ORB algorithem or detect faces that are on an image ...
To use this functionality you need to have some knowledge about C++ and also how the mex compiler of Matlab work.
引用
BIREM Merwan (2026). Matalb and OpenCV (https://jp.mathworks.com/matlabcentral/fileexchange/40665-matalb-and-opencv), MATLAB Central File Exchange. に取得済み.
謝辞
ヒントを得たファイル: Image Processing with GUIDE
