duchengyao / gpu-based-image-stitching

A simple version of "GPU based parallel optimization for real time panoramic video stitching".
62 stars 7 forks source link

可以分享一下测试视频吗 #1

Closed 15850864092 closed 1 year ago

duchengyao commented 1 year ago

一直都是用真实数据测试的,所以没有可以公开的测试视频。如果你有质量好的测试视频,可以帮你调好参数,然后集成到这个项目里。

15850864092 commented 1 year ago

缺少摄像头,想学习一下全景拼接,代码里面看的这四个视频没找到 std::string video_dir = "../datasets/air-4cam-mp4/"; std::vector video_file_name = {"00.MP4", "01.MP4", "02.MP4", "03.MP4"};

duchengyao commented 1 year ago

@15850864092 刚才说过了不提供视频。

新手建议先调研一下全景拼接数据集,按照下面几个的顺序入门:

  1. opencv/samples/cpp/stitching.cpp [代码],代码讲解[链接]
  2. opencv/samples/cpp/stitching_detailed.cpp [代码],本项目有关拼接参数生成的代码也来自这里 https://github.com/duchengyao/gpu-based-image-stitching/blob/5b316af4f8604bbf29c66c756afd4e7f2f3f1a1a/src/stitching_param_generater.cc#L3

另外,使用 Python 入门更快一些,可以参考 Image Stitching with OpenCV and Python

15850864092 commented 1 year ago

谢谢指导! @duchengyao

duchengyao commented 1 year ago

@15850864092 加油 ^_^

duchengyao commented 1 year ago

这个issue我先关掉了,如果有其它图像拼接方面的问题可以新建或重开 issue。

duchengyao commented 1 year ago

@15850864092 @xiakj @huang1332 @JackSparrow3

更新了测试数据集。