Skip to content
Snippets Groups Projects
Select Git revision
  • ee241fb9318f0d1f6a5abd24b4385cc13bd3c588
  • master default protected
  • beta
  • dev
  • andrewssobral-patch-1
  • update
  • thomas-fork
  • 2.0
  • v3.2.0
  • v3.1.0
  • v3.0
  • bgslib_py27_ocv3_win64
  • bgslib_java_2.0.0
  • bgslib_console_2.0.0
  • bgslib_matlab_win64_2.0.0
  • bgslib_qtgui_2.0.0
  • 2.0.0
  • bgs_console_2.0.0
  • bgs_matlab_win64_2.0.0
  • bgs_qtgui_2.0.0
  • v1.9.2_x86_mfc_gui
  • v1.9.2_x64_java_gui
  • v1.9.2_x86_java_gui
23 results

examples

  • Open with
  • Download source code
  • Download directory
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • user avatar
    Andrews Sobral authored
    ee241fb9
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.

    BGS Library Examples

    CMake on Linux or MacOS

    cd build
    cmake ..
    make
    cd ..

    Running

    chmod +x *.sh
    ./run_demo.sh
    ./run_demo2.sh

    or

    # using a web camera
    ./build/bgs_demo
    
    # using a video file
    ./build/bgs_demo ../dataset/video.avi
    
    # using a sequence of images
    ./build/bgs_demo2 ../dataset/frames