There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
CIIC 4030 scala assignment. Created a GUI that allows you to input an image to be processed and apply the median filter algorithm to it. There are two outputs, one that uses scala futures and another that uses a sequential order.