Giter VIP home page Giter VIP logo

Comments (12)

dronemapper-io avatar dronemapper-io commented on September 2, 2024 3

GCP for NMM are used in the aerial triangulation. GCP support was recently committed to master
Thanks @pierotofy for the path bug fix

from nodemicmac.

pierotofy avatar pierotofy commented on September 2, 2024 2

A good starting point could be the GCP class in ODM https://github.com/OpenDroneMap/ODM/blob/master/opendm/gcp.py which already does some parsing.

from nodemicmac.

dronemapper-io avatar dronemapper-io commented on September 2, 2024 1

The MM GCP format is as follows:

3d_gcp.txt:
GCPNAME UTMX UTMY ELEVATION PRECISIONXY PRECISIONZ

2d_gcp.txt:
GCNAME IMAGENAME PIXELX PIXELY

PRECISIONXY and PRECISIONZ is the surveyed precision error in meters.

from nodemicmac.

pierotofy avatar pierotofy commented on September 2, 2024

Wonder if we could make a parser to conform to the GCP format already used by ODM.

from nodemicmac.

smathermather avatar smathermather commented on September 2, 2024

Yes, I suppose that would be ideal. Having two GCP formats wouldn't make anyone happy.

from nodemicmac.

smathermather avatar smathermather commented on September 2, 2024

PRECISIONXY and PRECISIONZ is the surveyed precision error in meters.

Are these required, and if unknown, are there suggested dummy values?

from nodemicmac.

pierotofy avatar pierotofy commented on September 2, 2024

I'm thinking you could just set this to a low value; I think it serves the purpose of allowing for different weights, in case you have survey points of different precision.

from nodemicmac.

dronemapper-io avatar dronemapper-io commented on September 2, 2024

Yes they are required but I usually use 0.05 for each value -- it seems to be a good generic / universal value for most GCP missions. It helps loosen or tighten the GCP bundle block adjustment depending on the value used.

from nodemicmac.

smathermather avatar smathermather commented on September 2, 2024

Format questions/differences aside, GCPs could be used with NodeMICMAC now, or is additional work needed?

from nodemicmac.

dronemapper-io avatar dronemapper-io commented on September 2, 2024

Would need to add some logic into the run.py to detect GCP files and use them if formatted properly. it isn't a big amount of work. The larger task would be detecting a gcp_list.txt and converting it into the proper format for MicMac (which requires 2 files.. one 3D (real world) and another is the image list and X/Y target locations)
I'll take a look at opendm/gcp.py this tonight

from nodemicmac.

smathermather avatar smathermather commented on September 2, 2024

Awesome. Thanks!

from nodemicmac.

dani2007 avatar dani2007 commented on September 2, 2024

Once, the GCP can be used in NodeMICMAC, are the GCP used to imrove the prosessing or - as I understand it in ODM - just at the end to stretch and fit the finished results?

Side question: could NodeMICMAC already use GCPs if they where in the right (2 file) format?

from nodemicmac.

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.