Skip to content

Commit 042a1ec

Browse files
committed
修改标注信息,添加README 2018年11月15日
1 parent 1e4ad7a commit 042a1ec

File tree

53 files changed

+81
-49
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+81
-49
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

01. 简介与安装/cv2_contrast_brightness_time.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// More: http://ex2tron.top
1+
// ex2tron's blog:
2+
// http://ex2tron.wang
23

34
#include "stdafx.h"
45
#include <opencv2\opencv.hpp>

01. 简介与安装/cv2_contrast_brightness_time.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# More: http://ex2tron.top
1+
# ex2tron's blog:
2+
# http://ex2tron.wang
23

34
import cv2
45
import numpy as np

01. 简介与安装/cv2_read_image_time.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// More: http://ex2tron.top
1+
// ex2tron's blog:
2+
// http://ex2tron.wang
23

34
#include "stdafx.h"
45
#include <opencv2\opencv.hpp>

01. 简介与安装/cv2_read_image_time.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# More: http://ex2tron.top
1+
# ex2tron's blog:
2+
# http://ex2tron.wang
23

34
import cv2
45

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
# More: http://ex2tron.top
1+
# ex2tron's blog:
2+
# http://ex2tron.wang
23

34
import cv2
45

56
img = cv2.imread('lena.jpg')
67
cv2.imshow('lena', img)
78

89
k = cv2.waitKey(0)
9-
# ord用来获取某个字符的编码
10+
# ord()用来获取某个字符的编码
1011
if k == ord('s'):
1112
cv2.imwrite('lena_save.bmp', img)

02. 基本元素-图片/cv2_getting_start_with_images.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# More: http://ex2tron.top
1+
# ex2tron's blog:
2+
# http://ex2tron.wang
23

34
import cv2
45

03. 打开摄像头/cv2_capture_live_video_from_camera.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# More: http://ex2tron.top
1+
# ex2tron's blog:
2+
# http://ex2tron.wang
23

34
import cv2
45

03. 打开摄像头/cv2_exercise1.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# More: http://ex2tron.top
1+
# ex2tron's blog:
2+
# http://ex2tron.wang
23

34
import cv2
45

03. 打开摄像头/cv2_play_video_from_file.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# More: http://ex2tron.top
1+
# ex2tron's blog:
2+
# http://ex2tron.wang
23

34
import cv2
45

0 commit comments

Comments
 (0)