A JavaFX desktop application that applies three convolution filters—Mean Blur, Laplacian-of-Gaussian (LoG), and Difference-of-Gaussian (DoG)—to still images and video frames in parallel using Java’s ...
This project is a complete 2D image editor built with JavaFX as a standalone desktop application, designed to work with PNM image formats (PBM, PGM, PPM). It was developed as part of the Software ...