lybros / drone-vision

:mortar_board: Course project on FAMCS, BSU and UIIP, NASB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

drone-vision

Course work on FAMCS, BSU and UIIP, NASB

requirements:

install:

for mac os:

bash mac_os_install.sh

install all requirements via Homebrew, you can switch on needed version with brew switch <formula> <version>

build:

set <path_to_qt_cmake> for example $HOME/Qt/5.7/clang_64/lib/cmake/ set (CMAKE_PREFIX_PATH, <path_to_qt_cmake>) in CMakeLists.txt:9 and run:

mkdir release && cd release
cmake -D CMAKE_BUILD_TYPE=RELEASE -DCMAKE_PREFIX_PATH=<path_to_qt_cmake> ..
make -j4

or just run:

bash build.sh

run:

bash run.sh

or

./release/3d_reconstruction

development:

  • import code style settings for JetBrains IDEs from CodeStyle.xml

  • use utils/find_obj.py for bruteforce matching images, usage:

    python find_obj.py <image_to_find> # --feature=orb --in=in/ --out=out/ by default
    

About

:mortar_board: Course project on FAMCS, BSU and UIIP, NASB


Languages

Language:C++ 80.8%Language:C 16.0%Language:Objective-C 1.4%Language:Python 0.9%Language:CMake 0.7%Language:GLSL 0.2%Language:Shell 0.1%