Releases: andrewssobral/bgslibrary
v3.3.0
What's Changed
- gui: add zero-padding to numbers when saving frames by @Hyask in #217
- Library renaming fork by @KhanMechAI in #219
- Update README.md by @PierreMarieCurie in #230
- Updated pybind11 to v2.11
- Enabled new algorithms in the python module.
- Enabled 10 new algorithms on the QT user interface for OpenCV 4.x
- Enabled 10 algorithms compatible with OpenCV 4.x (55f5c75) (0a41ac9) (d21861b)
- Fixed PBAS in relation to #218
New Contributors
- @Hyask made their first contribution in #217
- @KhanMechAI made their first contribution in #219
- @PierreMarieCurie made their first contribution in #230
Full Changelog: v3.2.0...v3.3.0
BGSLibrary 3.2.0
Fixed important memory leak on several algorithms.
- Fixed memory leak on VuMeter
- Fixed memory leak on T2F* algorithms
- Fixed memory leak on MultiCue and MultiLayer
- Fixed memory leak on LB* algorithms
- Fixed memory leak on Fuzzy-based algorithms
- Fixed memory leak on DP* algorithms
Full Changelog: v3.1.0...v3.2.0
BGSLibrary 3.1.0
Fixed issues with OpenCV higher than 3.4.7.
The new python package is available at https://pypi.org/project/pybgs/3.1.0.post0/
Updated docker files at https://github.com/andrewssobral/docker/tree/master/bgslibrary
What's Changed
- Fixes to solve the issue related to OpenCV 4.2.0 by @andrewssobral in #176
- Update vibe-background-sequential.cpp by @vc-zju in #206
- Fixed typo in load_config() by @yuta1125tp in #208
- Fixed tools/fet/fet.py by @carolinepacheco in #183
- Add support to Visual Studio generators in setup.py by @ririko-nakamura in #201
- Edited and Tested: Added CMake Target Export to the Installation Step for easy Integrati… by @SIhrke in #171
New Contributors
- @vc-zju made their first contribution in #206
- @yuta1125tp made their first contribution in #208
- @carolinepacheco made their first contribution in #183
- @ririko-nakamura made their first contribution in #201
- @SIhrke made their first contribution in #171
Full Changelog: v3.0...v3.1.0
BGSLibrary 3.0
Changed software License from GPL-v3 to MIT. Big refactoring of the source code to be compatible with OpenCV 4.x. Algorithms modularization, big refactoring of algorithms namespace. Improved Python installation. Added support to PyPI, installation from pip. Added new videos to the dataset. Fixed bugs, reported issues.
bgslibrary2_py27_ocv3_vc14_win64
BGSLibrary v2.0.0 Python interface for Windows (x86/x64).
Compiled with Boost 1.64.0, OpenCV 3.2.0, Python 2.7.13 (Anaconda Python) and Visual Studio 2015 x64.
bgslibrary2_java_opencv320_x64
Java version of the BGSLibrary v2.0.0 for Windows (x86/x64).
Compiled with OpenCV 3.2.0 x64, Visual Studio 2015 x64, and Java 1.8.0_121 x64.
bgslibrary2_qtgui_opencv320_x64
BGSLibrary v2.0.0 with QT GUI for Windows (x86/x64)
Compiled with QT 5.6.2 x64 and Visual Studio 2015 x64.
bgslibrary2_matlab_opencv249_x64
BGSLibrary v2.0.0 compiled with MATLAB R2015b (64 bits), OpenCV 2.4.9 and Visual Studio 2013 x64.
This is a MATLAB version of the BGSLibrary for Windows users.
It uses the Computer Vision System Toolbox OpenCV Interface:
https://fr.mathworks.com/help/vision/ug/opencv-interface.html
bgslibrary2_console_opencv320_x64
BGSLibrary v2.0.0 compiled with OpenCV 3.2.0 and Visual Studio 2015 x64 (Release mode)
This is a console version for Windows without GUI.
bgslibrary_x86_v1.9.2_with_mfc_gui_v1.4.2
BGSLibrary v1.9.2 with MFC GUI v1.4.2 (x86/x64)