You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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);
The text was updated successfully, but these errors were encountered: