Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.2 KB

README.md

File metadata and controls

22 lines (19 loc) · 1.2 KB

getColorSection

Tool that draws a columnar color section by given RGB values of the canvas.
GitHub: https://github.com/YujiSODE/getColorSection

Copyright (c) 2015-2019 Yuji SODE <[email protected]>
This software is released under the MIT License.
See LICENSE or http://opensource.org/licenses/mit-license.php

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_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