Skip to content

Commit e50c9af

Browse files
authored
Merge pull request #16 from YujiSODE/Y20190226
Y20190226
2 parents 4d80229 + b1b841d commit e50c9af

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,15 @@ GitHub: https://github.com/YujiSODE/getColorSection
88
>This software is modified version of `getColorSection.js version 1.0` by Yuji SODE
99
>\[Reference\] Sode, Y. 2015. getColorSection.js (see `getColorSection_2015.js`)
1010
______
11+
<img width=400 src="https://user-images.githubusercontent.com/19919184/53384050-efb8a080-39bc-11e9-8d94-dcd6e8b21367.png" alt="resultsamples_image">
12+
1113
## Concept
1214
Image analysis based on RGB color can be applied to generating columnar section in geological study.
1315
It is easy to describe vertical \(or horizontal\) changes with columnar section.
1416
Visual information composed of two-dimensional RGB color data, reflects morphological and physicochemical aspects of an object.
1517
Visual information is one of main factors that are employed to draw geological columnar section based on observing outcrops.
18+
19+
## Scripts
20+
- `getColorSection.js`: main script
21+
- `colorScale.js`: script to draw RGB color scale
22+
- `index.html`: GUI

getColorSection.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
*
2828
* --- Property of returned function ---
2929
* `scan.LOG;`
30-
* this returned function has a property of LOG object as follows:
30+
* `scan.LOG` is LOG object as follows:
3131
*
3232
* - `X`: x-coordinate
3333
* - `width`: width to scan

0 commit comments

Comments
 (0)