Skip to content

Commit

Permalink
Update changes with Python bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
fspindle committed Mar 20, 2024
1 parent b2bc4a4 commit 065750b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ ViSP 3.x.x (Version in development)
. vpDisplay::displayCharString() is marked deprecated. Use vpDisplay::displayText() instead
. vpHinkley class is deprecated, in favor of vpStatisticalTestHinkley
- New features and improvements
. Introduce Python bindings for most of ViSP modules and classes (see corresponding tutorial)
. OpenCV 2.4.8 is the minimal supported version
. Introduce applications in apps folder, a collection of useful tools that
have a dependency to the install target
. Bump minimal c++ standard to c++11
. Speed up build by including only opencv2/opencv_modules.hpp instead of opencv2/opencv.hpp header in vpConfig.h
. In imgproc module, implementation of automatic gamma factor computation methods for gamma correction.
. Eliminate the use of pthread in favour of std::thread
- Applications
. Migrate eye-to-hand tutorials in apps
- Tutorials
Expand Down

0 comments on commit 065750b

Please sign in to comment.