Giter Site home page Giter Site logo

rasata / bloggieunwarp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from golanlevin/bloggieunwarp

0.0 2.0 0.0 124 KB

OpenFrameworks tool to unwarp panoramic video from the Sony Bloggie camera (MHS-PM5K)

Home Page: http://www.flong.com

C++ 100.00%

bloggieunwarp's Introduction

<!-- BloggieUnwarper README                                    -->
<!-- Settings File & Instruction Manual in one!                -->
<!-- Golan Levin & Solomon Bisker                              -->
<!-- Made in openFrameworks, 2010                              -->
<!-- Built for OpenFrameworks v.0061                           -->
<!-- See: http://www.openframeworks.cc/download for complete   -->
<!-- copies of the libraries used in this project.             -->
<!--                                                           -->
<!--                                                           -->
<!-- Key commands for using the App.                           -->
<!-- // INSTRUCTIONS for using the App!!                       -->
<!-- // Press 's' to save the geometry settings.               -->
<!-- // Press 'r' to reload the previously saved settings.     -->
<!-- // Use the +/- keys to change the export codec.           -->
<!-- // Press 'v' to export the unwarped video.                -->
<!-- // Use the arrow keys to nudge the center point.          -->
<!-- // Drag the unwarped video left or right to shift it.     -->
<!--                                                           -->
<!--                                                           -->
<!-- Documentation of UnwarperSettings.xml:                    -->
<!-- INPUT_FILENAME:   Name of your input (warped) movie       -->
<!-- MAXR_FACTOR:      Large (outer) radius, as % of height    -->
<!-- MINR_FACTOR:      Small (inner) radius, as % of height    -->
<!-- ROTATION_DEGREES: Overall rotation/shift offset           -->
<!-- CENTERX:          Location of X center                    -->
<!-- CENTERY:          Location of Y center                    -->
<!-- OUTPUT_W:         Width of output movie                   -->
<!-- OUTPUT_H:         Height of output movie                  -->
<!-- Note: The Bloggie has a vertical FOV of 55 degrees,       -->
<!-- thus an optimal ratio of W/H = 360/55 = 6.55:1            -->
<!-- INTERP_METHOD:    Interpolation method, 0,1,2             -->
<!-- 0 = CV_INTER_NN; 1 = CV_INTER_LINEAR; 2 = CV_INTER_CUBIC. -->
<!-- CODEC_QUALITY:    Compression quality, 0(min)-5(lossless) -->
<!-- R_WARP_A,B,C:     Bloggie-specific optics parameters.     -->
<!-- Don't touch those!                                        -->
<!--                                                           -->
<!-- Example settings:                                         -->
<INPUT_FILENAME>bike_trip.mov</INPUT_FILENAME>
<MAXR_FACTOR>0.947</MAXR_FACTOR>
<MINR_FACTOR>0.245</MINR_FACTOR>
<ROTATION_DEGREES>105.750000</ROTATION_DEGREES>
<CENTERX>325.250000</CENTERX>
<CENTERY>182.750000</CENTERY>
<OUTPUT_W>1280</OUTPUT_W>
<OUTPUT_H>196</OUTPUT_H>
<INTERP_METHOD>1</INTERP_METHOD>
<CODEC_QUALITY>4</CODEC_QUALITY>
<R_WARP_A>0.1850</R_WARP_A>
<R_WARP_B>0.8184</R_WARP_B>
<R_WARP_C>-0.0028</R_WARP_C>

bloggieunwarp's People

Contributors

golanlevin avatar

Watchers

Zo-Hasina Rasatavohary avatar  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.