ricardocabral / iskdaemon

isk-daemon is an open source standalone server and library capable of adding content-based (visual) image searching to any image related website or software.
137 stars 38 forks source link

algorithms used #65

Closed mrgloom closed 10 years ago

mrgloom commented 10 years ago

how much images can db handle?(is it scalable?) what is memory requirements? what features used to represent image and what db/architecture used?(is there any indexing?)

heysamtexas commented 10 years ago

@mrgloom from the docs it says about 10,000 [1]

[1] - http://www.imgseek.net/isk-daemon/documents-1/scalability

ricardocabral commented 10 years ago

it uses a wavelet decomposition of the source and target image, see http://www.imgseek.net/isk-daemon/documents-1/similarity-details

yes there's indexing. See http://www.imgseek.net/isk-daemon/documents-1/architecture