Skip to content

A Python-based desktop application to measure pixel distances across multiple images, record multiple line measurements per image, and export results to CSV for analysis.

License

Notifications You must be signed in to change notification settings

HYasin55/MultiImage-Distance-Measurement-Tool

Repository files navigation

Image Distance Measurer 📏🖼️

A Python-based graphical tool for measuring pixel distances between points on images, with support for multiple images and measurement export capabilities. After checking the possible softwares, I could not find a suitable software for automating the saving process for multiple length measurements in pixels so I created this simple software for my use using LLM.

Application Interface

Features ✨

  • Load and navigate between multiple images easily
  • Measure distances between any two points with pixel-perfect accuracy
  • Undo accidental measurements with single-click undo
  • Save the result in .csv file with image name, position of end points and distance measured in pixels.
  • Tested on MacOS

Requirements

  • Python 3.8+
  • Tkinter (usually included with Python)
  • Matplotlib
  • NumPy

Instructions to use

  • Download or clone the repository.
  • Run the \dist\image_measurement_tool.
  • Click on the two points to measure the distance between. Continue to select points for next distance measurement
  • You can undo last measurement
  • You can load multiple images and move between the images
  • At the end, you can save as .csv file.
  • It is possible to run or modify python source code

Notes

  • Windows version is work in progress
  • Zooming and grid is working in progress
  • Sometimes left click does not work initially. Try with right click.

About

A Python-based desktop application to measure pixel distances across multiple images, record multiple line measurements per image, and export results to CSV for analysis.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published