Code Monkey home page Code Monkey logo

Comments (4)

ppwwyyxx avatar ppwwyyxx commented on June 3, 2024

First of all I never built it on windows. The cmake for windows was contributed by others. I'll provide my best guess based on how cmake works.

  1. You'll need to add an entry EIGEN3_INCLUDE_DIR
  2. You should fill the value to this variable such that ${EIGEN3_INCLUDE_DIR}/Eigen/Dense exists. If you download eigen from the official website, you can see the file Eigen/Dense outside the src directory.

The CMakeLists.txt had some bugs with jpeg. I pushed a fix just now, but I still don't know does it work for windows or not. If it doesn't work automatically, you're supposed to do the following:

  1. set JPEG_INCLUDE_DIR so that ${JPEG_INCLUDE_DIR}/jpeglib.h exists.
  2. set JPEG_LIBRARY so that ${JPEG_LIBRARY}/jpeg.lib exists. In fact I don't know if it should be called jpeg.lib on windows.. I assume it is since you have that file.

You can just cite the github page with the name OpenPano.

from openpano.

ruizengalways avatar ruizengalways commented on June 3, 2024

Actually I tried what you said just. I added 'EIGEN3_INCLUDE_DIR', 'JPEG_INCLUDE_DIR' and 'JPEG_LIBRARY'.

I got errors in visual studio. May be I need to compile this in Linux.
image

By the way, what you wrote in your blog is very nice for beginner in image stitching. Thanks for sharing

from openpano.

ruizengalways avatar ruizengalways commented on June 3, 2024

我艹,突然发现竟然是知乎大神吴育昕的github,膜拜下。。。。。。

from openpano.

ppwwyyxx avatar ppwwyyxx commented on June 3, 2024

The README says you'll need vs2015. Some of the errors indicate that vs2013 lacks necessary C++ language features.

from openpano.

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.