Want to remove something(someone) from a photo as it never was there? This is .NET implementation of content-aware fill. It smartly fills in unwanted or missing areas of photographs.
MIT License
368
stars
48
forks
source link
Migrated Inpainting project to .NET Standard 2.0 #34
I have migrated the main class library to .NET Standard 2.0. However, the dependencies (PatchMatch, Math and Structures) needs to be migrated as well. Currently I am investigating the move from RhinoMocks to Moq to use a more modern mocking framework that supports .NET Standard as well.
I have migrated the main class library to .NET Standard 2.0. However, the dependencies (PatchMatch, Math and Structures) needs to be migrated as well. Currently I am investigating the move from RhinoMocks to Moq to use a more modern mocking framework that supports .NET Standard as well.