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.
- Host: GitHub
- URL: https://github.com/hangsz/imageprocess
- Owner: hangsz
- License: lgpl-3.0
- Created: 2016-08-11T04:16:22.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-01-29T13:00:10.000Z (over 8 years ago)
- Last Synced: 2025-05-16T19:08:21.366Z (about 1 year ago)
- Topics: image-processing, qt5
- Language: C++
- Homepage:
- Size: 9.71 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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包装后的软件,
具有批量处理功能,随意下载使用。