aauger / FilterDotNet

Interface-based image filter implementations in .NET 6.0, platform-agnostic. Current implementation available for Windows, with GNU/Linux coming soon.
GNU General Public License v3.0
3 stars 0 forks source link

This needs to fixed to reflect sqrt((max - min) * 3) #9

Closed aauger closed 2 years ago

aauger commented 2 years ago

https://github.com/aauger/FilterDotNet/blob/8e9b206637d5c56aa0917e04558bb79526e06cbd/FilterDotNet/Filters/PatchMatch/PatchMatchFilter.cs#L93

This is another 255 max dependency that ought to be removed.

aauger commented 2 years ago

Fixed as of 883a9ff