Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 987 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 987 Bytes

Real-time-Share

Real-time-Share is a real-time image sharing system. Real-time-Share consists of an Android APP installed on the smartphones and a remote server in cloud.

Server


The server is written in C language in a Linux environment. The server uses flann for the kd-tree match. The index structure in the server is NEST.

Client


The client is written in Java in an Android environment. The client uses SIFT algorithm to extrat the local features of images.

Usage


The usage of the server:

  • make
  • ./main

The usage of the client:

  • Set your server's ip address in ReceiveFive.java, uploadFeatures.java and UploadPicActivity.java.
  • Install the app into your mobile phone.

Contact


If any questions, please contact me: pfzuo@hust.edu.cn
Please feel free to contact me for details.