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
- Host: GitHub
- URL: https://github.com/jasongellis/image-tools
- Owner: JasonGellis
- Created: 2022-06-15T11:01:10.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-28T17:32:36.000Z (over 2 years ago)
- Last Synced: 2025-01-12T23:44:33.945Z (over 1 year ago)
- Topics: opencv-python
- Language: Python
- Homepage:
- Size: 904 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.