Prebuilt OpenCV interface freezes up
1 回表示 (過去 30 日間)
古いコメントを表示
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?
0 件のコメント
回答 (1 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!