Coder Social home page Coder Social logo

Comments (6)

EadCat avatar EadCat commented on June 23, 2024

Hi.
I think it can stitch both vertical and horizontal aligned inputs.
Please refer to "./images/demo3/results/out_00000.jpg" & "./images/demo1/results/out_00002.jpg".
However, the success of the task depends on your good placement of adjacent images and the difficulty of stitching itself.

The difficulty of stitching is related to the following factors.
#1 (comment)

from apap-image-stitching.

EadCat avatar EadCat commented on June 23, 2024

When real-time stitching is performed through a drone, this code is unsuitable because it uses Python's single threading.

from apap-image-stitching.

ChenJunzhi-buaa avatar ChenJunzhi-buaa commented on June 23, 2024

When real-time stitching is performed through a drone, this code is unsuitable because it uses Python's single threading.

Do you know any good codes or methods for real-time stitching,Thank you!

from apap-image-stitching.

EadCat avatar EadCat commented on June 23, 2024

Many stitching codes are not open, and there are various algorithms that assume various forms of data(Fixed view or View-free images).
All in all, the classical methods require energy optimization processes at each inference, therefore learning-based methods could be a good start if you need a real-time stitching method.
However, the learning-based methods can be limited in use due to the difficulty of building datasets.

from apap-image-stitching.

ChenJunzhi-buaa avatar ChenJunzhi-buaa commented on June 23, 2024

Many stitching codes are not open, and there are various algorithms that assume various forms of data(Fixed view or View-free images). All in all, the classical methods require energy optimization processes at each inference, therefore learning-based methods could be a good start if you need a real-time stitching method. However, the learning-based methods can be limited in use due to the difficulty of building datasets.

Thank for your reply! My task is to stitch DaJiang aerial video (the drone flies at an altitude of 120m) , do you know methods that can solve it well?

from apap-image-stitching.

EadCat avatar EadCat commented on June 23, 2024

Generally speaking, unsupervised learning-based methods will be easy to use.
Unsupervised Methods:

Semi-supervised one:

If you're using fixed hardware, you can modify my code and try it, but requires a calibration process.

from apap-image-stitching.

Related Issues (9)

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.