Skip to content

Commit

Permalink
Merge pull request #16 from YujiSODE/Y20190226
Browse files Browse the repository at this point in the history
Y20190226
  • Loading branch information
YujiSODE authored Feb 26, 2019
2 parents 4d80229 + b1b841d commit e50c9af
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,15 @@ 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`)
______
<img width=400 src="https://user-images.githubusercontent.com/19919184/53384050-efb8a080-39bc-11e9-8d94-dcd6e8b21367.png" alt="resultsamples_image">

## 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.
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
- `colorScale.js`: script to draw RGB color scale
- `index.html`: GUI
2 changes: 1 addition & 1 deletion getColorSection.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e50c9af

Please sign in to comment.