Ask Your Question

james-C's profile - activity

2018-08-13 08:51:21 -0600 received badge  Popular Question (source)
2014-04-10 08:49:02 -0600 commented question .jgp images

Thank you Spas Hristov. Yes. It was set in C-Make.

2014-04-10 07:57:10 -0600 commented question .jgp images

Yes, I've built from sources... I've also tried more recent OpenCv versions,... but with no success..With other .png images the program works. Only JPG give problems

2014-04-10 07:53:38 -0600 commented question .jgp images

WinXp command window: Process terminated with status -1073741795 (1 minute(s), 3 second(s))

code Blocks debugger:

5 0x004029a1 in main () at C:\Sim\CB\Lena\Lena.c:16

C:\Sim\CB\Lena\Lena.c:16:350:beg:0x4029a1

Program received signal SIGILL illegal instruction

2014-04-10 07:26:29 -0600 asked a question .jgp images

I've correctly installed OPENCV 2.1 on WinXP (Sp2, Sp3). I've complied the sources with MingW. Everything Ok. When I write a simple program (CodeBlocks) to show an Image (with cvLoadImage), it works correctly only for .png and .bmp files. The same program with .jpg or .tif files crashes.... What could I do?

thank you!

J.C.

2014-03-21 06:53:14 -0600 commented question application unable to start correctly

Thank you!! I've downloaded C-make and compiled my own MinGW-Opencv 2.4.8. Everytihng OK. No problems with the make/install process.

When I compile my project I get the following:

[...] C:\opencv\build\include\opencv2\legacy\compat.hpp|716|warning: 'cvStarDetectorParams' defined but not used [-Wunused-function]| ||=== Build finished: 0 error(s), 46 warning(s) (0 minute(s), 10 second(s)) ===|

No errors, only warnings regarding some not-used-functions. I run it and get the error: "libopencv_core248.dll not found". But I do have this .dll under "C:\opencv\build\x86\mingw\bin" ..... Why cannot be found? What's wrong now?? The build-options are the same as above....

2014-03-20 16:39:22 -0600 asked a question application unable to start correctly

I have a problem with C-files that require OpenCV libraries. When I try to execute them, I get an error message (memory? Libraries?).

OS: Windows 7 SP1 32 bit IDE: Code Blocks 13:12 Debug-Mode Compiler: MinGW OpenCV 2.4.2

Environment variables: C:\mingw\bin, C:\opencv\build\x86\mingw\bin

Search directories: Compiler: C:\opencv\build\include\opencv Linker: C:\opencv\build\x86\mingw\lib

Linker settings: everything found under C:\opencv\build\x86\mingw\lib

I can easily compile and execute C-files which don't require OpenCV libraries.

I can compile a simple file to show an Image with OpenCV : 0 errors. When I launch the .exe file I get:

This application was unable to start correctly (0xc00000be)

Result of Dependency Walker (on the .exe file):

API-MS-WIN-APPMODEL-RUNTIME-L1-1,0-DLL Error opening file. File not found API-MS-WIN-CORE- WINRT-L1-1,0-DLL Error opening file. File not found

Warning: At least one delay-load dependency module was not found. Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module.

May anybody help me, please ??

thank-you v.m.!

James-C