Calculate color coherence vector for similar image search
Project description
pyccv by Shunsuke Aihara - http://argmax.jp
Calculate color coherence vector for similar image search
- date:
February 2012
- description:
Calculate color coherence vector for similar image search
require:
python2.6 or later numpy scipy PIL
install:
% python setup.py build % python setup.py install
usage:
>>> import Image
>>> import pyccv
>>> img = Image.open('/path/to/image')
>>> size = 240 # Normalize image size
>>> threshold = 25
>>> ccv = pyccv.calc_ccv(img,size,threshold)
>>> print ccv.shape # 128
>>> print ccv
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyccv-0.07.tar.gz
(5.8 kB
view details)
File details
Details for the file pyccv-0.07.tar.gz.
File metadata
- Download URL: pyccv-0.07.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d666b784f478e3083a1f3214579d64a76139015011fa4e88c24ffb9faa5558f5
|
|
| MD5 |
eb77cbfe0bb78fb7960e2f7dd45c007e
|
|
| BLAKE2b-256 |
1a7f60a74d014236c5b95e28bb990131155aee980a9f40e2d035e6fdac1562fd
|