v2.0.0
This release contains bug fixes and several new features. New components were added and the internal structure changed quite a bit (e.g. support for OpenCV 2.x
), however the existing API should remain the same.
Additionally please note that cvui is now a header-ony lib, so the old cvui.cpp
file is no longer needed. Below is a list of changes according to the CHANGELOG.
Thank you to all contributors that have helped improve cvui!
Added
image()
iarea()
trackbar()
(thanks to Pascal Thomet)- Support for OpenCV 2.x (thanks to Pascal Thomet)
- Basic cmake support for examples (thanks to Pascal Thomet)
- Multiplatform improvements (thanks to ebachard)
- More examples
- Better documentation
Changed
- cvui is now a header-only lib
button()
component can now use images- Labels in the
button()
component can have keyboard shortcuts with&
, e.g.&Quit
(thanks to Pascal Thomet) - Fixes to README file (thanks to Mateo Hrastnik)