文件名称:tarsier:基于事件的愿景的工具箱
文件大小:134KB
文件格式:ZIP
更新时间:2024-06-15 07:53:40
C++
Tarsier是用于构建基于事件的算法的工具的集合。 它是仅标头的库。 安装 在Git存储库中,运行以下命令: mkdir -p third_party cd third_party git submodule add https://github.com/neuromorphic-paris/tarsier.git git submodule update --init --recursive 用户指南和文档 用户指南和代码文档位于。 贡献 开发依赖 Debian / Ubuntu 打开一个终端并运行: sudo apt install premake4 # cross-platform build configuration sudo apt install clang-format # formatting tool 苹果系统 打开一个终端并运行: brew install
【文件预览】:
tarsier-master
----.clang-format(3KB)
----.gitignore(17B)
----third_party()
--------Catch2()
--------json.lua()
----.travis.yml(1KB)
----template.lua(9KB)
----LICENSE.txt(34KB)
----.gitmodules(213B)
----banner.png(101KB)
----README.md(2KB)
----premake4.lua(1KB)
----source()
--------shift_y.hpp(1KB)
--------mirror_y.hpp(1KB)
--------mask_isolated.hpp(2KB)
--------hash.hpp(5KB)
--------merge.hpp(7KB)
--------stitch.hpp(3KB)
--------track_blob_multi.hpp(5KB)
--------mirror_x.hpp(1KB)
--------replicate.hpp(2KB)
--------compute_flow.hpp(5KB)
--------compute_time_surface.hpp(4KB)
--------mask_redundant.hpp(2KB)
--------average_position.hpp(2KB)
--------shift_x.hpp(1KB)
--------convert.hpp(2KB)
--------compute_activity.hpp(3KB)
--------select_disk.hpp(2KB)
--------track_blob.hpp(4KB)
--------average_grid.hpp(2KB)
--------select_rectangle.hpp(2KB)
----test()
--------hash.cpp(459B)
--------average_grid.cpp(2KB)
--------select_rectangle.cpp(456B)
--------merge.cpp(428B)
--------track_blob.cpp(2KB)
--------stitch.cpp(813B)
--------mask_isolated.cpp(592B)
--------average_position.cpp(845B)
--------mirror_y.cpp(319B)
--------mirror_x.cpp(319B)
--------replicate.cpp(410B)
--------compute_flow.cpp(2KB)
--------shift_y.cpp(342B)
--------mask_redundant.cpp(1KB)
--------convert.cpp(488B)
--------compute_activity.cpp(1KB)
--------catch.cpp(84B)
--------track_blob_multi.cpp(5KB)
--------compute_time_surface.cpp(4KB)
--------shift_x.cpp(342B)
--------select_disk.cpp(419B)