文件名称:colour-checker-detection:使用Python进行颜色检查器检测
文件大小:9.7MB
文件格式:ZIP
更新时间:2024-06-05 05:32:59
python color segmentation colour colour-spaces
颜色-检查器检测 一个实现各种颜色检查器检测算法和相关实用程序的软件包。 它是开源的,并根据条款免费提供。 目录 5参考书目 6行为准则 7联系与社交 8关于 1特点 实现了以下颜色检查器检测算法: 分割 2安装 由于它们的大小,在Pypi包中未提供运行各种示例和单元测试所需的资源依赖关系。 克隆存储库时,它们可以作为Git子模块单独使用。 2.1主要依赖 颜色-Checker Detection需要各种依赖性才能运行: python> = 3.5 色彩科学 opencv-python> = 4 2.2 Pypi 满足依赖关系后,可以通过在shell中发出以下命令,从Python软件包索引中安装Color-Checker Detection : pip install --user colour-checker-detection 总体开发依赖项的安装如下: pi
【文件预览】:
colour-checker-detection-develop
----MANIFEST.in(256B)
----README.rst(5KB)
----.gitmodules(523B)
----.readthedocs.yml(121B)
----.style.yapf(5KB)
----.coveragerc(126B)
----pyproject.toml(4KB)
----docs()
--------colour_checker_detection.detection.rst(345B)
--------reference.rst(155B)
--------conf.py(12KB)
--------make.bat(7KB)
--------bibliography.rst(92B)
--------bibliography.bib(19B)
--------Makefile(7KB)
--------manual.rst(130B)
--------index.rst(4KB)
--------colour_checker_detection.rst(125B)
--------_static()
----utilities()
--------unicode_to_ascii.py(2KB)
--------export_todo.py(3KB)
----.github()
--------funding.yml(726B)
--------workflows()
----BIBLIOGRAPHY.bib(245B)
----CONTRIBUTORS.rst(707B)
----LICENSE(1KB)
----requirements.txt(2KB)
----setup.py(2KB)
----.gitignore(148B)
----CODE_OF_CONDUCT.md(3KB)
----tasks.py(12KB)
----TODO.rst(885B)
----.pre-commit-config.yaml(255B)
----colour_checker_detection()
--------detection()
--------resources()
--------__init__.py(2KB)
--------examples()