ViSP 3.0.0 packaged for OS X
I’m pleased to annonce that the last release is now packaged with homebrew. To install ViSP on Mac OS X just run: $ brew update $ brew install visp Back to news list.
I’m pleased to annonce that the last release is now packaged with homebrew. To install ViSP on Mac OS X just run: $ brew update $ brew install visp Back to news list.
I’m pleased to announce the new ViSP-3.0.0 release. This release is compatible with 2.10.0. This means that a project build with ViSP 2.10 could be build against ViSP 3.0.0 without changes, but there are some notable differences: Inspired from OpenCV we design a new modular software architecture where ViSP capabilities…
We migrate ViSP source code from svn repo hosted on InriaForge to a git repo hosted on GitHub. This allows us to get ride of maintenance efforts and benefit from travis continuous integration tool. From now you have to consider: ViSP repo: https://github.com/lagadic/visp ViSP wiki: https://github.com/lagadic/visp/wiki ViSP issue tracker: https://github.com/lagadic/visp/issues…
We are working on the next ViSP generation that will be released under version 3.0.0. The release is expected end of the year. This new version will bring more modularity with a new source code organization inspired from OpenCV that allows to see ViSP as a set of modules (core,…