An open API service indexing awesome lists of open source software.

https://github.com/jnbraun/bip

Lightweight image processing library
https://github.com/jnbraun/bip

image-processing

Last synced: about 1 year ago
JSON representation

Lightweight image processing library

Awesome Lists containing this project

README

          

# bip

[![Build Status](https://travis-ci.org/jnbraun/bip.svg?branch=master)](https://travis-ci.org/jnbraun/bip/)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

Lightweight image processing library.

Dependency-free collection of basic image processing routines in C.

[stb_image] (https://github.com/nothings/stb) may optionally be used to read/write image on disk.

## Features:

* Image manipulation: rotation / resize / distortion / crop / contrast stretch / brightness ...
* Integral Image.
* Image histogram.
* Otsu thresholding.
* Filtering: Gaussian Blur / Sobel / Median.
* Pyramid down / up sampling.
* Local Binary Pattern.

## License:

Released under MIT license.