|
1 | | -<script> |
2 | | - (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
3 | | - (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
4 | | - m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
5 | | - })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); |
6 | | - ga('create', 'UA-6131398-5', 'andrewssobral.github.io'); |
7 | | - ga('send', 'pageview'); |
8 | | -</script> |
9 | | - |
10 | 1 | BGSLibrary |
11 | 2 | ========== |
12 | 3 |
|
13 | 4 | A Background Subtraction Library |
14 | 5 |
|
15 | | -Last Page Update: **25/01/2015** |
| 6 | +Last Page Update: **01/05/2015** |
16 | 7 |
|
17 | 8 | Latest Library Version: **1.9.2** (see Release Notes for more info) |
18 | 9 |
|
19 | 10 | The BGSLibrary was developed by [Andrews Sobral](https://sites.google.com/site/andrewssobral) and provides an easy-to-use C++ framework based on [OpenCV](http://www.opencv.org/) to perform background subtraction (BGS) in videos. The BGSLibrary compiles under Linux, Mac OS X and Windows. Currently the library offers **37**¹ BGS algorithms. A large amount of algorithms were provided by several authors. The source code is available under GNU GPL v3 license, the library is free and open source for academic purposes². |
20 | 11 |
|
21 | | -For Windows users, a demo project for Visual Studio 2010 is provided. An executable version of BGSLibrary is available for Windows 32 bits and 64 bits. For Linux and Mac users, a Makefile can be used to compile all files. |
| 12 | +For Windows users, a demo project for Visual Studio 2010/2013 is provided. An executable version of BGSLibrary is available for Windows 32 bits and 64 bits. For Linux and Mac users, a Makefile can be used to compile all files. |
22 | 13 |
|
23 | 14 | Note: the BGSLibrary is based on OpenCV 2.X, if you want to use with OpenCV 3.x please check-out our [opencv3](https://github.com/andrewssobral/bgslibrary/tree/opencv3) branch. |
24 | 15 |
|
@@ -171,25 +162,15 @@ Download links |
171 | 162 |
|
172 | 163 | * BGSLibrary v1.9.2 with MFC GUI v1.4.2 (x86/x64) |
173 | 164 |
|
174 | | -https://github.com/andrewssobral/bgslibrary/blob/master/binaries/mfc_bgslibrary_x86_v1.4.2.zip |
175 | | - |
176 | | -Old versions: |
177 | | - |
178 | | -* BGSLibrary v1.9.1 with MFC GUI v1.4.1 (x86/x64) (+src) |
179 | | - |
180 | | -https://github.com/andrewssobral/bgslibrary/blob/master/binaries/mfc_bgslibrary_x86_v1.4.1.zip |
181 | | - |
182 | | -* BGSLibrary v1.9.0 with MFC GUI v1.4.0 (x86/x64) (+src) |
183 | | - |
184 | | -https://github.com/andrewssobral/bgslibrary/blob/master/binaries/mfc_bgslibrary_x86_v1.4.0.7z |
| 165 | +https://github.com/andrewssobral/bgslibrary/releases/download/v1.9.2_x86_mfc_gui/bgslibrary_x86_v1.9.2_with_mfc_gui_v1.4.2.7z |
185 | 166 |
|
186 | | -* BGSLibrary v1.5.0 with Java GUI for Windows 32bits (x86) |
| 167 | +* BGSLibrary v1.9.2 with Java GUI for Windows 32bits (x86) |
187 | 168 |
|
188 | | -https://github.com/andrewssobral/bgslibrary/blob/master/binaries/bgs_library_x86_v1.5.0_with_gui.7z |
| 169 | +https://github.com/andrewssobral/bgslibrary/releases/download/v1.9.2_x86_java_gui/bgslibrary_x86_v1.9.2_with_java_gui_v1.0.4.7z |
189 | 170 |
|
190 | | -* BGSLibrary v1.5.0 with Java GUI for Windows 64bits (x64) |
| 171 | +* BGSLibrary v1.9.2 with Java GUI for Windows 64bits (x64) |
191 | 172 |
|
192 | | -https://github.com/andrewssobral/bgslibrary/blob/master/binaries/bgs_library_x64_v1.5.0_with_gui.7z |
| 173 | +https://github.com/andrewssobral/bgslibrary/releases/download/v1.9.2_x64_java_gui/bgslibrary_x64_v1.9.2_with_java_gui_v1.0.4.7z |
193 | 174 |
|
194 | 175 |  |
195 | 176 |
|
|
0 commit comments