Dear all!
Today I have published the source code for 'pv', a new, free panorama viewer. Currently this software is available for linux only. This is totally new software written from scratch, using interpolation code from 'vspline', a uniform B-spline processing library which I have also published today. The software is beta stage and so far it's only been tested on my own systems, but I hope it will turn out usable on a wide range of machines. You will need to compile it yourselves if you want to try it out, it does have a few dependencies which are easily satisfied if you're using ubuntu 17.04 and otherwise may require building some libraries from source as well, namely vigra, SFML, and, optionally Vc.
The code is available from these two git repositories hosted with bitbucket:
https://bitbucket.org/kfj/pvhttps://bitbucket.org/kfj/vsplineIn the repositories you'll find the source code and documentation describing the software, so just have a look and see what's on offer!
Let me just hint at a fewt interesting features:
- the code is fully multithreaded
- it optionally uses the CPU's vector units
- it supports spherical, cylindric, fisheye, stereographic and rectilinear panoramas
- Interpolation is done using arbitrary-degree uniform B-splines
I hope you won't mind me announcing this on hugin-ptx - after all this software does not use PanoTools at all and is only connected to hugin insofar as it processes panoramas made with hugin. Please let me know what you think!
Kay