Skip to content

Commit 314042a

Browse files
Update README.md
1 parent 76c7aba commit 314042a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ A Background Subtraction Library
99
</a>
1010
</p>
1111

12-
Last page update: **06/08/2019**
12+
Last page update: **23/07/2022** Previous page update: **06/08/2019**
1313

14-
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)
14+
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)
1515

1616
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.
1717

@@ -34,7 +34,7 @@ Supported Compilers are:
3434

3535
GCC 4.8 and above
3636
Clang 3.4 and above
37-
MSVC 2015, 2017, 2019
37+
MSVC 2015, 2017, 2019 or newer
3838

3939
Other compilers might work, but are not officially supported.
4040
The bgslibrary requires some features from the ISO C++ 2014 standard.

0 commit comments

Comments
 (0)