加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
README.rst 987 Bytes
一键复制 编辑 原始数据 按行查看 历史
Zulko 提交于 2015-02-02 10:53 . Update README.rst

Pompei

Pompei (documentation and examples here) is a python package and command line utility to generate photo mosaics from movie frames, like this one:

[example]

It is an open-source software originally written by Zulko and released under the MIT licence. Everyone is welcome to contribute or ask for support on the Github project page.

Installation

If you have PIP installed:

(sudo) pip install pompei

If you don't have setuptools installed the command above will fail. Install setuptools with

(sudo) pip install setuptools

Another way of installing pompei is to unzip the source code in a directory and type in a terminal:

sudo python setup.py install
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化