Prebuilt OpenCV interface freezes up

I am using the OpenCV interface for MATLAB. However, when I try to use this example, MATLAB says 'Busy' and freezes up.
import vision.opencv.util.*
[ocvMat,ocvArray] = createMat;
However, if I stop execution and rerun the above code, it works normally. What is throwing MATLAB into an infinite loop when I first use any function from the OpenCV interface?

回答(1 个)

yanqi liu
yanqi liu 2021-11-24
sir,may be use
[ocvMat,ocvArray] = CreateMat(100, 100);

类别

帮助中心File Exchange 中查找有关 Computer Vision Toolbox 的更多信息

产品

版本

R2021b

回答:

2021-11-24

Community Treasure Hunt

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

Start Hunting!

Translated by