2022-01-17 23:45:47 索煒達(dá)電子 544
目錄│文件列表:
├ 演示視頻
│ └ 演示視頻.mp4
└ 項(xiàng)目源碼
└ Color_Recognition
│ hsv.jpg
│ Img.png
│ img1.png
│ lena.tiff
│ Read_Photo.py
│ test_img.py
│ test_video.py
├ .idea
│ │ .gitignore
│ │ .name
│ │ Color_Recognition.iml
│ │ misc.xml
│ │ modules.xml
│ └ workspace.xml
├ .vscode
│ └ settings.json
└ venv
│ pyvenv.cfg
├ Lib
│ ├ site-packages
│ │ │ easy-install.pth
│ │ │ setuptools-40.8.0-py3.6.egg
│ │ │ setuptools.pth
│ │ └ pip-19.0.3-py3.6.egg
│ │ ├ EGG-INFO
│ │ │ │ dependency_links.txt
│ │ │ │ entry_points.txt
│ │ │ │ not-zip-safe
│ │ │ │ PKG-INFO
│ │ │ │ SOURCES.txt
│ │ │ └ top_level.txt
│ │ └ pip
│ │ │ __init__.py
│ │ │ __main__.py
│ │ ├ _internal
│ │ │ │ build_env.py
│ │ │ │ cache.py
│ │ │ │ configuration.py
│ │ │ │ download.py
│ │ │ │ exceptions.py
│ │ │ │ index.py
│ │ │ │ locations.py
│ │ │ │ pep425tags.py
│ │ │ │ pyproject.py
│ │ │ │ resolve.py
│ │ │ │ wheel.py
│ │ │ │ __init__.py
│ │ │ ├ cli
│ │ │ │ │ autocompletion.py
│ │ │ │ │ base_command.py