Giter Club home page Giter Club logo

fishconlc's Introduction

fishconLC

image

Fisheye to equirectangular converter written in RealBasic/XOJO

This is an experimental program (or if you prefer, a pre-alpha release), so use it at your own risk.

This program takes as input 1 or 2 images in fisheye/square/circular format and reproject them into equirectangular projection.

Fisheye

Equirect

A "fisheye/square/circular" is an image with same width and height, containing the circular image representing the field of fiew of a fisheye lens.

FishconLC relies on an external program called "FFMPEG", and makes use of its V360 filter to perform all calculations, being as a matter of fact just an interface to produce the needed parameters to use FFMPEG to convert from fisheye to equirectangular, using this command:

ffmpeg -i input.jpg -y output.jpg -vf v360:fisheye:equirectangular:h_fov=235:i_fov=235:yaw=0:pitch=90:roll=0
  • h_fov and i_fov define the horizontal and vertical FOV of thew fisheye image;
  • yow, pitch and roll define the orientation of the camera

fishconlc's People

Contributors

jumpjack avatar

Watchers

 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.