GithubHelp home page GithubHelp logo

calibration's Introduction

Documentation

technical report

Input file format.

Comments start with #.

Format data file.

#resolutions
<1st_camera_width>; <1st_camera_height>; <2nd_camera_width>; <2nd_camera_height>; ... ; <kth_camera_with>; <kth_camera_height>

#truth
<1st_frame_number>; <frame_time>; <1st_camera_point_x>; <1st_camera_point_y>; <2nd_camera_point_x>; <2nd_camera_point_y>; ... ; <kth_camera_point_x>; <kth_camera_point_y>
<2nd_frame_number>; <frame_time>; <1st_camera_point_x>; <1st_camera_point_y>; <2nd_camera_point_x>; <2nd_camera_point_y>; ... ; <kth_camera_point_x>; <kth_camera_point_y>
...
<mth_frame_number>; <frame_time>; <1st_camera_point_x>; <1st_camera_point_y>; <2nd_camera_point_x>; <2nd_camera_point_y>; ... ; <kth_camera_point_x>; <kth_camera_point_y>

# data
<mth+1_frame_number>; <frame_time>; <1st_camera_point_x>; <1st_camera_point_y>; <2nd_camera_point_x>; <2nd_camera_point_y>; ... ; <kth_camera_point_x>; <kth_camera_point_y>
...
<nth_frame_number>; <frame_time>; <1st_camera_point_x>; <1st_camera_point_y>; <2nd_camera_point_x>; <2nd_camera_point_y>; ... ; <kth_camera_point_x>; <kth_camera_point_y>

Format of file with ground truth.

<1st_frame_point_x> <1st_frame_point_y> <1st_frame_point_z>
<2nd_frame_point_x> <2nd_frame_point_y> <2nd_frame_point_z>
...
<mth_frame_point_x> <mth_frame_point_y> <mth_frame_point_z>

The first data line of the data file contains list of camera resolutions. The subsequent lines contain positions of the pointer in image coordinates for respective cameras.

The frame numbers and times are irrelevant for the main program, however they are useful for debugging purposes. They need to contain some fake values at least.

The first m points has special meaning, they should have given corresponding real world positions in the truth file to find real world frame of reference.

The data file can contain a nan value instead of numeric value, if data is missing for given position. E.g.

4535; 18.023216323653923; 41; 4; -121; 35; nan; nan; nan; nan; -70; 352

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.