openCVの利用について
17 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
MATLAB上でopenCVを使えればと調査を行っていますがどうもよくわからず。
理想としてはMATLAB上で
blur = cv2.blur(img,(5,5))
のようなコードを実装できればと思っています。
このようなことは可能なのでしょうか?
現在の私の認識では
①C++で事前にopenCVを用いたコードを書いておく必要がある
②事前に書いておいたC++のコードをMATLABに変換して使えるようにする
という状態です。
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!