Bonjour à tous !
Voilà, j'ai un petit problème et j'aurais aimé savoir si quelqu'un avait quelques chouettes conseils à me donner.
Tout d'abord ma config :
Pentium 4 3.6GHz
Windows XP pro version 2002 service pack 2
Visual C++ 6.0 Entreprise edition
Mon problème:
J'essaye de ma lancer dans la manipulation de la librairie OpenCV en suivant le tutorial trouvé à l'adresse ci-dessous :
http://www.site.uottawa.ca/~lagani [...] vision.htm
Je bloque à la page 7 de ce tutorial, lorsque je tente de charger une image.
Voilà les messages que j'obtient:
Compilation :
--------------------Configuration: OpenCVvideoProcessing - Win32 Debug--------------------
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
cvapp.cpp
OpenCVvideoProcessing.cpp
OpenCVvideoProcessingDlg.cpp
Generating Code...
Linking...
Creating browse info file...
OpenCVvideoProcessing.exe - 0 error(s), 0 warning(s)
Execution:
Debug Assertion Failed !
Program: XXXXXXXXX.exe
File: dbgheap.c
Line: 1011
Expression: _CrtIsValidHeapPointer(pUserData)
click sur "Ignore" ->
Debug Assertion Failed !
Program: XXXXXXXXX.exe
File: dbgheap.c
Line: 1017
Expression: _BLOCK_TYPE_IS_VALID(pHead->nBlockUse)
click sur "Ignore" ->
Debug error
Program: XXXXXXXXX.exe
DAMAGE: before Free Block (#0) at 0x003cfa40
click sur "Ignore" ->
Debug error
Program: XXXXXXXXX.exe
DAMAGE: after !*% Block (#0) at 0x003cfe40
click sur "Ignore" ->
Debug Assertion Failed !
Program: XXXXXXXXX.exe
File: dbgheap.c
Line: 1051
Expression: pHead->nBlockUse == nBlockUse
click sur "Ignore" ->
Debug Assertion Failed !
Program: XXXXXXXXX.exe
File: dbgheap.c
Line: 1066
Expression: _pLastBlock == pHead
click sur "Ignore" ->
Debug Assertion Failed !
Program: XXXXXXXXX.exe
File: dbgheap.c
Line: 1076
Expression: _pFirstBlock == pHead
Avant que le programme ne crash lamentablement.
Quelqu'un a-t-il une bonne idée.
Merci d'avance!