Skip to content

Version 3

Compare
Choose a tag to compare
@arttumiettinen arttumiettinen released this 10 Feb 08:46
· 413 commits to master since this release

This is the third publicly available version of the pi2 program. As before, it contains a big bunch of new features, bug fixes, and performance improvements.

The versions here are compiled without OpenCL support.

  • pi2_v3_bin.zip is the Windows version.
  • pi2_v3_bin.tar.gz contains precompiled binaries that may work in some versions of Linux.
  • examples_and_test_data_3.zip contains examples and data to run tests (including example and test data of nr_stitcher non-rigid stitching program). Extract it to the project root folder if you want to run tests or examples. See also itl2tests program.
  • dependencies_src_and_bin.zip contains source and pre-compiled binaries of all required libraries for Windows builds. Extract it to the project root folder if you wish to use precompiled versions of the dependencies. You don't need to download this file if you are not planning to compile the programs yourself.

If the Linux binaries won't work, you'll have to compile the program from source by cloning the repository and running make in the project root folder. If the build fails, make sure that you use gcc 7.3 compiler and that you have FFTW, libpng, zlib, and libtiff development packages installed.