Git Product home page Git Product logo

Comments (7)

waps101 avatar waps101 commented on May 29, 2024

Hi Nick,

This is something I would be very interested in and pleased to see added to OpenSfM.

Cheers,

Will

from opensfm.

nickponline avatar nickponline commented on May 29, 2024

Hi Will,

Is there anything I can build off to get started or a preferred approach?

Nick

from opensfm.

paulinus avatar paulinus commented on May 29, 2024

Hi Nick and Will,

OpenSfM does not compute orthophotos on its own, but can be used as a part of the process.

The typical approach to create orthophotos is

  1. Compute the camera positons (OpenSfM does this part)
  2. Compute depth maps or dense point clouds
  3. Compute a mesh and texture it using the images
  4. Take a picture (the orthophoto) of that mesh

https://github.com/OpenDroneMap/OpenDroneMap is a project that installs and runs the required software for all of the process. The python-port branch has the option to use OpenSfM for computing the camera positions.

from opensfm.

nickponline avatar nickponline commented on May 29, 2024

Does this branch generate the orthophoto using Python? If it does it might
be a good starting point.

On Thu, Oct 22, 2015 at 1:26 PM, Pau Gargallo [email protected]
wrote:

Hi Nick and Will,

OpenSfM does not compute orthophotos on its own, but can be used as a part
of the process.

The typical approach to create orthophotos is

  1. Compute the camera positons (OpenSfM does this part)
  2. Compute depth maps or dense point clouds
  3. Compute a mesh and texture it using the images
  4. Take a picture (the orthophoto) of that mesh

https://github.com/OpenDroneMap/OpenDroneMap is a project that installs
and runs the required software for all of the process. The python-port
branch has the option to use OpenSfM for computing the camera positions.

โ€”
Reply to this email directly or view it on GitHub
#43 (comment).

from opensfm.

paulinus avatar paulinus commented on May 29, 2024

It generates the orthophoto using a C++ code (https://github.com/OpenDroneMap/OpenDroneMap/tree/python-port/odm_orthophoto). Python there refers only to the run.py script with is the one in charge of running the required tools for each of the processes

from opensfm.

nickponline avatar nickponline commented on May 29, 2024

Then Would it make sense to just port the cpp implementation to Python and
integrate into osfm?

On Thursday, October 22, 2015, Pau Gargallo [email protected]
wrote:

It generates the orthophoto using a C++ code (
https://github.com/OpenDroneMap/OpenDroneMap/tree/python-port/odm_orthophoto).
Python there refers only to the run.py script with is the one in charge
of running the required tools for each of the processes

โ€”
Reply to this email directly or view it on GitHub
#43 (comment).

from opensfm.

paulinus avatar paulinus commented on May 29, 2024

super late answer here: that would be more complex than just using ODM directly. I don't think is a good plan. I would rather help improving ODM on that side.

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.