https://github.com/stephencoady/image-analysis-tool
Allows the user to analyse images and perform several actions
https://github.com/stephencoady/image-analysis-tool
Last synced: 11 months ago
JSON representation
Allows the user to analyse images and perform several actions
- Host: GitHub
- URL: https://github.com/stephencoady/image-analysis-tool
- Owner: StephenCoady
- Created: 2014-10-18T10:11:28.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-06T18:10:53.000Z (over 10 years ago)
- Last Synced: 2023-02-26T13:12:16.571Z (over 3 years ago)
- Language: Java
- Homepage:
- Size: 5.98 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Image-Analysis-Tool
===================
This program can be used to perform several image analysis processes on any image of your choosing.
NOTE: it is still buggy. Images larger than ~4MB may not render correctly.
You will also need to use the binary tab to binarise the image before being able to use the random colours process.
This is due to the fact that the randomise function uses a binarised image to colour each component,
and adjusting the slider is then reflected in the random colours image.
Stephen Coady