搜索资源列表
imageserver-master
- 改代码在Linux上使用C/C++语言实现了一个基本的图像检索服务器。基本原理是:客户端发送给服务器端一张待检索的图片,服务器端接收到该图片后,计算该图片的特征,然后在其后台的数据库中查找与该图片特征最相似的5张图片,返回给客户端。(Change code in Linux using C/C++ language to achieve a basic image retrieval server. The basic principle is: the client sends to the