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

https://github.com/heshanera/binarize

Image binarization using opencv
https://github.com/heshanera/binarize

cpp image-binarization opencv

Last synced: about 1 month ago
JSON representation

Image binarization using opencv

Awesome Lists containing this project

README

          

# Binarize

Image binarization using opencv

[![language](https://img.shields.io/badge/language-c%2B%2B-red.svg)](https://github.com/heshanera/Binarize)   
[![library](https://img.shields.io/badge/lib-opencv-blue.svg)](https://opencv.org)   

## Input

## Output

| **Global Threshold** | **Adaptive Mean Threshold** | **Adaptive Gaussian Threshold** | **Otsu’s Threshold** |
| ----- |-----|-----|-----|
|![architecture](https://github.com/heshanera/Binarize/blob/master/imgs/globalThresholdOut.jpg) |![architecture](https://github.com/heshanera/Binarize/blob/master/imgs/adaptiveMeanThresholdOut.jpg) |![architecture](https://github.com/heshanera/Binarize/blob/master/imgs/adaptiveGaussianThresholdOut.jpg) |![architecture](https://github.com/heshanera/Binarize/blob/master/imgs/otsuThresholdOut.jpg) |