A tool to measure pictures with scale_bars
Project description
Measury
Measury is a measurement tool for microscope images. The goal ist to simplify and accelerate the measurements of structures from images.
Functionality
Start with
The program can be started via python or via the executable which is provided in the releases. Install via
pip install measury
In Python one simply calls:
import measury
measury.run()
Load Images
Supports all image formats supported by opencv
.
Automatic Scaling Bar Detection
Automatic Detection of Scaling bar. Just select the tool identify scaling and click on the scale bar. Microscope profiles can store locations of scale bar for certain types of microscopes for easier detection.
Moving/Handling
You can move the image by dragging the mouse wheel or by selecting move mode
Various Measurement Tools
There are several Tools available to measure your structures.
- Select (select objects without changing them)
- Line
- Rectangle
- Square (by pressing Ctrl)
- Ellipse
- Circle (by pressing Ctrl)
- Angle
Development
First create a Python environment of your choice (conda, venv, ect.) and activate it.
python -m venv venv
Then install the measury package from source
pip install .
To run Measury simply by using the run.py file (which shows detailed logs)
python run.py
or via
import measury
measury.run()
Running tests
To run tests you will need to install pytest as well
pip install pytest
Then, simply calling pytest will run the tests. For the graphical tests a display server has to be installed on the system.
pytest
#or
python -m pytest
Compiling
To compile this project it is advised to use pyinstaller
.
It is important to use Pyinstaller >= 6.0.0
This guides you through all steps that are needed for running it.
First, pyinstaller
should be installed via pip or conda
pip install pyinstaller
# or with conda
conda install -c conda-forge pyinstaller
Finally, run the compiling script which calls pyinstaller
python compile.py
This will result in a folder dist
where the compiled project will be placed.
The compile.py
script has the option to create a compressed .zip file of the project. You can set
zipped = True
to achieve this behavior.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file measury-1.5.5.tar.gz
.
File metadata
- Download URL: measury-1.5.5.tar.gz
- Upload date:
- Size: 6.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 04744b0792660f8c13c415b5e5e43e5ef8b74c9b24ff4693f467c672efe38d9a |
|
MD5 | b7aa976705b046a79fc6997f475c1b7c |
|
BLAKE2b-256 | 5ce4059011fd3b357decd02e513d68e20146ae458545fa16e68a44f21179f665 |
File details
Details for the file measury-1.5.5-py3-none-any.whl
.
File metadata
- Download URL: measury-1.5.5-py3-none-any.whl
- Upload date:
- Size: 59.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fabdd6f33f5a5e0d9617147f9ba7f6d3337f46a427022a23299fcec4fd3d7602 |
|
MD5 | 90652536d97505d2adb5026f9878e517 |
|
BLAKE2b-256 | c3a49317c0925f2b036dd6a37d15e92ee6fc8073212b9474126b6530c9e88f96 |