caoxiang520
Results
1
issues of
caoxiang520
测试环境:台式ubuntu20.04,opencv3.4.14,flycv1.0.0 效果:fcv和opencv各自注释掉对方,独立的运行没问题,但是一起执行,opencv读图失败,图像数据为空 测试参考代码: #include #include #include #include "flycv.h" #include "pthread.h" void calc_param(float& ratio, float& dww, float& dhh, int org_width, int org_height, int new_width, int new_hieght, bool is_auto, bool scale_fill, bool...