e-foto / e-foto

The goal of Project E-foto is to provide the full implementation of a digital photogrammetric workstation as free software under a GNU GPL license.

Home Page:http://www.efoto.eng.uerj.br/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

e-foto

GNU GPL3 Lines of code GitHub code size in bytes GitHub top language

A free GNU/GPL educational digital photogrammetric workstation

The e-foto Project aims to deliver a comprehensive and accessible digital photogrammetric workstation by offering a complete implementation of the software as free and open-source under the GNU General Public License (GPL).

Digital Photogrammetry

e-foto is equipped with photogrammetric functionalities that empower the creation of topographic tridimensional mapping projects. It supports the utilization of aerial photogrammetric images captured by both analog cameras and digital sensors, enabling professionals to harness diverse data sources for their mapping endeavors.

How to use

You can access our website at http://www.efoto.eng.uerj.br/ where you will find comprehensive tutorials, thus ensuring a smooth and efficient learning experience.

How to install and run from sources (on Linux)

  1. Clone this repository
  2. Install packages:
    1. libgdal.dev
    2. build-essential
    3. libfontconfig1
    4. mesa-common-dev
    5. libx11-xcb-dev
    6. libglu1-mesa-dev

    sudo apt installlibgdal−dev build−essential libfontconfig1 mesa−common−dev libx11−xcb−dev libglu1−mesa−dev

  3. Install qt5 packages:
    1. qt5-default
    2. qt5-qmake

    sudo apt install qt5−default sudo apt install −y qt5−qmake

  4. Compile the source

    qmake e−foto.pro make

  5. Run e-foto

    ./build/bin/e−foto

Contribution Guidelines

  • Fork this repository
  • Clone your forked repository
  • Add your contribution
  • Commit and push
  • Create a pull request
  • Star this repository
  • Wait for pull request to merge
  • Celebrate your first step into the open source world and contribute more

License

This project is licensed under the terms of the GNU Public License.

About

The goal of Project E-foto is to provide the full implementation of a digital photogrammetric workstation as free software under a GNU GPL license.

http://www.efoto.eng.uerj.br/

License:GNU General Public License v3.0


Languages

Language:C++ 99.2%Language:QMake 0.8%Language:HTML 0.1%Language:GLSL 0.0%Language:C 0.0%