Can't reload :Program FilesMATLA​BR2018bbin​win64ocv.d​ll'

4 vues (au cours des 30 derniers jours)
Emmanuel Nicolas
Emmanuel Nicolas le 25 Nov 2018
I get the error "Can't reload :Program FilesMATLABR2018bbinwin64ocv.dll'" when running the "Face Detection and Tracking Using the KLT Algorithm" from https://www.mathworks.com/help/vision/examples/face-detection-and-tracking-using-the-klt-algorithm.html#d120e3968
I clicked the link try it on Matlab and then run the script. I restarted computer but the error does not disappear.
Complete error description is as follow:
Can't reload 'C:\Program Files\MATLAB\R2018b\bin\win64\ocv.dll'
Error in vision.CascadeObjectDetector (line 205)
obj.pCascadeClassifier = vision.internal.CascadeClassifier;
Error in face_detection (line 2)
faceDetector = vision.CascadeObjectDetector();
  2 commentaires
Walter Roberson
Walter Roberson le 25 Nov 2018
Unfortunately we do not know what causes this yet. In some cases, it has been tracked down to needing to install MS Visual Studios Run Time Redistributable. I think it was the 2015 version that was mentioned, but if I understand correctly any version at least that new should provide the DLLs.
Emmanuel Nicolas
Emmanuel Nicolas le 27 Nov 2018
Thank you very much for your help. I installed MS Visual Studios Run Time Redistributable 2013 before and it didn't work. But with 2015 version, the problem has gone. Thanks again.

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Computer Vision Toolbox dans Help Center et File Exchange

Produits


Version

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by