FPGA中的块匹配
图像与视频处理
2020-06-26 v1 硬件体系结构
计算机视觉与模式识别
摘要
块匹配与三维滤波(BM3D)是一种分两个相似步骤进行的图像去噪算法。这两个步骤均需通过块匹配执行分组。我们在FPGA中实现块匹配,利用其执行并行计算的能力。我们的目标是使其他研究人员未来能将我们的方案用于使用FPGA(如AXIOM Beta)的摄像机中的实时视频去噪。
引用
@article{arxiv.2006.14105,
title = {Block-matching in FPGA},
author = {Rafael Pizarro Solar and Michal Pleskowicz},
journal= {arXiv preprint arXiv:2006.14105},
year = {2020}
}
备注
19 pages, 15 figures, paper submitted in "CS413 - Computational Photography" at EPFL, for project repository see $\href{https://github.com/UlisesLuzius/ImageProcessingPipeline/}{\text{link}}$