File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 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
3541use 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
5564use 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
You can’t perform that action at this time.
0 commit comments