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.
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.
The client is written in Java in an Android environment. The client uses SIFT algorithm to extrat the local features of images.
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.
If any questions, please contact me: pfzuo@hust.edu.cn
Please feel free to contact me for details.