0

I am currently working on a program that preforms techniques such as image segmentation along with a few others. However I have the task ahead of me of filling a segmented area (this will be a blank area) based on its surrounding pixels.

This is a lot like what photoshop likes to call content aware fill, however me being only one person am wondering the best way I could approach this type task. Also how I should start to think about getting something, obviously not as technical and robust, but similar in some sense to work.

I am not currently aware of any classes that may help with something like this but any help on this would be greatly appreciated.

4

1 回答 1

0

你在Inpainting之后。有很多方法可以做到这一点, Bertalmío、Caselles、Masnou、Sapiro - 2011 年的 Inpainting调查提供了许多关于它们的结果和参考。

在这里,您还可以找到使用该技术的示例结果,例如在https://stackoverflow.com/a/13666082/1832154您将看到一个与http://www.cc.gatech.edu/~sooraj/inpainting /给出了一个完整的实现。在https://stackoverflow.com/a/14295915/1832154,您可以看到另一个示例结果,以及对不同修复方法的简单引用。

于 2013-02-17T14:57:33.090 回答