error while executing computer vision toolbox.
이전 댓글 표시
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개)
Kaustubha Govind
2012년 5월 18일
0 개 추천
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
Dipak
2012년 5월 18일
Kaustubha Govind
2012년 5월 18일
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.
카테고리
도움말 센터 및 File Exchange에서 Computer Vision Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!