diff --git a/.idea/OpenCV-Python-Tutorial.iml b/.idea/OpenCV-Python-Tutorial.iml new file mode 100644 index 00000000..8b8c3954 --- /dev/null +++ b/.idea/OpenCV-Python-Tutorial.iml @@ -0,0 +1,12 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 00000000..36267ef7 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,18 @@ + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 00000000..105ce2da --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 00000000..73c5b517 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 00000000..6e2d5cdb --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 00000000..94a25f7f --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 00000000..a56f76c5 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,213 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + { + "keyToString": { + "RunOnceActivity.OpenProjectViewOnStart": "true", + "RunOnceActivity.ShowReadmeOnStart": "true" + } +} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1658299384609 + + + + + + + + + + + file://$PROJECT_DIR$/ch04-图片/4.1_imread_imshow.py + 18 + + + file://$PROJECT_DIR$/my02-视频-对象跟踪/tracker.py + 15 + + + file://$PROJECT_DIR$/ch49-计算摄影学-图像去噪/1-fastNlMeansDenoisingColored.py + 14 + + + file://$PROJECT_DIR$/ch06-绘图函数/6.draw.py + 16 + + + file://$PROJECT_DIR$/ch06-绘图函数/6.draw.py + 47 + + + + + \ No newline at end of file diff --git a/README.md b/README.md index 97aff671..2dd0218c 100755 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ ## 运行:官方samples/demo.py 会有很多有趣的例子,介绍你去了解OpenCV的功能。 -~~python 2.7 分支被废弃了,不再更新~~ +~~python 2.7 分支被废弃了,不再更新~~˙ ~~# 添加了 Python3.6分支, 该分支是使用 opencv3.2+Python3.6~~ diff --git "a/ch22-\347\233\264\346\226\271\345\233\276/hist-bgr\345\244\232\351\200\232\351\201\223.py" "b/ch22-\347\233\264\346\226\271\345\233\276/hist-bgr\345\244\232\351\200\232\351\201\223.py" index ba3eeaec..572f6349 100755 --- "a/ch22-\347\233\264\346\226\271\345\233\276/hist-bgr\345\244\232\351\200\232\351\201\223.py" +++ "b/ch22-\347\233\264\346\226\271\345\233\276/hist-bgr\345\244\232\351\200\232\351\201\223.py" @@ -3,6 +3,7 @@ """ create time:15-10-24 下午5:19 同时绘制多通道 BGR +直方图 """ import cv2 diff --git "a/my02-\350\247\206\351\242\221-\345\257\271\350\261\241\350\267\237\350\270\252/.DS_Store" "b/my02-\350\247\206\351\242\221-\345\257\271\350\261\241\350\267\237\350\270\252/.DS_Store" new file mode 100644 index 00000000..e03caf7b Binary files /dev/null and "b/my02-\350\247\206\351\242\221-\345\257\271\350\261\241\350\267\237\350\270\252/.DS_Store" differ