Register images of microfluidics channels
Project description
## Synopsis
This python3 code does image registration. The scale, rotation and position between two images is extracted
## Code Example load the module
: import registrator.channel as cr
Get a channel direction
: an0=cr.channel_angle(im0)
Get a channel width
: width0=cr.channel_width(im0,chanangle=an0)
Compare two images
: angle, scale, origin, im2=cr.register_channel(im0,im1)
## Motivation
Between series of images, the device mignt have moved, of the focal distance might have changed. This project will automatically detect these differences.
## Installation
In the folder:
pip install .
## API Reference
The python help function gives the required infos as docstrings have been specified.
: help(cr)
## Tests
nosetests
## Contributors
If you want to improve this code feel free to talk to me or send push requests
## License
This code is under GPLv3
Project details
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 registrator-0.1.3.tar.gz
.
File metadata
- Download URL: registrator-0.1.3.tar.gz
- Upload date:
- Size: 5.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.19.1 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bf481e880e960bfc0194eb82aeec8af86b716655da8f34d5eeea667290365f66 |
|
MD5 | fae66f9bfff49837a9d4671ad45183c0 |
|
BLAKE2b-256 | 23923fd8745e1fe8713c8a33e1ee9450900e911b87303e031a685293ce8db287 |
Provenance
File details
Details for the file registrator-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: registrator-0.1.3-py3-none-any.whl
- Upload date:
- Size: 5.0 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.19.1 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7edb7251dfed1c4fc9f92549370f7cd9eb46c6693d8ef224d021f366c0a55bfd |
|
MD5 | 8c0cde0163157bea1bbede5ea7db1cc5 |
|
BLAKE2b-256 | 1c7ee0091eabcad94f74a1b1f5994dcc6f94f5aa9ad1c01ebf9f3e14ce083907 |