Giter VIP home page Giter VIP logo

camerasensorsizedatabase's Introduction

Camera Sensor Size Database

An open camera sensor size database.


Introduction

This repository contains a list of camera model and their corresponding camera sensor size.

Linking image entry to image EXIF data allow to compute approximate focal length (in pixels)

focal_pix = (max( w, h ) * focal_mm) / ccdw_mm

  • focal_pix: the focal length in pixels,
  • focal_mm: the EXIF focal length (mm),
  • w,h the image of width and height (pixels),
  • ccdw_mm: the known sensor width size (mm).

Description

There are two flavors of the database.

The sensor_database.csv has the format

CameraMaker;CameraModel;SensorWidth(mm)

The sensor_database_detailed.csv

CameraMaker;CameraModel;SensorDescription;SensorWidth(mm);SensorHeight(mm),SensorWidth(pixels),SensorHeight(pixels)

The initial version of this database has been contributed by the openMVG project and Gregor Brdnik, the creator of http://www.digicamdb.com/.

Contributions to the database are welcome (please use the pull request mechanism)


License

The database is available under the MIT license, see the LICENSE text file.

camerasensorsizedatabase's People

Contributors

pmoulon avatar paulinus avatar jlowzow avatar megbyst avatar cignoni avatar timsc avatar

Watchers

Marco Mazzo avatar

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.