Skip to content

Commit e5aa53d

Browse files
committed
添加了opencv的readme、
1 parent 9b896d8 commit e5aa53d

File tree

9 files changed

+10
-0
lines changed

9 files changed

+10
-0
lines changed

python_opencv/0.jpg

100 KB
Loading

python_opencv/1.jpg

99.8 KB
Loading

python_opencv/psb.jpg

-90 KB
Binary file not shown.

python_opencv/psb_face/1.jpg

-7.12 KB
Loading

python_opencv/psb_face/2.jpg

10.3 KB
Loading

python_opencv/psb_face/out.jpg

-46.1 KB
Loading

python_opencv/readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
本文件说明两个样例程序的基本使用,首先式1.py能够打开电脑的摄像头,从而会大量的在
2+
本文件下产生截图,。然后人工去选择不错的照片,清晰有效的,修改名字为psb.jpg。然后运行2.py
3+
从而可以产生一个名为:psb_face的文件夹,里面将产生面部截取的图片。
4+

test-gcc/test

8.35 KB
Binary file not shown.

test-gcc/test.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#include<stdio.h>
2+
int main()
3+
{
4+
printf("Hello world!");
5+
return 0;
6+
}

0 commit comments

Comments
 (0)