openCVの利用について
14 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
和神 水ノ江
am 2 Nov. 2021
Beantwortet: Kei Otsuka
am 2 Nov. 2021
MATLAB上でopenCVを使えればと調査を行っていますがどうもよくわからず。
理想としてはMATLAB上で
blur = cv2.blur(img,(5,5))
のようなコードを実装できればと思っています。
このようなことは可能なのでしょうか?
現在の私の認識では
①C++で事前にopenCVを用いたコードを書いておく必要がある
②事前に書いておいたC++のコードをMATLABに変換して使えるようにする
という状態です。
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!