Esempio n. 1
0
 protected override void Apply(IImageProcessingContext ctx, int value, Rectangle bounds) =>
 ctx.GaussianSharpen(value, bounds);
Esempio n. 2
0
 protected override void Apply(IImageProcessingContext ctx, int value) => ctx.GaussianSharpen(value);