Debug Assertion Failed! _ OpenCV _VC++_Directshow
---------------------------
Microsoft Visual C++ Debug Library
---------------------------
Debug Assertion Failed!
Program: C:\DXSDK\Bin\DXUtils\graphedt.exe
File: dbgheap.c
Line: 1138
Expression: _BLOCK_TYPE_IS_VALID(pHead->nBlockUse)
For information on how your program can cause an assertion
failure, see the Visual C++ documentation on asserts.
(Press Retry to debug the application)
---------------------------
Abort Retry Ignore
---------------------------
Solution :
---------------
I got this error... I released the image using delete operator... this is caused this error...
So I deleted the image using cvReleaseImage() fn...
Regards
Sundara rajan.A
Microsoft Visual C++ Debug Library
---------------------------
Debug Assertion Failed!
Program: C:\DXSDK\Bin\DXUtils\graphedt.exe
File: dbgheap.c
Line: 1138
Expression: _BLOCK_TYPE_IS_VALID(pHead->nBlockUse)
For information on how your program can cause an assertion
failure, see the Visual C++ documentation on asserts.
(Press Retry to debug the application)
---------------------------
Abort Retry Ignore
---------------------------
Solution :
---------------
I got this error... I released the image using delete operator... this is caused this error...
So I deleted the image using cvReleaseImage() fn...
Regards
Sundara rajan.A
Labels: Errors
0 Comments:
Post a Comment
<< Home