Git Product home page Git Product logo

Comments (5)

paulinus avatar paulinus commented on May 30, 2024 3

Since the merge above, you can specify the option matching_order_neighbors: 2 to match only images that are consecutive when sorted by image name.

from opensfm.

paulinus avatar paulinus commented on May 30, 2024

Assuming you have GPS position of the images on the EXIF, you can set the
option matching_gps_neighbors to something like 4 to limit every image to
be matched only to the closest 4 neighbors. This uses the GPS position to
determine the neighbors.

Try adding the line

matching_gps_neighbors: 4             # Number of images to match selected
by GPS distance. Set to 0 to use no limit

to the config.yaml of your dataset.

On Thu, Jun 16, 2016 at 3:07 AM, dunny2016 [email protected] wrote:

Is there any function to process consecutive equirectangular images with
loop closing? I am interested in large-scale reconstruction using an
omnidirectional camera, however, it takes very long time to calculate
matches between all frames.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#82, or mute the thread
https://github.com/notifications/unsubscribe/AAzY4pdK0mghV2mN8c9UJVUp2IBA3g-8ks5qMKHBgaJpZM4I279j
.

from opensfm.

 avatar commented on May 30, 2024

Thank you for your kind reply.

I don't have GPS position data. I extract sequential images from the omnidirectional video.
Is there any function to match sequential images?

from opensfm.

mapninja avatar mapninja commented on May 30, 2024

I just want to bump this, because I'm interested in this, too. Perhaps if we wrote "faked" GPS data to the EXIF header?, but it seems like this should be a core setting, especially for screen grabs from video.

from opensfm.

jer5 avatar jer5 commented on May 30, 2024

This would be useful to us too. Images that have come from video have a natural sequence and it would be useful to use this to determine the neighbours instead of GPS position (which is not always available or valid).

I suggest the following three possibilities for passing the sequence number information in.

  1. The sequence number could be generated from the exif attribute "Exif.Image.DateTimeOriginal".

  2. The sequence number could be taken directly from the exif attribute "Exif.Image.ImageNumber".

  3. The sequence number could be embedded within the image file name. E.g. "frame00001.jpg", "frame00002.jpg" etc. in a similar way to that which ffmpeg generates output image file names when given the output name "frame%05d.jpg".

from opensfm.

Related Issues (20)

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.