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
- Host: GitHub
- URL: https://github.com/jnbraun/bip
- Owner: jnbraun
- License: mit
- Created: 2016-08-20T15:17:23.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-01-03T06:42:18.000Z (over 8 years ago)
- Last Synced: 2025-03-24T16:43:44.119Z (about 1 year ago)
- Topics: image-processing
- Language: C
- Size: 254 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bip
[](https://travis-ci.org/jnbraun/bip/)
[](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.