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.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size registrator-0.1.3-py3-none-any.whl (5.0 MB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size registrator-0.1.3.tar.gz (5.0 MB) | File type Source | Python version None | Upload date | Hashes View |
Hashes for registrator-0.1.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7edb7251dfed1c4fc9f92549370f7cd9eb46c6693d8ef224d021f366c0a55bfd |
|
MD5 | 8c0cde0163157bea1bbede5ea7db1cc5 |
|
BLAKE2-256 | 1c7ee0091eabcad94f74a1b1f5994dcc6f94f5aa9ad1c01ebf9f3e14ce083907 |