openCVの利用について
13 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
MATLAB上でopenCVを使えればと調査を行っていますがどうもよくわからず。
理想としてはMATLAB上で
blur = cv2.blur(img,(5,5))
のようなコードを実装できればと思っています。
このようなことは可能なのでしょうか?
現在の私の認識では
①C++で事前にopenCVを用いたコードを書いておく必要がある
②事前に書いておいたC++のコードをMATLABに変換して使えるようにする
という状態です。
0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!