文件名称:matlab改变代码颜色-briefmatch:BriefMatch实时GPU光流
文件大小:2.55MB
文件格式:ZIP
更新时间:2024-06-15 01:49:16
系统开源
matlab改变代码颜色简要比赛 一般的 BriefMatch提供了一种快速的GPU光流算法。 该方法执行的密集二进制特征匹配,并使用的迭代传播方案。 匹配之后是三边过滤步骤,该步骤优化了对应字段并删除了异常值。 所有匹配和过滤计算都在GPU上运行,从而实现了实时性能。 该方法在我们的文档中有描述。 如果您在研究工作中使用BriefMatch软件,请考虑如下所述: @InProceedings{EFU17, author = "Eilertsen, Gabriel and Forssén, Per-Erik and Unger, Jonas", title = "BriefMatch: Dense binary feature matching for real-time optical flow estimation", booktitle = "Proceedings of the Scandinavian Conference on Image Analysis (SCIA17)", year = "2017" } 依存关系 BriefMatch使用以下库: 用于GPU处理。 用
【文件预览】:
briefmatch-master
----briefmatch.cpp(18KB)
----data()
--------RubberWhale()
----of_pipeline.cpp(16KB)
----config.h.in(305B)
----LICENSE(1KB)
----main.cpp(3KB)
----of_pipeline.h(3KB)
----briefmatch.h(5KB)
----CMakeLists.txt(4KB)
----README.md(5KB)
----util()
--------imageLib()
--------arg_parser.h(5KB)
--------flowIO.h(539B)
--------flowIO.cpp(5KB)
--------colorcode.cpp(2KB)
--------colorcode.h(51B)
--------arg_parser.cpp(13KB)
----kernels()
--------util_cuda.cu(9KB)
--------util_cuda.h(4KB)
--------briefmatch_cuda.h(4KB)
--------briefmatch_cuda.cu(12KB)