diff --git a/README.md b/README.md index 2766c2d..0e70edb 100644 --- a/README.md +++ b/README.md @@ -23,4 +23,40 @@ OCR前处理工具箱,基于Qt和Leptonica。 ![](https://github.com/GreatV/optlab/raw/main/docs/images/1_1.png) -![](https://github.com/GreatV/optlab/raw/main/docs/images/1_2.png) \ No newline at end of file +![](https://github.com/GreatV/optlab/raw/main/docs/images/1_2.png) + +### 旋转 + +![](https://github.com/GreatV/optlab/raw/main/docs/images/2_2.png) + +### 缩放 + +![](https://github.com/GreatV/optlab/raw/main/docs/images/3_2.png) + +### 二值化 + +![](https://github.com/GreatV/optlab/raw/main/docs/images/4_0.png) + +![](https://github.com/GreatV/optlab/raw/main/docs/images/4_1.png) + + +### 去倾斜 + +![](https://github.com/GreatV/optlab/raw/main/docs/images/5_0.png) + +![](https://github.com/GreatV/optlab/raw/main/docs/images/5_1.png) + + +### 去噪 + +![](https://github.com/GreatV/optlab/raw/main/docs/images/6_0.png) + +![](https://github.com/GreatV/optlab/raw/main/docs/images/6_1.png) + +### 膨胀 + +![](https://github.com/GreatV/optlab/raw/main/docs/images/7_1.png) + +### 腐蚀 + +![](https://github.com/GreatV/optlab/raw/main/docs/images/8_1.png) diff --git a/docs/images/2_2.png b/docs/images/2_2.png new file mode 100644 index 0000000..0d872c2 Binary files /dev/null and b/docs/images/2_2.png differ diff --git a/docs/images/3_2.png b/docs/images/3_2.png new file mode 100644 index 0000000..fc69ca7 Binary files /dev/null and b/docs/images/3_2.png differ diff --git a/docs/images/4_0.png b/docs/images/4_0.png new file mode 100644 index 0000000..7867245 Binary files /dev/null and b/docs/images/4_0.png differ diff --git a/docs/images/4_1.png b/docs/images/4_1.png new file mode 100644 index 0000000..26b8ee8 Binary files /dev/null and b/docs/images/4_1.png differ diff --git a/docs/images/5_0.png b/docs/images/5_0.png new file mode 100644 index 0000000..439a112 Binary files /dev/null and b/docs/images/5_0.png differ diff --git a/docs/images/5_1.png b/docs/images/5_1.png new file mode 100644 index 0000000..a54d1c5 Binary files /dev/null and b/docs/images/5_1.png differ diff --git a/docs/images/6_0.png b/docs/images/6_0.png new file mode 100644 index 0000000..98381ba Binary files /dev/null and b/docs/images/6_0.png differ diff --git a/docs/images/6_1.png b/docs/images/6_1.png new file mode 100644 index 0000000..011ca28 Binary files /dev/null and b/docs/images/6_1.png differ diff --git a/docs/images/7_1.png b/docs/images/7_1.png new file mode 100644 index 0000000..74f0310 Binary files /dev/null and b/docs/images/7_1.png differ diff --git a/docs/images/8_1.png b/docs/images/8_1.png new file mode 100644 index 0000000..cfc9fe5 Binary files /dev/null and b/docs/images/8_1.png differ