Coder Social home page Coder Social logo

ybhan / panoramic-photo-generation Goto Github PK

View Code? Open in Web Editor NEW
29.0 29.0 6.0 21.9 MB

๐Ÿ“น Generate panorama image from video

License: MIT License

Python 100.00%
computer-vision image-stitching laplacian-pyramid opencv panorama python sift

panoramic-photo-generation's Introduction

Hey Friend ๐Ÿ‘‹

Welcome to Yuanbo Han's profile! Here is a peek of my GitHub:

Yuanbo Han's GitHub Stats

Yuanbo Han's Top Languages

Please feel free to look around. Thank you for visiting!

visitor badge

panoramic-photo-generation's People

Contributors

ybhan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

panoramic-photo-generation's Issues

Image stitching based on moving object

I have a set of moving object. For Stitching the image based on the movement of moving object, what might be the best way to do the keyframe selection?

About vectorization of Warping code

Hello ybhan great respository , I have changed some part of your code like Cylindrical warping to vectorized ones and achieved significant speedup ,but i could not vectorize this part of your code .
In stitch.py ,Line number 38

for i in range(-y_min, h2 - y_min):  
        for j in range(-x_min, w2 - x_min):
            if np.any(img2[i + y_min][j + x_min]):
                img_output[i][j] = img2[i + y_min][j + x_min]

Any ideas ?

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.