https://github.com/dancecoder/fanalyzer
Single page WEB-application for insects form analyzing scientific research
https://github.com/dancecoder/fanalyzer
Last synced: 24 days ago
JSON representation
Single page WEB-application for insects form analyzing scientific research
- Host: GitHub
- URL: https://github.com/dancecoder/fanalyzer
- Owner: dancecoder
- License: mit
- Created: 2017-09-15T10:14:04.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-07T05:11:18.000Z (about 8 years ago)
- Last Synced: 2025-10-14T10:01:03.828Z (9 months ago)
- Language: JavaScript
- Homepage: https://dancecoder.github.io/fanalyzer/public_html/index.html
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Form Analyzer
Single page WEB-application for insects form analyzing scientific research
Algorithms which has been implemented here are:
* Grayscale filter
* Gaussian blur filter
* Dilatation matrix filter
* Sobel operator filter
* Semirecursive flood
Special functions are:
* A figure center finding
* Form description by length from center to border of a figure (in polar coordinate system)
* Simmetry finding through covariance of axis length which descripts the figure
All of that is in pure JavaScript with no dependencies.
[Use it live!](https://dancecoder.github.io/fanalyzer/public_html/index.html) - go to the application page