Git Product home page Git Product logo

Comments (4)

rookiepig avatar rookiepig commented on August 27, 2024

Hi, at that time, I worked on Windows platform so I chose to use Visual Studio. I think it is easy to write a CMakeLists.txt for this project, the only 3rd dependency is OpenCV. something like this (may not strictly follow the cmake grammar):

# add all the srouces and include dir
add_src(xxxx) 
add_include
# only one executable file
add_excutable()
# link to Opencv
find_opencv()
target_link_lib(xxxx)

from crossscalestereo.

anshulvj avatar anshulvj commented on August 27, 2024

Oh, understood. Thanks, I'll check it out.

from crossscalestereo.

anshulvj avatar anshulvj commented on August 27, 2024

Ok. So I tried installing on Linux but I'm giving Windows another shot. So I got everything working in VS2015, on Win 8.1, and it's compiling. But when I try to run the CSPM.exe, it gives me the "The program can't run because gflags.dll is missing".

I had to separately install gflags from here. And I point the project properties to the respective lib and bin folders of the gflags build folder.

I don't think this is a problem with your project per se, I think it's something related to my windows environment. Did you face any similar issue w.r.t. gflags? If not, what was your build environment, so that I'll see if I can replicate the same.

Thanks in advance.
Anshul

from crossscalestereo.

rookiepig avatar rookiepig commented on August 27, 2024

Maybe you should add the path of gflags' bin folder to Windows PATH environment.

gflags is only for input parameters, you can delete it and use other methods like argv to input parameters.

from crossscalestereo.

Related Issues (13)

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.