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

updated description in the Main.cpp intro

parent 85cbdde0
No related branches found
No related tags found
No related merge requests found
...@@ -15,4 +15,9 @@ fet/etc/ ...@@ -15,4 +15,9 @@ fet/etc/
*.dll *.dll
*.pyd *.pyd
*.so *.so
*.config
*.creator
*.creator.user
*.files
*.includes
bgs.egg-info bgs.egg-info
...@@ -28,12 +28,12 @@ namespace bgslibrary ...@@ -28,12 +28,12 @@ namespace bgslibrary
public: public:
static void start(int argc, const char **argv) static void start(int argc, const char **argv)
{ {
std::cout << "-----------------------------------------" << std::endl; std::cout << "---------------------------------------------" << std::endl;
std::cout << "Background Subtraction Library v2.0.0 " << std::endl; std::cout << "Background Subtraction Library " << std::endl;
std::cout << "http://code.google.com/p/bgslibrary " << std::endl; std::cout << "https://github.com/andrewssobral/bgslibrary " << std::endl;
std::cout << "by: " << std::endl; std::cout << "by: " << std::endl;
std::cout << "Andrews Sobral (andrewssobral@gmail.com) " << std::endl; std::cout << "Andrews Sobral (andrewssobral@gmail.com) " << std::endl;
std::cout << "-----------------------------------------" << std::endl; std::cout << "---------------------------------------------" << std::endl;
std::cout << "Using OpenCV version " << CV_VERSION << std::endl; std::cout << "Using OpenCV version " << CV_VERSION << std::endl;
try try
......
run_camera.sh 100644 → 100755
File mode changed from 100644 to 100755
run_demo.sh 100644 → 100755
File mode changed from 100644 to 100755
run_demo2.sh 100644 → 100755
File mode changed from 100644 to 100755
run_video.sh 100644 → 100755
File mode changed from 100644 to 100755
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment