MATLAB: Error using Computer Vision Toolbox function

can't reload (windows)computer vision

Hi,
I get the following error which I do not understand because the file 'C:\Program Files\MATLAB\R2013a\bin\win64\systemobject_sfunmcos.dll' exists in that directory.
>> halphablend = vision.AlphaBlender;
MATLAB:dispatcher:loadLibrary Can't reload 'C:\Program Files\MATLAB\R2013a\bin\win64\systemobject_sfunmcos.dll'. Caught MathWorks::System::FatalException
Please help.

Best Answer

Run dependency walker on it. http://www.dependencywalker.com/
Related Question