Ask Your Question

Grecd's profile - activity

2014-06-28 00:58:27 -0600 commented answer retina on 2.4.9 - no createRetina

call stack ntdll.dll!771e15de()
ntdll.dll!771e15de()
ntdll.dll!771d014e()
KernelBase.dll!7687c41f()
KernelBase.dll!7687c41f()
> msvcr100d.dll!_free_base(void * pBlock) Line 50 + 0x13 bytes C msvcr100d.dll!_unlock(int locknum) Line 375 C msvcr100d.dll!_free_dbg(void * pUserData, int nBlockUse) Line 1270 + 0x7 bytes C++ msvcr100d.dll!_free_dbg(void * pUserData, int nBlockUse) Line 1267 + 0xc bytes C++ msvcr100d.dll!operator delete(void * pUserData) Line 57 + 0x7 bytes C++ msvcp100d.dll!_Mtxunlock(_RTL_CRITICAL_SECTION * _Mtx) Line 54 C 003ef07c()
KernelBase.dll!7687c41f()
KernelBase.dll!7687c41f()
msvcr100d.dll!_CxxThrowException(void * pExceptionObject, const brake in void __cdecl _free_base (void * pBlock)

2014-06-27 11:53:04 -0600 commented answer retina on 2.4.9 - no createRetina

I checked in the debug mode inputFrame is not NULL, it fails when i do new Retina.. on "retval = HeapFree(_crtheap, 0, pBlock);"

2014-06-26 06:08:35 -0600 commented answer Retina Demo - segmentation fault

How do you invoke createRetina() on 2.4.9?

2014-06-26 01:26:38 -0600 asked a question retina on 2.4.9 - no createRetina

Using OpenCV 2.4.9 on Windows 7.

cv::Mat inputFrame;
cv::VideoCapture videoCapture; // in case a video media is used, its manager is declared here
    videoCapture.open(0);
    cv::Ptr<cv::Retina> myRetina;
myRetina = new cv::Retina(inputFrame.size(), true, cv::RETINA_COLOR_BAYER, true, 2.0, 10.0);

new Retina does not work. Tryed to invoke createRetina but cv::Retina. doesnot contain it. Where it is?