Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ianhi/relative-length-measurer

measure relative lenghts in an image
https://github.com/ianhi/relative-length-measurer

Last synced: 2 months ago
JSON representation

measure relative lenghts in an image

Awesome Lists containing this project

README

        

# Relative Length Measurer

Tiny tool to measure lengths in an image relative to a known distance in the image. I use it for measuring bike sizes when craiglist posts don't list how big the bike is :angry:.

It's possible other tools exist to do this. If you know of one please open an issue! I'd really like a simple webpage to do this on rather than opening python.

![GIF of example usage](example.gif)

## Try it out yourself

```bash
git clone https://github.com/ianhi/relative-length-measurer
cd relative-length-measurer
pip install -r requirements.txt
python photo_measure.py
```

## Using the draggable line

The `DraggableLine` class here seems pretty useful - I hope to add it to matplotlib. See https://github.com/matplotlib/matplotlib/issues/22682