Skip to content

Commit ec2e0ee

Browse files
committed
Merge branch 'dev'
2 parents f32aab6 + 4015c0c commit ec2e0ee

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
[![Build Status](https://travis-ci.org/hihozhou/php-opencv.svg?branch=master)](https://travis-ci.org/hihozhou/php-opencv) [![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%207.0-8892BF.svg)](https://php.net/)
44

5+
6+
## Document
7+
- [PHP OpenCV Doc](http://phpopencv.org/zh-cn/docs/)
8+
- [PHP OpenCV Api](http://phpopencv.org/zh-cn/api/)
9+
10+
511
## Requirements
612

713
- OpenCV 3.3.0+
@@ -29,7 +35,7 @@ extension="opencv.so path"
2935
```
3036
## Example
3137

32-
LBPH face recognition
38+
### LBPH face recognition
3339

3440
```php
3541
use CV\Face\LBPHFaceRecognizer;
@@ -50,6 +56,9 @@ result:
5056

5157
![predict](tests/face_recognizer.jpg)
5258

59+
60+
### Image Processing
61+
5362
```php
5463
//Obama.php
5564
use function CV\{ imread, imshow, waitkey, namedWindow};
@@ -129,10 +138,6 @@ result:
129138
- 18.video
130139
- 19.Videostab
131140

132-
## Document
133-
- [PHP OpenCV Doc](http://php-opencv.hihozhou.com/zh-cn/docs/)
134-
- [PHP OpenCV Api](http://php-opencv.hihozhou.com/zh-cn/api/)
135-
136141

137142

138143

0 commit comments

Comments
 (0)