You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wangchongwu 553868619b
new project
7 months ago
..
CMakeLists.txt new project 7 months ago
Profile_SOT_Ground_NV12.cpp new project 7 months ago
Profile_SOT_Ground_RGB.cpp new project 7 months ago
Profile_SOT_Ground_Y8.cpp new project 7 months ago
Profile_SOT_Ground_Y16.cpp new project 7 months ago
Profile_SOT_Sky_Y16.cpp new project 7 months ago
README.MD new project 7 months ago
TestAPI_Profile.cpp new project 7 months ago
TestAPI_Profile.h new project 7 months ago
cmdline.h new project 7 months ago
image_data.h new project 7 months ago
test.sh new project 7 months ago
utils.cpp new project 7 months ago
utils.h new project 7 months ago

README.MD

单元测试为基础的性能和功能测试

test 中包含的内容为基准性能测试和最简单的功能测试。主要用于不同平台下耗时统计。

使用方式:

如 ./TestAPI_Profile -s ground -d NV12

  • 使用了cmdline进行参数解析
  • 使用lambda进行参数与测试接口绑定减少可执行程序个数。
  • 内置一个功能较为完整的目标图像仿真模块,可以制作出贴图目标的遮挡、放缩、运动等效果而不需要依赖外部视频或者贴图。
  • 根据项目和硬件需要自由增加测试项。
  • test项不再执行其他性能测试。