lucianjames / Vid2Photogrammetry

Software to process videos into an image sequence optimised for use with photogrammetry software. A-level computer science project
1 stars 1 forks source link

Vid2Photogrammetry

Software to process videos into an image sequence optimised for use with photogrammetry software. A-level computer science project

Features:

Compiling:

Arch Linux:

  1. Install deps and tools.
    pacman -S git cmake opencv qt5
  2. Clone repository, create build folder
    git clone https://github.com/LJ3D/Vid2Photogrammetry.git
    cd Vid2Photogrammetry 
    mkdir build
    cd build
  3. Run cmake
    cmake ..
    cmake --build .

    Other distros:

    Just swap out the package manager and it should be fine

Windows:

Its not worth it

Mac:

lmao