Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tamanobi/ssi
searching similarity images. Python&OpenCV
https://github.com/tamanobi/ssi
Last synced: about 14 hours ago
JSON representation
searching similarity images. Python&OpenCV
- Host: GitHub
- URL: https://github.com/tamanobi/ssi
- Owner: tamanobi
- Created: 2015-07-20T18:50:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-20T18:53:21.000Z (over 9 years ago)
- Last Synced: 2024-03-30T06:34:20.536Z (8 months ago)
- Language: Python
- Size: 113 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### files ###
* dbutil.py: database(plain tsv) utilities
* lookaround.py: creating database
* descriptor.py: extracting feature(FAST/ORB)
* gaze.py: searching similarity images interface### usage1:database ###
python lookaround.py [directory path]* directory path: directory's path contains only images(excluding gif)
### usage2:searching ###
python gaze.py [filename] [num_sim]* filename: query file name
* num_sim: number of displaying similarity images(default=3)