An open API service indexing awesome lists of open source software.

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

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