JohnVorwald / drh-visual-odometry

Automatically exported from code.google.com/p/drh-visual-odometry
GNU General Public License v3.0
0 stars 0 forks source link

Error loadind opencv dll #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Installed Emgu CV
2. download drh-visual-odometry
3. edit drh-visual-odometry sources just to set the right paths of camera 
parameters file and wmv file
4. compiled and debugged
5. got the following error at line "new IntrinsicCameraParameters()" of 
CameraParameters.cs :
The type initializer for 'Emgu.CV.CvInvoke' threw an exception.
Unable to load DLL 'cxcore210'  

Where have I to copy opencv DLL libraries in drh-visual-odometry?
I've compiled the newest opencv 2.4 libraries, can these DLLs work with 
drh-visual-odometry poject?

Original issue reported on code.google.com by aldobiziak on 9 Aug 2012 at 2:56

GoogleCodeExporter commented 9 years ago
fixed: copied all required DLLs inside PROJECT_DIR/src/Debug/ and 
PROJECT_DIR/src/Release/.
All required DLLs are in PROJECT_DIR/3rdParty/EmguCV

Kind regards

Original comment by aldobiziak on 9 Aug 2012 at 4:45