ozgurural / image-measurer

Interactive Distance Measurement on Images

Home Page:https://ozgurural.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image-Measurer: Interactive Distance Measurement on Images

License

Image-Measurer is a sophisticated Python application that enables users to interactively measure distances on an image. It uses the PyQt5 library to provide an intuitive and user-friendly interface for drawing lines and making measurements, with the option to save your work as an image file.

Key Features

  • Interactive Measurements: Draw lines directly on the image to measure distances.
  • Real-World Scaling: Calibrate your measurements by providing a real-world reference distance.
  • Zooming and Panning: Use the mouse wheel to zoom in and out of the image, and the right mouse button to pan.
  • Save Your Work: Save your measurements as a PNG, JPEG, or other image format.

Prerequisites

To use Image-Measurer, you'll need the following:

  • Python 3.8 or later
  • PyQt5
  • numpy

Installation

  1. Install the necessary Python packages using pip:

    pip install PyQt5 numpy
  2. Clone this repository to your local machine:

    git clone https://github.com/ozgurural/image-measurer.git

Usage

  1. Navigate to the cloned repository:

    cd image-measurer
  2. Run the program:

    python image_measurer.py

Once the application is running, use the "File" menu to open an image. You can then click on the image to begin measuring distances.

Contributing

We welcome contributions! If you find a bug, have a feature request, or just want to improve Image-Measurer, feel free to open an issue or make a pull request.

License

This project is licensed under the terms of the MIT license.

About

Interactive Distance Measurement on Images

https://ozgurural.github.io/

License:MIT License


Languages

Language:Python 100.0%