フィルターのクリア

createMat unrecognised function error

23 ビュー (過去 30 日間)
Malcolm
Malcolm 2024 年 7 月 10 日 14:04
コメント済み: Malcolm 2024 年 7 月 10 日 15:09
I have installed Computer Vision Toolbox and Image Processing Toolbox but I still get this error when I try and use createMat:
Unrecognized function or variable 'createMat'.
Error in opencv_tests (line 4)
[inputMat,inputArray] = createMat(img);
My code:
import clib.opencv.*;
import vision.opencv.util.*
img = imread("cakes.jpeg");
[ocvMat,ocvArray] = createMat(img);
Looks like it's not picking up the add ons?

採用された回答

Bhanu Prakash
Bhanu Prakash 2024 年 7 月 10 日 14:16
編集済み: Bhanu Prakash 2024 年 7 月 10 日 14:21
Hi Malcolm,
You might also need to install the Add-on 'Computer Vision Toolbox Interface for OpenCV in MATLAB' to use the 'createMat' function. If you haven't installed it yet, please do so and try running the code again.
You can find more details about the 'createMat' funciton in the following documentation:
I hope this helps!
  1 件のコメント
Malcolm
Malcolm 2024 年 7 月 10 日 15:09
Awesome! That sorted it.
It's odd that this wasn't listed as a requirement - would have saved me a lot of head scratching.
Anyway, many thanks for your help.

サインインしてコメントする。

その他の回答 (0 件)

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by