Deblurring Computer Vision

Published:

Implemented a research paper’s code that de blurred video content. However the code had an issue where the output videos occasionally had artifacts in areas that were relatively still and not moving.

We then used optical flow with a threshold, when the threshold was crossed we used the prior method, however when the optical threshold wasn’t crossed, we used the frames from the input image itself.

We then wrote the methods in the form of a research paper.

Project_Report.pdf

Categories: