openCVの利用について
Show older comments
MATLAB上でopenCVを使えればと調査を行っていますがどうもよくわからず。
理想としてはMATLAB上で
blur = cv2.blur(img,(5,5))
のようなコードを実装できればと思っています。
このようなことは可能なのでしょうか?
現在の私の認識では
①C++で事前にopenCVを用いたコードを書いておく必要がある
②事前に書いておいたC++のコードをMATLABに変換して使えるようにする
という状態です。
Accepted Answer
More Answers (0)
Categories
Find more on OpenCV インターフェイスのサポート in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!