Prebuilt OpenCV interface freezes up
Mostra commenti meno recenti
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?
Risposte (1)
yanqi liu
il 24 Nov 2021
0 voti
sir,may be use
[ocvMat,ocvArray] = CreateMat(100, 100);
Categorie
Scopri di più su Computer Vision Toolbox in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!