Skip to content

an effective ImageServer(implement by reactor)

Notifications You must be signed in to change notification settings

lxycomeon/ZK_ImageServer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

高性能图像处理服务器 

   功能:支持高并发的图像处理功能,如:图像的远端存储,图像的中值滤波,模糊,去噪,以及超分辨率恢复,远端存储等。
   技术思路如下:
   1.图像处理器的网络部分采用的是reactors in threads的思路编写的,支持高并发(并发量测试至少支持10000台机器同时访问做echo任务,测试方法为客户端开启10000个线程,每个线程连接服务器并等待1s后做echo任务)。
   2.数据库部分采用的是Mysql(数据库部分相对简单一些),只负责记录用户的登录信息(如登录账户密码,上次登录时间),以及为用户开辟的独立存储文件夹位置等.
   3.图像处理算法部分采用c++的opencv的库函数进行编写,超分辨率恢复模块拟采用GAN的方式编写。

关于整个代码的框架以及技术细节,可参考代码注释和我的技术博客中的高性能图像处理服务器系列文章。(http://blog.csdn.net/zk3326312/article/category/7438372)

About

an effective ImageServer(implement by reactor)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%