From dcf66a776eece8365bbf4a852691073150aa1f6e Mon Sep 17 00:00:00 2001 From: Arthur Date: Sat, 24 Aug 2024 16:18:06 -0300 Subject: [PATCH 1/3] ARTHUR - new README proposed --- README.md | 35 +++++++++++++++++++++++++++++++---- 1 file changed, 31 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9e1ab7a..c05362d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,35 @@ -

This is an RPC algorithm Based on a Monography from Marcel Emanuelli Rotunno

+# This is an RPC algorithm Based on a Monography from Marcel Emanuelli Rotunno + +## Objective + +## Guidelines +lorem ipsulum dolor amet sic + +## Understanding Parameters' Names + +To minimize the declaration of various names and to make the code more organized, various Structures were created as listed in `sources/structs.h`. +For example: + +```cpp +typedef struct Coordinates +{ + Eigen::MatrixXd Lat; + Eigen::MatrixXd Long; + Eigen::MatrixXd Height; +} Coordinates; +``` + +Variables' names are longer then usually seen so that the code can be semanthicaly understood, as in: + +```cpp + Coordinates SpacialInterssectionReturn; + SpacialInterssectionReturn.Long = Long; +``` + +Functions' names are also longer so that the users can easily find the functions that suit theirs needs sinmply by reading its names as in `Coordinates SpacialInterssection()`. + +## Source -

Source

-

R842 Rotunno, Marcel Emanuelli. Interseção espacial pelo modelo de funções racionais para @@ -21,4 +49,3 @@ Bibliografia p.47 CDU 62:528.9 -

From f21f7acf84366afe22defb15b195fa657d8f4a83 Mon Sep 17 00:00:00 2001 From: Arthur Fernandes <108423888+arthurfernandes893@users.noreply.github.com> Date: Mon, 2 Sep 2024 12:02:19 -0300 Subject: [PATCH 2/3] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c05362d..45f1beb 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,12 @@ -# This is an RPC algorithm Based on a Monography from Marcel Emanuelli Rotunno + # ![alt-text][lfsr-logo] RPC Processing Module for Satelite Imagery ## Objective + - The objective of this module is to add the satelite image processing feature to the [E-Foto](https://github.com/lfsruerj/e-foto-tests) software +## Workflow Diagram of the Main Function: +- lorem ipsilum dolor sit ment ## Guidelines -lorem ipsulum dolor amet sic +- lorem ipsulum dolor amet sic ## Understanding Parameters' Names @@ -49,3 +52,4 @@ Bibliografia p.47 CDU 62:528.9 +[lfsr-logo]: loremipsilum From 595f50142284c427b3a6b8b72d07f17f9e1af218 Mon Sep 17 00:00:00 2001 From: Arthur Fernandes <108423888+arthurfernandes893@users.noreply.github.com> Date: Wed, 4 Sep 2024 12:33:39 -0300 Subject: [PATCH 3/3] lfsr logo added --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 45f1beb..39108f5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - # ![alt-text][lfsr-logo] RPC Processing Module for Satelite Imagery + # ![lfsr logo](http://www.efoto.eng.uerj.br/images/LFSR.png) RPC Processing Module for Satelite Imagery ## Objective - The objective of this module is to add the satelite image processing feature to the [E-Foto](https://github.com/lfsruerj/e-foto-tests) software @@ -52,4 +52,4 @@ Bibliografia p.47 CDU 62:528.9 -[lfsr-logo]: loremipsilum +[lfsr-logo]: (http://www.efoto.eng.uerj.br/images/LFSR.png)