Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

matrix.cpp:1483: error #38

Open
JLLL opened this issue Feb 15, 2013 · 2 comments
Open

matrix.cpp:1483: error #38

JLLL opened this issue Feb 15, 2013 · 2 comments

Comments

@JLLL
Copy link

JLLL commented Feb 15, 2013

I'm running
Windows 7 (x64),
MATLAB R2012b (x64),
OpenCV 2.4.3 (x64),
and VS 2010.

I managed to compile OpenTLD successfully, but I got the following error why I tried run_TLD. Obviously this is a problem in the opencv matrix.cpp file. I usually run opencv on visual studio and there is no problem, so this shouldn't be my opencv installation problem.

Unexpected Standard exception from MEX file.
What() is:......\src\opencv\modules\core\src\matrix.cpp:1483: error: (-27) create() called for the missing output array

..

Error in tldTracking (line 30)
xFJ = lk(2,tld.img{I}.input,tld.img{J}.input,xFI,xFI); % track all points by Lucas-Kanade tracker from frame I to frame
J, estimate Forward-Backward error, and NCC for each point

Error in tldProcessFrame (line 25)
[tBB tConf tValid tld] = tldTracking(tld,tld.bb(:,I-1),I-1,I); % frame-to-frame tracking (MedianFlow)

Error in tldExample (line 41)
tld = tldProcessFrame(tld,i); % process frame i

Error in run_TLD (line 42)
[bb,conf] = tldExample(opt);

@ghslovefanfan
Copy link

i met the same problem,is anybody can solve?

@achambers16
Copy link

This fixed it for me: #22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants