Closed ruizengalways closed 7 years ago
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.
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:
You can just cite the github page with the name OpenPano.
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.
By the way, what you wrote in your blog is very nice for beginner in image stitching. Thanks for sharing
我艹,突然发现竟然是知乎大神吴育昕的github,膜拜下。。。。。。
The README says you'll need vs2015. Some of the errors indicate that vs2013 lacks necessary C++ language features.
I am a beginner in coding. So I just try to write my problems as details as I can. Thanks for your patience.
I installed VS2013 and CMake in my computer and downloaded Eigen3 from the official website. Then I try to build this project with CMake.
In README.MD, it is said that '_Set environment variable
EIGEN3_INCLUDE_DIR
so that${EIGEN3_INCLUDE_DIR}/Eigen/Dense
exists_' But what I can only find is just 'Eigen3_DIR'. Do I need to click 'Add Entry' button to add this variable?If so, what should I fill in this entry? Actually, I built Eigen3 from the source files downloaded from website. But in the include directory, there is another folder. The *.h files seems in below files So what directory I should add?
My second question is that how to add jpeg support to this project. Just click 'Add Entry' to add JPEG_INCLUDE_DIR and JPEG_LIBRARY? or e.g. C:\jpeg-9a\jpeg.lib
My third question is If I use this, how can I cite this work. Just cite the this website? Thanks again.