Ask Your Question

Matha's profile - activity

2020-01-23 21:36:24 -0600 asked a question No rule to make target '/usr/local/lib/libopencv_dnn.so.4.2.0'

No rule to make target '/usr/local/lib/libopencv_dnn.so.4.2.0' Hello, I'm on Ubuntu 19.10 with OpenCV 4.2. I don't hav

2019-09-19 06:21:31 -0600 asked a question Geany settings for user builds in RPi under Buster

Geany settings for user builds in RPi under Buster Is there a set of suggested/recommended settings for Geany to work on

2016-12-10 23:35:46 -0600 commented answer ubuntu 16.10, OpenCV build fails - stdlib.h missing

Could you please confirm that the fix is working with a few more lines on the latest github master. I (a.k.a. newbie) downloaded the files yesterday and experienced the identical error?

My issue. I used the wrong repository. Everything worked fine based on your instructions, Berak. Thx.

2014-11-21 20:20:56 -0600 asked a question Visual Studio 2013 Sample Solution File

Can anyone share a sample solution file (x64) for a Hello OpenCV exercise with Visual Studio 2013? Thx.

2014-11-21 20:13:23 -0600 answered a question OpenCV 2.4.7.2 + windows 8.1 + Visual Studio 2013 == Error

Please set your environment variable, OPENCV_DIR, using either the setx method or via Environment Variables in System Properties.

2014-11-21 20:09:32 -0600 asked a question LIB or DLL - in Windows 8.1 64-bit edition the error remains

Whether I use .lib or .dll, the final error remains the same infamous LNK1107. Using the .lib method, the executable is created but does not run. Using the .dll method, the executable fails creation.

The error message is: error LNK1107: invalid or corrupt file: cannot read at 0x330 (opencv_core2410d.dll) Do I have to rebuild the .dll set of files with Visual Studio 2013 with x64 settings in my Windows 8.1 64-bit environment?

Thx.

2014-11-21 20:03:05 -0600 commented question Error LNK1107: Invalid or Corrupt File, can't read at 0x2b8

I link against .lib files and the executable is created without errors. But when I run the executable the error message resurfaces - the filename for me is opencv_core2410d.dll

2014-11-21 19:58:14 -0600 asked a question Visual Studio 2013 Build Error

Using Visual Studio 2013 (V12.0.30723.00) Update 3 Cannot build the first example with 2.4.10 as shown at http://docs.opencv.org/doc/tutorials/introduction/windows_visual_studio_Opencv/windows_visual_studio_Opencv.html

Had to change NamedWindow to cvNamedWindow

Cannot build executable! Error List is errorLNK1107: invalid or corrupt file: cannot read at 0x330 opencv_core2410d.dll I did not build any OpenCV source; just installed the Windows files OPENCV_DIR set correctly and Linker->General->Additional Library Directories points to $(OPENCV_DIR)\bin for the DLL file which is also specified in Linker->Input->Additional Dependencies

Cannot run executable! When I use the .lib files (with the appropriate adjustments above), the executable is built but a run-time error occurs when the DLL is being loaded

Any suggestions? Thx.