Giter Club home page Giter Club logo

Comments (3)

martin-danelljan avatar martin-danelljan commented on August 22, 2024

Hi. Which OS and version of Matlab du you use? Were there any errors during compilation?

from eco.

chenyjade avatar chenyjade commented on August 22, 2024

Matalb R2017b with Ubuntu 16.04. No Errors but one warning

>> compile
Building with 'g++'.
Warning: You are using gcc version '5.4.0'. The version of gcc is not supported. The version currently
supported with MEX is '4.9.x'. For a list of currently supported compilers see:
http://www.mathworks.com/support/compilers/current_release. 
> In compile (line 11) 
MEX completed successfully.

I have fixed
./mexResize.mexa64: /usr/local/Mathworks/R2017b/sys/os/glnxa64/libstdc++.so.6: version 'GLIBCXX_3.4.21' not found (required by ./mexResize.mexa64)
by making a soft link between /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.21 and /usr/local/Mathworks/R2017b/sys/os/glnxa64/libstdc++.so.6
but libopencv is still not found whatever I tried.

More seriously, when executing the function hann, there was an error libnssutil3.so: version 'NSSUTIL_3.12.5' not found .
I have tried to upgrade libnss3, and my matlab crashed after that (when executing hann)
It seems that there are something wrong with my matlab and linux environment and I'm trying to find it out :(

from eco.

martin-danelljan avatar martin-danelljan commented on August 22, 2024

Hmm, have not seen this error before. Might be some problem with your matlab as you say. Anyway, the tracker should work even without mexResize, it automatically checks if it is working or not. If not, it will use the corresponding matlab function (which is slightly slower).

from eco.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.