diff --git a/.idea/._.name b/.idea/._.name deleted file mode 100755 index ce17c252..00000000 Binary files a/.idea/._.name and /dev/null differ diff --git a/.idea/.name b/.idea/.name deleted file mode 100755 index 0103422f..00000000 --- a/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -OpenCV-Python-Toturial \ No newline at end of file diff --git a/.idea/OpenCV-Python-Toturial.iml b/.idea/OpenCV-Python-Toturial.iml deleted file mode 100755 index 80d16d45..00000000 --- a/.idea/OpenCV-Python-Toturial.iml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index 7b9aecf0..00000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100755 index 5f3c5353..00000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100755 index 03d133e5..00000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100755 index 94a25f7f..00000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100755 index 5f994e23..00000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,1294 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true - DEFINITION_ORDER - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - project - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1445085492534 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - file://$PROJECT_DIR$/ch25/HoughLines.py - 18 - - - file://$PROJECT_DIR$/ch25/HoughLines.py - 14 - - - file://$PROJECT_DIR$/ch25/HoughLines.py - 20 - - - file://$PROJECT_DIR$/ch48.2_OpenCV中的K值聚类/48.2.2_仅有一个特征的数据.py - 22 - - - file://$PROJECT_DIR$/ch48.2_OpenCV中的K值聚类/48.2.2_仅有一个特征的数据.py - 37 - - - file://$PROJECT_DIR$/ch48.2_OpenCV中的K值聚类/含有多个特征的数据.py - 22 - - - file://$PROJECT_DIR$/ch48.2_OpenCV中的K值聚类/含有多个特征的数据.py - 29 - - - file://$PROJECT_DIR$/ch48.2_OpenCV中的K值聚类/48.2.3_颜色量化.py - 33 - - - file://$PROJECT_DIR$/ch48.2_OpenCV中的K值聚类/48.2.3_颜色量化.py - 25 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/README.md b/README.md index 412609d5..960a1fc2 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,16 @@ # OpenCV-Python-Toturial -##http://www.opencv.org.cn/forum.php?mod=viewthread&tid=32525 +## http://www.opencv.org.cn/forum.php?mod=viewthread&tid=32525 这个repo是这本书的所有源代码。 -###opencv3.0+python 2.7 +### opencv3.0+python 2.7 + +# 添加了 Python3.6分支 +该分支是使用 opencv3.2+Python3.6 + +* git clone https://github.com/makelove/OpenCV-Python-Tutorial.git +* git checkout python3.6 + + +# master 变成了python2.7分支 + python3.6分支,变成了master \ No newline at end of file