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 ...
The Matrix Multiplication App is a JavaFX-based application that performs matrix multiplication using various approaches. It supports Sequential, Parallel, Strassen, and advanced parallelization ...