Skip to content

Releases: arttumiettinen/pi2

v4.4.5

14 Jun 09:00
Compare
Choose a tag to compare

This version is for experimenting with new functionality that may be available later in version 4.4.

v4.4.4

02 Feb 13:01
Compare
Choose a tag to compare
v4.4.4 Pre-release
Pre-release

This version is for experimenting with new functionality that may be available later in version 4.4.

v4.4-experimental1

12 Oct 08:41
Compare
Choose a tag to compare
v4.4-experimental1 Pre-release
Pre-release

This version is for experimenting with new functionality that may be available later in the version 4.4.

Version 4.3

20 Apr 08:39
Compare
Choose a tag to compare

This version fixes bugs found in previous versions.

Version 4.2

01 Sep 15:20
Compare
Choose a tag to compare

This version fixes bugs in the previous versions and adds seeded distance map functionality.

Version 4.1.2

23 Feb 16:27
Compare
Choose a tag to compare

This version fixes bugs in the previous versions and adds one example about vessel tracing.

Version 4.1.1

04 Jan 11:31
Compare
Choose a tag to compare

This version introduces a few bug fixes compared to 4.0

Version 4

07 Oct 09:48
Compare
Choose a tag to compare

This new version introduces many overall fixes and improvements, also in the nrstitcher programs: intensity matching is now much better than before, and scans from Phoenix devices can be stitched automatically (still an experimental feature).

  • pi2_v4_win_no_opencl_bin.zip is the Windows version.
  • examples_and_test_data_v4.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.
  • 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.

Version 3

10 Feb 08:46
Compare
Choose a tag to compare

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.

Version 2.02

09 Apr 09:57
Compare
Choose a tag to compare

This is the second publicly available version of the pi2 program. It contains a big bunch of new features, bug fixes, and performance improvements.

  • pi2_v2_bin.zip includes precompiled binaries for Windows.
  • pi2_v2_bin.tar.gz incldue precompiled binaries that may work in some versions of Linux.
  • examples_and_test_data_v2.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.