Coder Social home page Coder Social logo

Comments (4)

BKAUTO avatar BKAUTO commented on July 22, 2024 8

I ran into the same issue and got it fixed.
After finishing making the vlfeat-0.9.20, you can simply go to UglyMan_NISwGSP_Stitching/CMakeLists.txt and modify the last line to this:
target_link_libraries(NISwGSP ${OpenCV_LIBS} "/the full path to your vlfeat bin/libvl.so")

For me, it is like:
target_link_libraries(NISwGSP ${OpenCV_LIBS} "/home/wbk/Desktop/UG_Thesis/NISwGSP-master/UglyMan_NISwGSP_Stitching/UglyMan_NISwGSP_Stitching/vlfeat-0.9.20/bin/glnxa64/libvl.so")

This is a simple way to link the VLFEAT library to the project if you're not so familiar with CMake.

from niswgsp.

captainfffsama avatar captainfffsama commented on July 22, 2024

I use the cmake-gui to configure the VLFEAT_LIBRARY successfully.
firstly:

cd ./vlfeat-0.9.20/
make

If make success,in your vlfeat-0.9.20 dir you can find bin folder
the just run cmake-gui and configure VLFEAT_LIBRARY with ./vlfeat-0.9.20/bin/(the name depend on you system)/libvl
then click configure button,after it done,close the cmake-gui and continue run the cmake and make...

from niswgsp.

sheMnapion avatar sheMnapion commented on July 22, 2024

Hi, I face exactly the same question on a Ubuntu 16.04 machine, but when I make under ./vlfeat-0.9.20, there doesn't seem to be a CMakeLists.txt to configure VLFEAT_LIBRARY on cmake-gui. Could you please offer more details about your solution? Thanks a lot!

from niswgsp.

GuangwenSi avatar GuangwenSi commented on July 22, 2024

ok i have faced the same question, if you solved the problem please tell me

from niswgsp.

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.