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 cfb3caad1a
进一步修改运动参数
4 months ago
..
CMakeLists.txt 进一步修改运动参数 4 months ago
Profile_SOT_Ground_NV12.cpp 进一步修改运动参数 4 months ago
Profile_SOT_Ground_RGB.cpp 进一步修改运动参数 4 months ago
Profile_SOT_Ground_Y8.cpp 进一步修改运动参数 4 months ago
Profile_SOT_Ground_Y16.cpp 进一步修改运动参数 4 months ago
Profile_SOT_LockUnlockStress.cpp 进一步修改运动参数 4 months ago
Profile_SOT_Sky_Y16.cpp 进一步修改运动参数 4 months ago
README.MD 进一步修改运动参数 4 months ago
TestAPI_Profile.cpp 进一步修改运动参数 4 months ago
TestAPI_Profile.h 进一步修改运动参数 4 months ago
cmdline.h 进一步修改运动参数 4 months ago
image_data.h 进一步修改运动参数 4 months ago
test.sh 进一步修改运动参数 4 months ago
utils.cpp 进一步修改运动参数 4 months ago
utils.h 进一步修改运动参数 4 months ago

README.MD

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

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

使用方式:

如 ./TestAPI_Profile -s ground -d NV12

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