From 314042a6c7d6b390b80f03007c24bbaff160f44c Mon Sep 17 00:00:00 2001 From: Andrews Cordolino Sobral <andrewssobral@users.noreply.github.com> Date: Sat, 23 Jul 2022 18:11:09 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a85f72a..654511e 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ A Background Subtraction Library </a> </p> -Last page update: **06/08/2019** +Last page update: **23/07/2022** Previous page update: **06/08/2019** -Library Version: **3.0.0** (see **[Build Status](https://github.com/andrewssobral/bgslibrary/wiki/Build-status)** and **[Release Notes](https://github.com/andrewssobral/bgslibrary/wiki/Release-notes)** for more info) +Library Version: **3.1.0** (see **[Build Status](https://github.com/andrewssobral/bgslibrary/wiki/Build-status)** and **[Release Notes](https://github.com/andrewssobral/bgslibrary/wiki/Release-notes)** for more info) The **BGSLibrary** was developed early 2012 by [Andrews Sobral](http://andrewssobral.wixsite.com/home) to provide an easy-to-use C++ framework (wrappers for Python, Java and MATLAB are also available) for foreground-background separation in videos based on [OpenCV](http://www.opencv.org/). The bgslibrary is compatible with OpenCV 2.4.x, 3.x and 4.x, and compiles under Windows, Linux, and Mac OS X. Currently the library contains **43** algorithms. The source code is available under the [MIT license](https://opensource.org/licenses/MIT), the library is available free of charge to all users, academic and commercial. @@ -34,7 +34,7 @@ Supported Compilers are: GCC 4.8 and above Clang 3.4 and above - MSVC 2015, 2017, 2019 + MSVC 2015, 2017, 2019 or newer Other compilers might work, but are not officially supported. The bgslibrary requires some features from the ISO C++ 2014 standard. -- GitLab