standalone repository for image processing algorithm implementations
Project description
This repository is intended to centralize and encapsulate code for image processing which currently exists within but is shared across separate broader repositories like `gcamp-extractor` and `wb-utils`. In order to promote reuse across projects and reduce dependency bloat, implementations within this repository should be limited to core algorithmic functionality; helper functionality for things like GUIfication and plotting should live within the client repository where it is needed.
## Installation and Use
If you want to install this package manually, you can just call `pip install git+https://github.com/focolab/image-processing`.
If you want to add this repo as a dependency, add it to the `install_requires` list in your client package's `setup.py`. For example:
```
install_requires=[
'improc @ git+https://github.com/focolab/image-processing',
],
```
Note that because this repo is private, you will need to authenticate when performing installation. If you would prefer to authenticate with SSH, you can change the `git+https` in either command above to `git+ssh`.
Once you have the package installed, you can import the `segfunctions` module with `from improc import segfunctions`.
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
foco_improc-0.0.0.tar.gz
(21.9 kB
view details)
Built Distribution
File details
Details for the file foco_improc-0.0.0.tar.gz
.
File metadata
- Download URL: foco_improc-0.0.0.tar.gz
- Upload date:
- Size: 21.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9af5fd6f5ee1a08569cc8d930c3864ad87081609c453bb11d6bbf3a91481af9b |
|
MD5 | 291be8426d967bc3de89afc8b3e956d8 |
|
BLAKE2b-256 | 2b37cda149ca5514c134e73426c5c9a2aca62811680d854e008f1e57abb1e93b |
File details
Details for the file foco_improc-0.0.0-py3-none-any.whl
.
File metadata
- Download URL: foco_improc-0.0.0-py3-none-any.whl
- Upload date:
- Size: 25.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 019ebbdd6bd413389fe3688ad375c5733d86ea799e8ea78404078e858d35156d |
|
MD5 | 6beb767c42fd270c7369f125220a81ec |
|
BLAKE2b-256 | b035bd986a47111f9e7585f52ce5a940c00f0622cd96cd24da72ab8d4fa1c3fb |