Click here to Skip to main content
15,891,905 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi all!..I am using EmguCV's SURF detection in a web application in C#/.Net. The code is compiling well, but at runtime its throwing an exception "opencv_core249.dll" could not be found or accessed although it is present in the system. Also when i tried referencing "opencv_core249.dll" its saying that its not a valid dll to be referenced. Has anybody faced this issue before?...Can anybody suggest a solution to the issue?
Posted
Updated 20-Feb-13 17:18pm
v2

1 solution

try Emgucv 2.4.9 and above.
first of all, check that environmetal variable set or not for EmguCV.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900