Skip to content

Installation and OpenCV 3.3 #57

Description

@AnantShinde

Hi,
I am trying to use TLD for the first time. I changed the path in compile.m file
based on the instruction on page https://github.com/zk00006/OpenTLD/wiki/Installation
In Original TLD opencv2.2 was used I modified my libpath to include files 'libopencv*so.3.3'
The compile file ran without any errors.

However, I try to run run_TLD.m I get the following error.
Invalid MEX-file '/home/ITS/abshinde/Downloads/OpenTLD-master/mex/lk.mexa64': libopencv_calib3d.so.3.3: cannot open shared object file: No such file or
directory.
Error in ==> tldInit at 20
lk(0);
Error in ==> tldExample at 34
tld = tldInit(opt,[]); % train initial detector and initialize the 'tld' structure
Error in ==> run_TLD at 42
[bb,conf] = tldExample(opt);

I tried searching on forums but could not get relevant info. Can you point me in right direction

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions