Skip to content
This repository has been archived by the owner on Jun 3, 2018. It is now read-only.

Commit

Permalink
Merge pull request #1 from YujiSODE/branch20170211
Browse files Browse the repository at this point in the history
Branch20170211
  • Loading branch information
YujiSODE authored Feb 11, 2017
2 parents b8019de + b714011 commit b71a170
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,24 @@
# imgSampler
HTML based graphical sampling in order to generate values following an empirical distribution.
HTML based graphical sampling in order to generate values following an empirical distribution.
https://github.com/YujiSODE/imgSampler

>Copyright (c) 2016 Yuji SODE \<yuji.sode@gmail.com\>
>This software is released under the MIT License.
>See LICENSE or http://opensource.org/licenses/mit-license.php
______

##Script
* `imgSampler.html`
* `draw2Sample.js`
* `defaultImg.png`

##How to use
1. __"Image path":__ input for a file name or a path to target image.
2. __"Load" button;__ it loads a target image file.
3. __"Run" button;__ it calls graphical sampling interface.

About details of graphical sampling, please see `draw2Sample_README.md` or [draw2Sample](https://github.com/YujiSODE/draw2Sample).

## Library list
* HTML framework is based on imgFrm.html (Yuji SODE,2017): MIT License; https://github.com/YujiSODE/imgFrm
* draw2Sample-1.2.1/draw2Sample.js (Yuji SODE,2016): MIT License; https://github.com/YujiSODE/draw2Sample

0 comments on commit b71a170

Please sign in to comment.