GithubHelp home page GithubHelp logo

hatsune39 / orthophoto_maps Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hwiyoung/orthophoto_maps

0.0 0.0 0.0 323.68 MB

A mapping software that generate individual maps(orthophotos) from images of drone

Python 100.00%

orthophoto_maps's Introduction

Orthophoto_Maps

A mapping software that generate individual maps(orthophotos) from drone images. Only with images(and sensory data), you can generate orthophotos of area of interests.

dg_result

Steps:

  1. Georeferencing: determine camera pose(position: x, y, z; orientation: ω, φ, κ) and 3D coordinates(x, y, z)
  2. DEM processing
    • Option 1: Average height plane
    • Option 2: (Generated sparse point clouds, will be added soon)
  3. Geodata generation
    1. Rectify
    2. Pixel resampling

Installation

I tested it in python 3.8, Ubuntu 18.04

conda env create -f environment.yaml
conda activate orthophoto

Usage

After installation and set the input path, you can immediately run for direct georeferencing:

python main_dg.py

It generates individual orthophotos for each photo For now, you have to edit configurations like input path, output path and sensor width in main_dg.py They have to be defined in config file

Other codes are in arrangement For example, code for local bundle adjustment and thermal image processing will be added soon

Input & Output

Contents Data etc.
Input Drone images DJI(now)
Output Individual orthophoto GeoTIFF

Future Work

  • Ref. bundle adjustment
  • Ray-tracing
  • Time table saving
  • Configurations
    • Input path
    • Output path
    • System calibration
    • Ground height
    • GSD

orthophoto_maps's People

Contributors

hwiyoung avatar

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.