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

error: (-27) in Matlb 2012b with OpenCV2.4.2 in Windows 7 #34

Closed
8mike opened this issue Sep 26, 2012 · 2 comments
Closed

error: (-27) in Matlb 2012b with OpenCV2.4.2 in Windows 7 #34

8mike opened this issue Sep 26, 2012 · 2 comments

Comments

@8mike
Copy link

8mike commented Sep 26, 2012

I am getting this error when i try to execute run_TLD.m (compilation went fine)

Unexpected Standard exception from MEX file.
What() is:......\modules\core\src\matrix.cpp:1467: 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);

@8mike 8mike closed this as completed Sep 27, 2012
@harguess
Copy link

8mike: I'm getting the same exact issue. How did you resolve this?

@harguess
Copy link

Never mind. The suggestion here did the trick:
#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

2 participants