Code Monkey home page Code Monkey logo

Comments (1)

ALandauer avatar ALandauer commented on August 31, 2024

Hi Ron,
We use a precompliled mex function to speed up 3D interpolation. In recent desktop versions of Matlab (for Windows version especially) this usually works fairly seamlessly, but other environments will often need to recompile the mex function using appropriate local settings. It looks like you are trying to run this in an environment were Matlab is configured to use the 'g++' compiler, which seems to have a slightly different feature set and is not typically compatible. See the "Running FIDVC" section in the readme. In generally getting a mex to run properly is outside our expertise.

If, for some reason, you cannot get mex files to work properly, it is possible that you could rewrite the interpolation step such that the mex is not needed. In that case, you would need to make sure to validate your results, because interpolation settings may influence final accuracy, and the code may be noticeably slower.

Did you get this running on our example dataset, or only with our own? Occasionally, datasets will cause errors in the interpolation and Matlab will still throw a relatively generic mex error. In this case, we can discuss with you what your images look like and try to diagnose what the issue is.

Regards,
Alex

from fidvc.

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.