# image_processing **Repository Path**: bxtx/image_processing ## Basic Information - **Project Name**: image_processing - **Description**: image_processing - **Primary Language**: C++ - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-10-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # image_processing #### Web server 前端可以简化, 只是使用jinja2模版和 JQuery库就可以了。 什么是REST api https://www.quora.com/What-is-a-REST-API #### Image server 在image server 暂时采用 arrayfire 官网地址: http://arrayfire.com/the-arrayfire-library/ cuda 相关文档:http://arrayfire.org/docs/interop_cuda.htm image processing 相关文档:http://arrayfire.org/docs/group__image__mat.htm 安装文档:http://arrayfire.org/docs/installing.htm#Ubuntu Git 地址:https://github.com/arrayfire/arrayfire ArrayFire Source : ``` $ git clone --recursive https://github.com/arrayfire/arrayfire.git ``` > af 包有700MB左右,解压后达到7G。 #### 测试 1. http://zimg.buaa.us/documents/benchmark_v3/ 采用 [wrk](https://github.com/wg/wrk) (Modern HTTP benchmarking tool)进行测试 2. AB测试 http://zimg.buaa.us/documents/Architecture_Design_of_Image_Server/ ab测试结果在上文中 3. 压力测试工具 https://coolshell.cn/articles/2589.html 4. load runner 和 tcpcopy 《精通软件性能测试与LoadRunner实战》