antoinewdg/patch-match-opencv

Usage example

Closed this issue · 2 comments

Hello Antoine.

Your algorithm implementation looks really interesting. I would like to use it in my master thesis.

Can you provide an example of using your PatchMatch algorithm in OpenCV to inpaint an image?

Best regards,

Sergios.

Hi. Thanks for your interest.

  • This file is an example of usage of the algorithm of an OpenCV Mat
  • you can take a look at this repo that is an implementationof the stylit algorithm, which itself is a slightly modified version of a (well known inpainting algorithm_[http://www.wisdom.weizmann.ac.il/~vision/VideoCompletion/SpaceTimeCompletion.pdf]
  • I don't have an implementation of a pure inpainting algorithm, but with the two above points and the PatchMatch paper (that has a section about inpainting) you are on the right track :)

Thank you very much for your reply.

It is really helpful for the work I am currently doing.