Skip to content

andreadalcin/MultiBodySelfCalibration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-body self-salibration (CVT)

This repository contains the code of the Multi-body self calibration paper at BMVC 2022.

Description of contents

This repository contains the following files and folders:

  • Dataset
    • optimization
      Already extracted fundamental matrices for demos on Robust Initialization + Optimization
    • raw
      Images from the datasets introduced in the original paper and the supplementary materials
    • sturm
      Already extracted fundamental matrices for demos on Robust Initialization
    • synthetic
      Data for synthetic demos
  • BMVC
    • src
      Implementation of the algorithm introduced in the original paper
    • exp_pipeline_real.m
      Demo for Robust Initialization + Optimization on real datasets
    • exp_pipeline_synthetic.m
      Demo for Robust Initialization + Optimization on synthetic datasets
    • exp_sturm_real.m
      Demo for Robust Initialization on real datasets
    • exp_sturm_synthetic.m
      Demo for Robust Initialization on synthetic datasets
  • MotionSegmentation
    Python code for motion segmentation with SURF feature descriptors and t-linkage

Instructions

Run the scripts in the BMVC folder to test our Robust Initialization step and our Optimization.

Scripts were tested using MATLAB R2021b.

Download the Computer Vision Toolkit dependency from http://www.diegm.uniud.it/fusiello/demo/toolkit/ and add the ComputerVisionToolkit folder to the path before launching the scripts.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors