文件名称:vicinity:实时图像处理管道
文件大小:42KB
文件格式:ZIP
更新时间:2024-06-02 21:19:14
opencv C++
附近- 分散式实时图像处理管道 设计文档: : usp 阶段1 [x]: 完成管道API 阶段2 [WIP]: 使用类型系统在编译时验证管道的正确性 第三阶段[加标]: 分发 建造 该项目是针对C ++ 17,OpenCV 4.0和Boost 1.67开发的。 cd /path/to/viciniy mkdir build/ cd build # change the flags based on your needs cmake -DRELEASE=OFF -DBUILD_TEST=ON -DBUILD_EXAMPLE=ON .. make -j4 # to run test ctest
【文件预览】:
vicinity-master
----example()
--------hot_swap_processor()
--------finger_counting()
--------simple_video_stream()
--------CMakeLists.txt(568B)
----test()
--------test_mocks.hpp(3KB)
--------test_ProcessorContext.cpp(2KB)
--------test_ProcessorInstance.cpp(6KB)
--------test_LineageModifer.cpp(2KB)
--------test_PipelineContext.cpp(2KB)
--------CMakeLists.txt(1KB)
--------test_ProcessorBase.cpp(1KB)
--------test_Pipeline.cpp(4KB)
----src()
--------pipeline_extensions()
--------pipeline_core()
--------CMakeLists.txt(110B)
----.gitignore(7B)
----CMakeLists.txt(969B)
----README.md(605B)