Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1019 Bytes

File metadata and controls

26 lines (19 loc) · 1019 Bytes

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