error while executing computer vision toolbox.
Mostrar comentarios más antiguos
can any one hlp me I am getting an error which call matlab function from .net
Unable to load C:\CamFP\CamFP_Barcode_mcr\toolbox\vision\visionutilities\visionmex\mvipesttform.mexw32 [error: The specified procedure could not be found. ]
although mvipesttform.mexw32 is present at this location.
1 comentario
Dipak
el 18 de Mayo de 2012
Respuestas (1)
Kaustubha Govind
el 18 de Mayo de 2012
0 votos
Errors like "The specified procedure could not be found." usually indicate that the MEX-file (which is essentially a DLL) depends on other DLLs that cannot be found. Try opening that MEX-file using Dependency Walker to figure out which DLLs are missing on your deployment machine.
2 comentarios
Dipak
el 18 de Mayo de 2012
Kaustubha Govind
el 18 de Mayo de 2012
Dependency Walker is a third-party tool that will help you debug dependency issues, it has nothing to do with MATLAB. You simply need to install the tool from their website and open the MEX-file using it.
Categorías
Más información sobre Computer Vision Toolbox en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!