debug
2020.1.27
目前,不加threshold,可以跑通,加了threshold报错;
将threshold改成用npp实现,只跑到threshold部分不报错(目前还没报),后面加上其他部分,还是报错。
目前在跑threshold加closing;
加下来只能慢慢试了;
threshold + convertto没有报错;
除了没有remove部分(新的threshold)还是报了;
下面尝试:
until
vector<cuda::GpuMat> channels;
没有报错
下面尝试了
until
cuda::merge (channels, all_mask);
结果:
报错了
尝试了npp的threshold,一直执行到最后,还是报错,只是执行threshold没事
尝试了until
cuda::GpuMat all_mask(src.rows, src.cols, CV_32FC3); NPP_CHECK_NPP(nppiDup_32f_C1C3R(mask.ptr<Npp32f>(), static_cast<int>(mask.step), all_mask.ptr<Npp32f>(), static_cast<int>(all_mask.step), size));
跑到第二个视频还是报错
尝试until
之前试了新建stream;
-lavfi psnr="stats_file=psnr.log" -f null -