PistonDevelopers/imageproc

Name: imageproc

Owner: PistonDevelopers

Description: Image processing operations

Created: 2015-09-27 18:11:32.0

Updated: 2018-05-19 13:29:35.0

Pushed: 2018-05-19 13:29:34.0

Homepage: null

Size: 1971

Language: Rust

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

imageproc

Join the chat at https://gitter.im/PistonDevelopers/imageproc Build Status License

An image processing library, based on the image library. There may initially be overlap between the functions in this library and those in image::imageops.

This is very much a work in progress. If you have ideas for things that could be done better, or new features you'd like to see, then please create issues for them. Nothing's set in stone.

API documentation

Goals

A performant, well-tested, well-documented library with a consistent API, suitable for use as the basis of computer vision applications or graphics editors.

Non-goals

Maximum genericity over image storages or formats, or support for higher-dimensional images.

Full blown computer vision applications (e.g. face recognition or image registration) probably also belong elsewhere, but the line's a bit blurred here (e.g. is image in-painting an image processing task or a computer vision task?). However, worrying about how to structure the code can probably wait until we have more code to structure…

How to contribute

All pull requests are welcome. Some specific areas that would be great to get some help with are:


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.