Skip to content

lfsruerj/RPC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an RPC algorithm for spatial intersection of photogrammetric satellite images

Part of the e-foto 2.0 project, aiming to integrate Rational Polynomial Coefficients processing to the e-foto free photogrammetric suite.

Sponsored by Fundação Carlos Chagas Filho de Amparo à Pesquisa do Estado do Rio de Janeiro

Coordinator: Prof. Dr. Luiz Carlos Teixeira Coelho (UERJ) Students: Paulo Vitor Oliveira Vieira (1st year), Giovanna Rocha da Silva Ferreira Coutinho (2nd year) and Arthur Henrique de Souza Fernandes (both years).

Executing with CMAKE

1. Install CMAKE
2. Create a build folder in the RPC_MARCEL_CODE root
3. Enter in build folder
4. start the cmake build,COMMAND: $ cmake ..
5. build the program: $ cmake --build .

Example how to compile the tests using g++

g++ -g -Wall -I ..\includes\Eigen\Eigen -I ..\headers\ -I ..\headers\utils\ .\mainWork.cpp .\utils\RandPerm.cpp -o teste

About

This is a RPC algorithm based on a Monography from Marcel Emanuelli Rotunno

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.2%
  • Other 0.8%