Skip to main content

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

registrator-0.1.3.tar.gz (5.0 MB view hashes)

Uploaded Source

Built Distribution

registrator-0.1.3-py3-none-any.whl (5.0 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page