@ -137,7 +137,7 @@ namespace SixLabors.ImageSharp.Tests.Processing.Binarization
Exception exception = Record.Exception(() =>
{
using Image<TPixel> image = provider.GetImage();
image.Mutate(img => img.AdaptiveThreshold(.5F));
image.Mutate(img => img.AdaptiveThreshold());
image.DebugSave(provider);
});
@ -100,7 +100,6 @@ namespace SixLabors.ImageSharp.Tests.Processing
System.Func<TPixel, ulong> getPixel)
where TPixel : unmanaged, IPixel<TPixel>
// Image<TPixel> image = provider.GetImage();
Buffer2DRegion<TPixel> image = provider.GetImage().GetRootFramePixelBuffer().GetRegion(bounds);
// Check top-left corner