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

https://github.com/hangsz/imageprocess

Three image-processing algorithms.
https://github.com/hangsz/imageprocess

image-processing qt5

Last synced: 3 days ago
JSON representation

Three image-processing algorithms.

Awesome Lists containing this project

README

          

# imageProcess

## 1. Connected-component labelling
### **steps:**

Record runs(start end row).
Label runs and store equivalent pairs.
Construct a graph and find equivalent list(BFS).
Given new labels to all runs.
Write labels to each pixel of runs.

## 2. Non-local means filtering
Providing four versions according to different modifications based on Bayesian Theory.

## 3. Image sharpening
The paplace method is using currently.

## 你可以获得什么?
所用算法原理以及实现;
程序中涉及Bitmap图像的读写方法;
RGB图像与GRAY图像或者Binary图像的转换;

## `下载`
Download文件夹内放置了UI包装后的软件,
具有批量处理功能,随意下载使用。