-
Notifications
You must be signed in to change notification settings - Fork 9
RetrievalServer: authors
Loïc edited this page Mar 26, 2015
·
1 revision
List of contributors:
- ROLLUS Loïc
- MAREE Raphaël
This software is an optimized, multi-threaded, implementation of the algorithm described in this original research article: Incremental Indexing and Distributed Image Search using Shared Randomized Vocabularies
Marée, Raphaël; Denis, Philippe; Wehenkel, Louis; Geurts, Pierre in Proc. 11th ACM SIGMM International Conference on Multimedia, Information Retrieval, 2010
/*
* Copyright 2015. Authors: ROLLUS Loïc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
Documentation:
- Home/Quickstart
- License/Authors
- How to run a server
- How to index an image
- How to search for similar images
- How to delete an image
- How to list images
- How to list storages
- How to use Redis as database
- How to have an HTTP REST API
- [How to improve performance] (https://github.com/loic911/CBIRetrieval/wiki/Improve-perf)
- How to have a distribued architecture