Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

foco_improc-0.0.0-py3-none-any.whl (25.1 kB 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