Click here to Skip to main content
15,889,403 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi,
I try to use the kalman filter in a new project to smooth some eyetracking data, but i can't load the opencv_core231.dll into my project. How can I load this dll in VS?
please help me.

greetz
Marko
Posted
Comments
VICK 24-Oct-13 0:56am    
Place your dll in bin folder and than use it by following

using dllname

in your css page.. or register your dll through Register tag on.aspx page in design side..

1 solution

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