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

https://github.com/jasongellis/image-tools

Custom tools for working with images
https://github.com/jasongellis/image-tools

opencv-python

Last synced: 7 days ago
JSON representation

Custom tools for working with images

Awesome Lists containing this project

README

          

# image-tools
Custom tools for working with images.

These tools started off as my experiments with OpenCV for the [Palaeoanalytics project.](https://github.com/alan-turing-institute/Palaeoanalytics)

1) The [Pixulator](https://github.com/JasonGellis/image-tools/tree/main/pixulator) is a program to read and measure images. It works by reading image DPI/PPI and an associated image scale at the same DPI/PPI. The Pixulator function is now part of the [PyLithics Software Package.](https://zenodo.org/record/5898149)

2) The [Symmetry tester](https://github.com/JasonGellis/image-tools/tree/main/symmetry_tester) takes the perimeter contour of an image, fills it, and then calculates a ratio between top and bottom, and left and right halves.