Skip to content

Instantly share code, notes, and snippets.

View aitlmahfoud's full-sized avatar

Elmahdi Aitlmahfoud aitlmahfoud

  • Hybris / java Software Engineer at SQLI
  • morocoo, rabat
View GitHub Profile
@RaffaeleSgarro
RaffaeleSgarro / ConvolutionTest.java
Last active March 25, 2023 05:33
Image processing: convolution matrices in Java
package stackoverflow;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.Test;
import javax.imageio.ImageIO;
import java.awt.image.BufferedImage;
import java.io.*;
public class ConvolutionTest {