This repository has been archived by the owner on Jun 3, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from YujiSODE/branch20170211
Branch20170211
- Loading branch information
Showing
1 changed file
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |