From 3fd234837c135f61ac450d372e713d7438f88fd3 Mon Sep 17 00:00:00 2001 From: Yuji Sode Date: Tue, 26 Feb 2019 11:55:43 +0900 Subject: [PATCH 1/7] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 35c7bd1..06a9cc4 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ GitHub: https://github.com/YujiSODE/getColorSection >This software is modified version of `getColorSection.js version 1.0` by Yuji SODE >\[Reference\] Sode, Y. 2015. getColorSection.js (see `getColorSection_2015.js`) ______ +![resultsamples](https://user-images.githubusercontent.com/19919184/53384050-efb8a080-39bc-11e9-8d94-dcd6e8b21367.png) + ## Concept Image analysis based on RGB color can be applied to generating columnar section in geological study. It is easy to describe vertical \(or horizontal\) changes with columnar section. From 4d4ab86eca4fb2fc970b078c711c18b65529a890 Mon Sep 17 00:00:00 2001 From: Yuji Sode Date: Tue, 26 Feb 2019 11:58:11 +0900 Subject: [PATCH 2/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06a9cc4..b519808 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ GitHub: https://github.com/YujiSODE/getColorSection >This software is modified version of `getColorSection.js version 1.0` by Yuji SODE >\[Reference\] Sode, Y. 2015. getColorSection.js (see `getColorSection_2015.js`) ______ -![resultsamples](https://user-images.githubusercontent.com/19919184/53384050-efb8a080-39bc-11e9-8d94-dcd6e8b21367.png) +resultsamples_image ## Concept Image analysis based on RGB color can be applied to generating columnar section in geological study. From 878a76d6c012924013ec39372ed82fc1a5123b5c Mon Sep 17 00:00:00 2001 From: Yuji Sode Date: Tue, 26 Feb 2019 12:07:15 +0900 Subject: [PATCH 3/7] Update getColorSection.js --- getColorSection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getColorSection.js b/getColorSection.js index b93b4f9..a16b00a 100644 --- a/getColorSection.js +++ b/getColorSection.js @@ -27,7 +27,7 @@ * * --- Property of returned function --- * `scan.LOG;` -* this returned function has a property of LOG object as follows: +* `scan.LOG` is LOG object as follows: * * - `X`: x-coordinate * - `width`: width to scan From 08173e22be98b1fea9404ffeac4a7f907dced0a8 Mon Sep 17 00:00:00 2001 From: Yuji Sode Date: Tue, 26 Feb 2019 12:08:42 +0900 Subject: [PATCH 4/7] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b519808..0538950 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,7 @@ Image analysis based on RGB color can be applied to generating columnar section It is easy to describe vertical \(or horizontal\) changes with columnar section. Visual information composed of two-dimensional RGB color data, reflects morphological and physicochemical aspects of an object. Visual information is one of main factors that are employed to draw geological columnar section based on observing outcrops. + +# Scripts +- `getColorSection.js`: main script +- From 0e0dcdc1beec8a4c0bdfe1cbc3217c828eb665e2 Mon Sep 17 00:00:00 2001 From: Yuji Sode Date: Tue, 26 Feb 2019 12:11:02 +0900 Subject: [PATCH 5/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0538950..90192af 100644 --- a/README.md +++ b/README.md @@ -18,4 +18,4 @@ Visual information is one of main factors that are employed to draw geological c # Scripts - `getColorSection.js`: main script -- +- `colorScale.js`: script to draw RGB color scale From 492c3ecca3582e6b6aeb757f63bc63640ce6e489 Mon Sep 17 00:00:00 2001 From: Yuji Sode Date: Tue, 26 Feb 2019 12:15:07 +0900 Subject: [PATCH 6/7] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 90192af..3974c69 100644 --- a/README.md +++ b/README.md @@ -19,3 +19,4 @@ Visual information is one of main factors that are employed to draw geological c # Scripts - `getColorSection.js`: main script - `colorScale.js`: script to draw RGB color scale +- `index.html`: GUI From b1b841d9d9a92e7c0db5d9286827f374b18e2292 Mon Sep 17 00:00:00 2001 From: Yuji Sode Date: Tue, 26 Feb 2019 12:15:53 +0900 Subject: [PATCH 7/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3974c69..5886b09 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ It is easy to describe vertical \(or horizontal\) changes with columnar section. Visual information composed of two-dimensional RGB color data, reflects morphological and physicochemical aspects of an object. Visual information is one of main factors that are employed to draw geological columnar section based on observing outcrops. -# Scripts +## Scripts - `getColorSection.js`: main script - `colorScale.js`: script to draw RGB color scale - `index.html`: GUI