Skip to content
Snippets Groups Projects
Commit 5f776633 authored by Andrews Cordolino Sobral's avatar Andrews Cordolino Sobral
Browse files

Upgraded version to 3.2.0

parent 8a49bd43
No related branches found
No related tags found
No related merge requests found
version=3.1.0-SNAPSHOT
version=3.2.0-SNAPSHOT
cmake_minimum_required(VERSION 3.1)
project(bgslibrary VERSION 3.1.0)
project(bgslibrary VERSION 3.2.0)
include(CheckCXXCompilerFlag)
......
## BGSLibrary
A Background Subtraction Library
[![Release](https://img.shields.io/badge/Release-3.1.0-blue.svg)](https://github.com/andrewssobral/bgslibrary/wiki/Build-status) [![License: GPL v3](https://img.shields.io/badge/License-MIT-blue.svg)](http://www.gnu.org/licenses/gpl-3.0) [![Platform: Windows, Linux, OS X](https://img.shields.io/badge/Platform-Windows%2C%20Linux%2C%20OS%20X-blue.svg)](https://github.com/andrewssobral/bgslibrary/wiki/Build-status) [![OpenCV](https://img.shields.io/badge/OpenCV-2.4.x%2C%203.x%2C%204.x-blue.svg)](https://github.com/andrewssobral/bgslibrary/wiki/Build-status) [![Wrapper: Python, MATLAB](https://img.shields.io/badge/Wrapper-Java%2C%20Python%2C%20MATLAB-orange.svg)](https://github.com/andrewssobral/bgslibrary/wiki/Build-status) [![Algorithms](https://img.shields.io/badge/Algorithms-43-red.svg)](https://github.com/andrewssobral/bgslibrary/wiki/List-of-available-algorithms)
[![Release](https://img.shields.io/badge/Release-3.2.0-blue.svg)](https://github.com/andrewssobral/bgslibrary/wiki/Build-status) [![License: GPL v3](https://img.shields.io/badge/License-MIT-blue.svg)](http://www.gnu.org/licenses/gpl-3.0) [![Platform: Windows, Linux, OS X](https://img.shields.io/badge/Platform-Windows%2C%20Linux%2C%20OS%20X-blue.svg)](https://github.com/andrewssobral/bgslibrary/wiki/Build-status) [![OpenCV](https://img.shields.io/badge/OpenCV-2.4.x%2C%203.x%2C%204.x-blue.svg)](https://github.com/andrewssobral/bgslibrary/wiki/Build-status) [![Wrapper: Python, MATLAB](https://img.shields.io/badge/Wrapper-Java%2C%20Python%2C%20MATLAB-orange.svg)](https://github.com/andrewssobral/bgslibrary/wiki/Build-status) [![Algorithms](https://img.shields.io/badge/Algorithms-43-red.svg)](https://github.com/andrewssobral/bgslibrary/wiki/List-of-available-algorithms)
<p align="center">
<a href="https://youtu.be/_UbERwuQ0OU" target="_blank">
......@@ -9,9 +9,9 @@ A Background Subtraction Library
</a>
</p>
Last page update: **23/07/2022** Previous page update: **06/08/2019**
Last page update: **31/07/2022**
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)
Library Version: **3.2.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.
......
......@@ -3,7 +3,7 @@
int main(int argc, char *argv[])
{
std::cout << "--------------------------------------------" << std::endl;
std::cout << "Background Subtraction Library v3.1.0 " << std::endl;
std::cout << "Background Subtraction Library v3.2.0 " << std::endl;
std::cout << "https://github.com/andrewssobral/bgslibrary " << std::endl;
std::cout << "by: " << std::endl;
std::cout << "Andrews Sobral (andrewssobral@gmail.com) " << std::endl;
......@@ -13,7 +13,7 @@ int main(int argc, char *argv[])
QApplication a(argc, argv);
QCoreApplication::setApplicationName("BGSLibrary");
QCoreApplication::setApplicationVersion("3.1.0");
QCoreApplication::setApplicationVersion("3.2.0");
MainWindow w;
w.show();
......
......@@ -208,7 +208,7 @@ with open("README.md", "r") as fh:
setup(
name='pybgs',
version='3.1.0.post0',
version='3.2.0.post0',
author='Andrews Sobral',
author_email='andrewssobral@gmail.com',
url='https://github.com/andrewssobral/bgslibrary',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment