GithubHelp home page GithubHelp logo

openmvg_sfmimagelisting_elphel_camera's Introduction

=========================================== main_openMVG_SfMImageListing_Elphel_Camera


Introduction

This binary help to initialize a OpenMVG sfm_data's scene for non central Elphel's cameras.

It parses an image directory and initialize the camera subpose for each camera intrinsic (openMVG::cameras::Pinhole_Intrinsic_Subpose) by using the Elphel calibration X.key file. Note that since that non central camera are used, many Views share the same Pose index.


Building

Since this project depends on OpenMVG/OpenGV, you must compile them and install them. Here the step by step build instructions:

mkdir myProject
cd myProject

build_path=`pwd`

git clone --recursive https://github.com/openMVG/openMVG.git -b develop_subposes
git clone https://github.com/pmoulon/opengv.git -b develop_cmake_install

openMVG_path=$build_path/openMVG
openMVG_build_path=$build_path/openMVG_build
openMVG_install_path=$build_path/openMVG_install

openGV_build_path=$build_path/openGV_Build
openGV_install_path=$build_path/openGV_install

project_path=$build_path/OpenMVG_SfMImageListing_Elphel_Camera_Build

#
# Build Dependencies (OpenGV)
#

mkdir $openGV_build_path
cd $openGV_build_path

cmake ../opengv -DCMAKE_BUILD_TYPE=RELEASE -DEIGEN_INCLUDE_DIR=$openMVG_path/src/third_party/eigen -DINSTALL_OPENGV=ON -DCMAKE_INSTALL_PREFIX=$openGV_install_path

make -j8
make test
make install

cd $build_path

#
# Build Dependencies (OpenMVG)
#

# OpenMVG Compilation

mkdir $openMVG_build_path
cd $openMVG_build_path
mkdir $openGV_install_path

cmake ../openMVG/src -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_INSTALL_PREFIX:STRING=$openMVG_install_path -DOpenMVG_BUILD_TESTS=ON -Dopengv_DIR:STRING=$openGV_install_path/CMake

make -j8
make install

cd $build_path

#
# Build This project
#

git clone https://github.com/openMVG/OpenMVG_SfMImageListing_Elphel_Camera.git
mkdir $project_path 
cd $project_path

cmake ../OpenMVG_SfMImageListing_Elphel_Camera -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_INSTALL_PREFIX:STRING=$openMVG_install_path -Dopengv_DIR:STRING=$openGV_install_path/CMake


License

See AGPL LICENSE text file


Authors

Pierre MOULON


Usage

$ main_openMVG_SfMImageListing_Elphel_Camera -i myscene/imagePath -k calibration.key -o myscene/matchesPath

openmvg_sfmimagelisting_elphel_camera's People

Contributors

pmoulon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

openmvg_sfmimagelisting_elphel_camera's Issues

using only some of the images from the Eyesis-4pi camera

Hi Pierre,

Could you please implement a filter to specify only some images from Eyesis-4pi to be used in the reconstruction (for example the two stereo-pairs) ?

Also, since all intrinsic & extrinsic parameters of the rig are known how to disallow OpenMVG to adjust them later during the pipeline ?
Regards.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.