Skip to content

inventshah/Image-Kernels

Repository files navigation

Image Kernels

Image convolution kernel implementation in Java.

How to Use

Clone: git clone https://github.com/inventshah/Image-Kernels.git

Save an image as Source.png inside the Image-Kernels folder. Compile: javac ./*.java Run all: java Main

Run individual kernels: java FILTER_NAME

See convolution results in output folder.

Examples

Source Inverse Emboss

Built With

  • Java 13

About

Implementation of image kernel convolutions in Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages