Skip to content

csunyy/Real-time-Share

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Real-time-Share offers near-deduplication for image sharing based on the energy availability in Smartphone.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published