Afficher commentaires plus anciens
MATLAB上でopenCVを使えればと調査を行っていますがどうもよくわからず。
理想としてはMATLAB上で
blur = cv2.blur(img,(5,5))
のようなコードを実装できればと思っています。
このようなことは可能なのでしょうか?
現在の私の認識では
①C++で事前にopenCVを用いたコードを書いておく必要がある
②事前に書いておいたC++のコードをMATLABに変換して使えるようにする
という状態です。
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur OpenCV インターフェイスのサポート dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!